[Midnightbsd-cvs] mports: mports/multimedia: Add dvd plugin
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jan 4 21:24:56 EST 2008
Log Message:
-----------
Add dvd plugin
Modified Files:
--------------
mports/multimedia:
Makefile (r1.37 -> r1.38)
Added Files:
-----------
mports/multimedia/gstreamer-plugins-dvd:
Makefile (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/multimedia/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -L multimedia/Makefile -L multimedia/Makefile -u -r1.37 -r1.38
--- multimedia/Makefile
+++ multimedia/Makefile
@@ -13,6 +13,7 @@
SUBDIR += gstreamer-plugins-bad
SUBDIR += gstreamer-plugins-good
SUBDIR += gstreamer-plugins-dts
+ SUBDIR += gstreamer-plugins-dvd
SUBDIR += gstreamer-plugins-mpeg2dec
SUBDIR += gstreamer-plugins-theora
SUBDIR += gstreamer-plugins-ugly
--- /dev/null
+++ multimedia/gstreamer-plugins-dvd/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: gstreamer-plugins-dvd
+# Date created: 3 Oct 2004
+# Whom: Michael Johnson <ahze at FreeBSD.org>
+#
+# $MidnightBSD: mports/multimedia/gstreamer-plugins-dvd/Makefile,v 1.1 2008/01/05 02:24:54 laffer1 Exp $
+# $FreeBSD: ports/multimedia/gstreamer-plugins-dvd/Makefile,v 1.11 2007/05/19 20:17:24 flz Exp $
+#
+
+PORTREVISION= 1
+CATEGORIES= multimedia
+
+COMMENT= Gstreamer dvd plugin set
+
+GST_PLUGIN= dvd
+
+MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
More information about the Midnightbsd-cvs
mailing list