[Midnightbsd-cvs] mports: mports/audio: add ogg,vorbis plugins.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 23 22:33:54 EST 2007


Log Message:
-----------
add ogg,vorbis plugins.

Modified Files:
--------------
    mports/audio:
        Makefile (r1.47 -> r1.48)

Added Files:
-----------
    mports/audio/gstreamer-plugins-ogg:
        Makefile (r1.1)
    mports/audio/gstreamer-plugins-vorbis:
        Makefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/Makefile,v
retrieving revision 1.47
retrieving revision 1.48
diff -L audio/Makefile -L audio/Makefile -u -r1.47 -r1.48
--- audio/Makefile
+++ audio/Makefile
@@ -25,6 +25,8 @@
     SUBDIR += gsm
     SUBDIR += gstreamer-plugins-cdparanoia
     SUBDIR += gstreamer-plugins-esound
+    SUBDIR += gstreamer-plugins-ogg
+    SUBDIR += gstreamer-plugins-vorbis
     SUBDIR += jack
     SUBDIR += ladspa
     SUBDIR += lame
--- /dev/null
+++ audio/gstreamer-plugins-ogg/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for:	gstreamer-plugins-ogg
+# Date created:			23 Nov 2007
+# Whom:				Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/audio/gstreamer-plugins-ogg/Makefile,v 1.1 2007/11/24 03:33:51 laffer1 Exp $
+
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer Ogg bitstream plugin
+
+GST_PLUGIN=	ogg
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"
--- /dev/null
+++ audio/gstreamer-plugins-vorbis/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for:	gstreamer-plugins-vorbis
+# Date created:			23 Nov 2007
+# Whom:				Lucas Holt <luke at Midnightbsd.org>
+#
+# $MidnightBSD: mports/audio/gstreamer-plugins-vorbis/Makefile,v 1.1 2007/11/24 03:33:51 laffer1 Exp $
+
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer vorbis encoder/decoder plugin
+
+GST_PLUGIN=	vorbis
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list