summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 03:25:49 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-23 03:25:49 +0800
commit6206fd21c806f2b04e26f771ab61e918dd0d2bd0 (patch)
tree0d44eb08ace2a4717662f0b5da64d8cc5ea44474
parent2da26c7fc96fa54e71d853d0083201c2d12d5973 (diff)
downloadmarcuscom-ports-6206fd21c806f2b04e26f771ab61e918dd0d2bd0.tar.gz
marcuscom-ports-6206fd21c806f2b04e26f771ab61e918dd0d2bd0.tar.zst
marcuscom-ports-6206fd21c806f2b04e26f771ab61e918dd0d2bd0.zip
- Add gstreamer-plugins-pulse
Gstreamer plugins for pulseaudio WWW: http://0pointer.de/lennart/projects/gst-pulse/ git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6689 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--Mk/bsd.gstreamer.mk7
-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
4 files changed, 44 insertions, 2 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index a07dbadcb..42ebc1b5d 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -7,7 +7,7 @@
# Date: 4 Oct 2004
#
# $FreeBSD: ports/Mk/bsd.gstreamer.mk,v 1.18 2006/05/16 01:43:00 ahze Exp $
-# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.35 2006/07/12 10:25:15 ahze Exp $
+# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.36 2006/07/17 00:00:00 ahze Exp $
.if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
@@ -64,7 +64,7 @@ _USE_GSTREAMER_ALL= a52dec aalib annodex bad bz2 cairo cdparanoia dts \
dv dvd esound faac faad ffmpeg flac gconf gnomevfs \
gnonlin good gsm hal ivorbis jpeg ladspa lame libcaca \
libmms libpng libvisual mad mpeg2dec \
- musepack neon ogg pango python sdl shout2 sidplay \
+ musepack neon ogg pango pulse python sdl shout2 sidplay \
speex theora ugly vorbis wavpack xvid
_USE_GSTREAMER80_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \
dirac dts dv dvd esound faac faad ffmpeg flac \
@@ -139,6 +139,9 @@ ogg_DEPENDS= audio/gstreamer-plugins-ogg
polyp_DEPENDS= audio/gstreamer-plugins-polyp
+pulse_DEPENDS= audio/gstreamer-plugins-pulse
+pulse_GST_VERSION= 0.9.3
+
shout_DEPENDS= audio/gstreamer-plugins-shout
shout2_DEPENDS= audio/gstreamer-plugins-shout2
diff --git a/audio/gstreamer-plugins-pulse/Makefile b/audio/gstreamer-plugins-pulse/Makefile
new file mode 100644
index 000000000..a8414f0d0
--- /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 000000000..45e5faacc
--- /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 000000000..4091cea11
--- /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/