[Midnightbsd-cvs] mports: mports/audio:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Dec 6 00:11:14 EST 2007


Log Message:
-----------


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

Added Files:
-----------
    mports/audio/gstreamer-plugins-fluendo-mp3:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/Makefile,v
retrieving revision 1.53
retrieving revision 1.54
diff -L audio/Makefile -L audio/Makefile -u -r1.53 -r1.54
--- audio/Makefile
+++ audio/Makefile
@@ -25,8 +25,10 @@
     SUBDIR += gsm
     SUBDIR += gstreamer-plugins-cdparanoia
     SUBDIR += gstreamer-plugins-esound
+    SUBDIR += gstreamer-plugins-faac
     SUBDIR += gstreamer-plugins-faad
     SUBDIR += gstreamer-plugins-flac
+    SUBDIR += gstreamer-plugins-fluendo-mp3
     SUBDIR += gstreamer-plugins-mad
     SUBDIR += gstreamer-plugins-mp3
     SUBDIR += gstreamer-plugins-ogg
--- /dev/null
+++ audio/gstreamer-plugins-fluendo-mp3/pkg-descr
@@ -0,0 +1,3 @@
+Mp3 gstreamer plugin from fluendo
+
+WWW: http://www.fluendo.com/resources/source-plugins.php
--- /dev/null
+++ audio/gstreamer-plugins-fluendo-mp3/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for:	gstreamer-plugins-fluendo-mp3
+# Date created:		2007-02-25
+# Whom:			Michael Johnson <ahze at FreeBSD.org>
+#
+# $MidnightBSD: mports/audio/gstreamer-plugins-fluendo-mp3/Makefile,v 1.1 2007/12/06 05:11:11 laffer1 Exp $
+# $FreeBSD: ports/audio/gstreamer-plugins-fluendo-mp3/Makefile,v 1.4 2007/07/05 12:21:06 ahze Exp $
+#
+
+PORTNAME=	gstreamer-plugins-fluendo-mp3
+PORTVERSION=	0.10.6
+CATEGORIES=	audio
+MASTER_SITES=	http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/
+DISTNAME=	gst-fluendo-mp3-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Mp3 gstreamer plugin from fluendo
+
+CFLAGS:=	${CFLAGS} -O2
+USE_GSTREAMER=	yes
+GNU_CONFIGURE=	yes
+PLIST_FILES=	lib/gstreamer-0.10/libgstflump3dec.a \
+		lib/gstreamer-0.10/libgstflump3dec.la \
+		lib/gstreamer-0.10/libgstflump3dec.so
+
+.include <bsd.port.mk>
--- /dev/null
+++ audio/gstreamer-plugins-fluendo-mp3/distinfo
@@ -0,0 +1,3 @@
+MD5 (gst-fluendo-mp3-0.10.6.tar.gz) = 01bd23fb2472efdbabfe531e356d1129
+SHA256 (gst-fluendo-mp3-0.10.6.tar.gz) = adc73600e68b1153b934f4e6ed032b45ce54a57024971b69a099eb0ad7b9656c
+SIZE (gst-fluendo-mp3-0.10.6.tar.gz) = 457871


More information about the Midnightbsd-cvs mailing list