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

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 6 00:16:12 EST 2007


Log Message:
-----------
add a52dec

Modified Files:
--------------
    mports/audio:
        Makefile (r1.54 -> r1.55)

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/Makefile,v
retrieving revision 1.54
retrieving revision 1.55
diff -L audio/Makefile -L audio/Makefile -u -r1.54 -r1.55
--- audio/Makefile
+++ audio/Makefile
@@ -23,6 +23,7 @@
     SUBDIR += gnome-media
     SUBDIR += gnustep-cdplayer
     SUBDIR += gsm
+    SUBDIR += gstreamer-plugins-a52dec
     SUBDIR += gstreamer-plugins-cdparanoia
     SUBDIR += gstreamer-plugins-esound
     SUBDIR += gstreamer-plugins-faac
--- /dev/null
+++ audio/gstreamer-plugins-a52dec/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for:	gstreamer-plugins-faac
+# Date created:			3 Oct 2004
+# Whom:				Michael Johnson <ahze at FreeBSD.org>
+#
+# $MidnightBSD: mports/audio/gstreamer-plugins-a52dec/Makefile,v 1.1 2007/12/06 05:16:10 laffer1 Exp $
+# $FreeBSD: ports/audio/gstreamer-plugins-a52dec/Makefile,v 1.7 2007/05/19 19:58:48 flz Exp $
+#
+
+PORTREVISION=	2
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
+
+GST_PLUGIN=	a52dec
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list