[Midnightbsd-cvs] mports: mports/multimedia: add mpeg 2 dec

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 23 18:55:03 EST 2007


Log Message:
-----------
add mpeg 2 dec

Modified Files:
--------------
    mports/multimedia:
        Makefile (r1.30 -> r1.31)

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/multimedia/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -L multimedia/Makefile -L multimedia/Makefile -u -r1.30 -r1.31
--- multimedia/Makefile
+++ multimedia/Makefile
@@ -11,6 +11,7 @@
     SUBDIR += gstreamer-plugins
     SUBDIR += gstreamer-plugins-bad
     SUBDIR += gstreamer-plugins-good
+    SUBDIR += gstreamer-plugins-mpeg2dec
     SUBDIR += gstreamer-plugins-ugly
     SUBDIR += libdca
     SUBDIR += libdts
--- /dev/null
+++ multimedia/gstreamer-plugins-mpeg2dec/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for:	gstreamer-plugins-mpeg2dec
+# Date created:			Nov 23 2007
+# Whom:				Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/multimedia/gstreamer-plugins-mpeg2dec/Makefile,v 1.1 2007/11/23 23:55:01 laffer1 Exp $
+#
+
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer mpeg decode plugin
+
+GST_PLUGIN=	mpeg2dec
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list