[Midnightbsd-cvs] mports: mports/audio: add gstreamer-plugins-faad

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 6 00:05:49 EST 2007


Log Message:
-----------
add gstreamer-plugins-faad

Modified Files:
--------------
    mports/audio:
        Makefile (r1.52 -> r1.53)

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/Makefile,v
retrieving revision 1.52
retrieving revision 1.53
diff -L audio/Makefile -L audio/Makefile -u -r1.52 -r1.53
--- audio/Makefile
+++ audio/Makefile
@@ -25,6 +25,7 @@
     SUBDIR += gsm
     SUBDIR += gstreamer-plugins-cdparanoia
     SUBDIR += gstreamer-plugins-esound
+    SUBDIR += gstreamer-plugins-faad
     SUBDIR += gstreamer-plugins-flac
     SUBDIR += gstreamer-plugins-mad
     SUBDIR += gstreamer-plugins-mp3
--- /dev/null
+++ audio/gstreamer-plugins-faad/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for:	gstreamer-plugins-faad
+# Date created:			3 Oct 2004
+# Whom:				Michael Johnson <ahze at FreeBSD.org>
+#
+# $MidnightBSD: mports/audio/gstreamer-plugins-faad/Makefile,v 1.1 2007/12/06 05:05:47 laffer1 Exp $
+# $FreeBSD: ports/audio/gstreamer-plugins-faad/Makefile,v 1.10 2007/05/19 19:58:54 flz Exp $
+#
+
+PORTREVISION=	4
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin
+
+GST_PLUGIN=	faad
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list