[Midnightbsd-cvs] mports: mports/multimedia: Add dts plugin

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jan 4 20:03:23 EST 2008


Log Message:
-----------
Add dts plugin

Modified Files:
--------------
    mports/multimedia:
        Makefile (r1.35 -> r1.36)

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/multimedia/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -L multimedia/Makefile -L multimedia/Makefile -u -r1.35 -r1.36
--- multimedia/Makefile
+++ multimedia/Makefile
@@ -12,6 +12,7 @@
     SUBDIR += gstreamer-plugins
     SUBDIR += gstreamer-plugins-bad
     SUBDIR += gstreamer-plugins-good
+    SUBDIR += gstreamer-plugins-dts
     SUBDIR += gstreamer-plugins-mpeg2dec
     SUBDIR += gstreamer-plugins-theora
     SUBDIR += gstreamer-plugins-ugly
--- /dev/null
+++ multimedia/gstreamer-plugins-dts/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for:	gstreamer-plugins-dts
+# Date created:			3 Oct 2004
+# Whom:				Michael Johnson <ahze at FreeBSD.org>
+#
+# $MidnightBSD: mports/multimedia/gstreamer-plugins-dts/Makefile,v 1.1 2008/01/05 01:03:21 laffer1 Exp $
+# $FreeBSD: ports/multimedia/gstreamer-plugins-dts/Makefile,v 1.11 2007/08/18 05:57:55 marcus Exp $
+#
+
+PORTREVISION=	3
+CATEGORIES=	multimedia
+
+COMMENT=	Gstreamer dts plugin
+
+GST_PLUGIN=	dts
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list