[Midnightbsd-cvs] mports: mports/audio: add mad

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Dec 5 23:38:17 EST 2007


Log Message:
-----------
add mad

Modified Files:
--------------
    mports/audio:
        Makefile (r1.49 -> r1.50)

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/Makefile,v
retrieving revision 1.49
retrieving revision 1.50
diff -L audio/Makefile -L audio/Makefile -u -r1.49 -r1.50
--- audio/Makefile
+++ audio/Makefile
@@ -25,6 +25,7 @@
     SUBDIR += gsm
     SUBDIR += gstreamer-plugins-cdparanoia
     SUBDIR += gstreamer-plugins-esound
+    SUBDIR += gstreamer-plugins-mad
     SUBDIR += gstreamer-plugins-ogg
     SUBDIR += gstreamer-plugins-vorbis
     SUBDIR += jack
--- /dev/null
+++ audio/gstreamer-plugins-mad/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for:	gstreamer-plugins-mad
+# Date created:			3 Oct 2004
+# Whom:				Michael Johnson <ahze at FreeBSD.org>
+#
+# $MidnightBSD: mports/audio/gstreamer-plugins-mad/Makefile,v 1.1 2007/12/06 04:38:14 laffer1 Exp $
+# $FreeBSD: ports/audio/gstreamer-plugins-mad/Makefile,v 1.8 2007/05/19 19:59:00 flz Exp $
+#
+
+PORTREVISION=	3
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer mp3 decoder plugin
+
+GST_PLUGIN=	mad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list