[Midnightbsd-cvs] mports: mports/audio: add plugin for "good"

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 23 18:13:02 EST 2007


Log Message:
-----------
add plugin for "good"

Modified Files:
--------------
    mports/audio:
        Makefile (r1.44 -> r1.45)

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/Makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -L audio/Makefile -L audio/Makefile -u -r1.44 -r1.45
--- audio/Makefile
+++ audio/Makefile
@@ -22,6 +22,7 @@
     SUBDIR += gnome-audio
     SUBDIR += gnustep-cdplayer
     SUBDIR += gsm
+    SUBDIR += gstreamer-plugins-esound
     SUBDIR += jack
     SUBDIR += ladspa
     SUBDIR += lame
--- /dev/null
+++ audio/gstreamer-plugins-esound/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for:	gstreamer-plugins-esd
+# Date created:			23 Nov 2007
+# Whom:				Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/audio/gstreamer-plugins-esound/Makefile,v 1.1 2007/11/23 23:13:00 laffer1 Exp $
+#
+
+CATEGORIES=	audio
+
+COMMENT=	Gstreamer enlightenment sound library plugin
+
+GST_PLUGIN=	esound
+
+MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugins
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list