diff options
author | Koop Mast <kwm@FreeBSD.org> | 2009-04-06 10:46:56 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2009-04-06 10:46:56 +0000 |
commit | dff43f90d7460be148e7c60ca405d08c829cf907 (patch) | |
tree | 2e5e56d4fc9ae7e3607d438400013c7e31b774df /audio/gstreamer-plugins-pulse | |
parent | 6d1d131b2b635eee02a4b9af5f74b85bc3b7631c (diff) | |
download | ports-dff43f90d7460be148e7c60ca405d08c829cf907.tar.gz ports-dff43f90d7460be148e7c60ca405d08c829cf907.zip |
Notes
Diffstat (limited to 'audio/gstreamer-plugins-pulse')
-rw-r--r-- | audio/gstreamer-plugins-pulse/Makefile | 24 | ||||
-rw-r--r-- | audio/gstreamer-plugins-pulse/distinfo | 3 | ||||
-rw-r--r-- | audio/gstreamer-plugins-pulse/pkg-descr | 3 |
3 files changed, 4 insertions, 26 deletions
diff --git a/audio/gstreamer-plugins-pulse/Makefile b/audio/gstreamer-plugins-pulse/Makefile index df877b831703..4d0fa6ad5722 100644 --- a/audio/gstreamer-plugins-pulse/Makefile +++ b/audio/gstreamer-plugins-pulse/Makefile @@ -5,29 +5,13 @@ # $FreeBSD$ # -PORTNAME= gstreamer-plugins -PORTVERSION= 0.9.7 -PORTREVISION= 1 +PORTREVISION= 0 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 +GST_PLUGIN= pulse -CFLAGS:= ${CFLAGS} -O2 -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" +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins -PLIST_FILES= lib/gstreamer-0.10/libgstpulse.la \ - lib/gstreamer-0.10/libgstpulse.so - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" diff --git a/audio/gstreamer-plugins-pulse/distinfo b/audio/gstreamer-plugins-pulse/distinfo deleted file mode 100644 index 85410e90f16e..000000000000 --- a/audio/gstreamer-plugins-pulse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gst-pulse-0.9.7.tar.gz) = 166164eb07eacd1d70b965731eb6cbdb -SHA256 (gst-pulse-0.9.7.tar.gz) = b9f1bb98917d9879d46b6a959ce9068471908763f2ca98e480837485e290b106 -SIZE (gst-pulse-0.9.7.tar.gz) = 348776 diff --git a/audio/gstreamer-plugins-pulse/pkg-descr b/audio/gstreamer-plugins-pulse/pkg-descr deleted file mode 100644 index 4091cea11873..000000000000 --- a/audio/gstreamer-plugins-pulse/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gstreamer plugins for pulseaudio - -WWW: http://0pointer.de/lennart/projects/gst-pulse/ |