[Midnightbsd-cvs] mports: mports/multimedia: add linux libtheora

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 13 14:52:48 EDT 2008


Log Message:
-----------
add linux libtheora

Modified Files:
--------------
    mports/multimedia:
        Makefile (r1.41 -> r1.42)

Added Files:
-----------
    mports/multimedia/linux-libtheora:
        Makefile (r1.1)
        distinfo.i386 (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/multimedia/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -L multimedia/Makefile -L multimedia/Makefile -u -r1.41 -r1.42
--- multimedia/Makefile
+++ multimedia/Makefile
@@ -31,6 +31,7 @@
     SUBDIR += libtheora
     SUBDIR += libxine
     SUBDIR += linux-divx4linux
+    SUBDIR += linux-libtheora
     SUBDIR += linux-realplayer
     SUBDIR += mpeg2codec
     SUBDIR += mpeg4ip-libmp4v2
--- /dev/null
+++ multimedia/linux-libtheora/distinfo.i386
@@ -0,0 +1,6 @@
+MD5 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.i386.rpm) = 9db2ede549fc4514133e7dc00de046b5
+SHA256 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.i386.rpm) = 08595ce79d2e71a988742c7cfce520bd8afe38e18a240aee94c91ff94eac7b8d
+SIZE (rpm/i386/fedora/4/libtheora-1.0alpha4-2.i386.rpm) = 651427
+MD5 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.src.rpm) = 2a0ed692b5972be59aa08f5903ebde12
+SHA256 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.src.rpm) = 1221cadb3919cf668e36707c63eafec34b15d71c854adaf9431fdf1e4184dabe
+SIZE (rpm/i386/fedora/4/libtheora-1.0alpha4-2.src.rpm) = 1763344
--- /dev/null
+++ multimedia/linux-libtheora/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for:	linux-libtheora
+# Date created:		17 September 2006
+# Whom:			Andrew Pantyukhin <infofarmer at FreeBSD.org>
+#
+# $MidnightBSD: mports/multimedia/linux-libtheora/Makefile,v 1.1 2008/08/13 18:52:46 laffer1 Exp $
+# $FreeBSD: ports/multimedia/linux-libtheora/Makefile,v 1.1 2006/09/16 20:23:59 sat Exp $
+#
+
+PORTNAME=	libtheora
+DISTVERSION=	1.0alpha4-2
+CATEGORIES=	multimedia linux
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Video codec
+
+ONLY_FOR_ARCHS=	i386 amd64
+USE_LINUX_RPM=	yes
+LINUX_DIST_VER=	4
+USE_LDCONFIG=	yes
+AUTOMATIC_PLIST=yes
+DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr
+
+post-extract:
+	@${RM} -rf ${WRKDIR}/usr/share
+
+.include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list