aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-pulse
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:35:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:35:50 +0000
commitf1bb12de8e50bf76ae21f37debda60994ec7fd99 (patch)
tree1671d4beef381f12d939e34b344eb385a3af4f19 /audio/gstreamer-plugins-pulse
parent29adee7bb42244f34736c5c24ed18a9b269d0925 (diff)
downloadports-f1bb12de8e50bf76ae21f37debda60994ec7fd99.tar.gz
ports-f1bb12de8e50bf76ae21f37debda60994ec7fd99.zip
Notes
Diffstat (limited to 'audio/gstreamer-plugins-pulse')
-rw-r--r--audio/gstreamer-plugins-pulse/Makefile33
-rw-r--r--audio/gstreamer-plugins-pulse/distinfo3
-rw-r--r--audio/gstreamer-plugins-pulse/pkg-descr3
3 files changed, 39 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-pulse/Makefile b/audio/gstreamer-plugins-pulse/Makefile
new file mode 100644
index 000000000000..a8414f0d0a6c
--- /dev/null
+++ b/audio/gstreamer-plugins-pulse/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: gstreamer-plugins-pulse
+# Date created: July 22, 2006
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gstreamer-plugins
+PORTVERSION= 0.9.3
+CATEGORIES= audio
+MASTER_SITES= http://0pointer.de/lennart/projects/gst-pulse/
+PKGNAMESUFFIX= -pulse
+DISTNAME= gst${PKGNAMESUFFIX}-${PORTVERSION}
+
+MAINTAINER= multimedia@FreeBSD.org
+COMMENT= GStreamer plugin for pulseaudio
+
+LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_GNOME= lthack gnomehack
+USE_GSTREAMER= yes
+CONFIGURE_ARGS= --disable-lynx
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PLIST_FILES= lib/gstreamer-0.10/libgstpulse.a \
+ lib/gstreamer-0.10/libgstpulse.la \
+ lib/gstreamer-0.10/libgstpulse.so \
+ lib/gstreamer-0.10/libgstpulse.so.0
+
+.include <bsd.port.mk>
diff --git a/audio/gstreamer-plugins-pulse/distinfo b/audio/gstreamer-plugins-pulse/distinfo
new file mode 100644
index 000000000000..45e5faaccdc6
--- /dev/null
+++ b/audio/gstreamer-plugins-pulse/distinfo
@@ -0,0 +1,3 @@
+MD5 (gst-pulse-0.9.3.tar.gz) = 70c1897c7a51589797984a67dab90c86
+SHA256 (gst-pulse-0.9.3.tar.gz) = abcd8d3e7941e3c6ac8b71cad9b886c78b09b24db760b73eaf85ed92e9ea7aee
+SIZE (gst-pulse-0.9.3.tar.gz) = 331324
diff --git a/audio/gstreamer-plugins-pulse/pkg-descr b/audio/gstreamer-plugins-pulse/pkg-descr
new file mode 100644
index 000000000000..4091cea11873
--- /dev/null
+++ b/audio/gstreamer-plugins-pulse/pkg-descr
@@ -0,0 +1,3 @@
+Gstreamer plugins for pulseaudio
+
+WWW: http://0pointer.de/lennart/projects/gst-pulse/