[Midnightbsd-cvs] mports: mports/multimedia: gstreamer plugins theora

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 23 19:36:40 EST 2007


Log Message:
-----------
gstreamer plugins theora

Modified Files:
--------------
    mports/multimedia:
        Makefile (r1.32 -> r1.33)

Added Files:
-----------
    mports/multimedia/gstreamer-plugins-theora:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/multimedia/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -L multimedia/Makefile -L multimedia/Makefile -u -r1.32 -r1.33
--- multimedia/Makefile
+++ multimedia/Makefile
@@ -12,6 +12,7 @@
     SUBDIR += gstreamer-plugins-bad
     SUBDIR += gstreamer-plugins-good
     SUBDIR += gstreamer-plugins-mpeg2dec
+    SUBDIR += gstreamer-plugins-theora
     SUBDIR += gstreamer-plugins-ugly
     SUBDIR += gstreamer-plugins-xvid
     SUBDIR += libdca
--- /dev/null
+++ multimedia/gstreamer-plugins-theora/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for:	gstreamer-plugins-theora
+# Date created:			23 Nov 2007
+# Whom:				Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/multimedia/gstreamer-plugins-theora/Makefile,v 1.1 2007/11/24 00:36:38 laffer1 Exp $
+#
+
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer theora plugin
+
+GST_PLUGIN=	theora
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list