1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

The gstreamer pulse plugins was imported in the good gstreamer tarball release.

Adapt this port to use the plugin from the good tarball release.
This commit is contained in:
Koop Mast 2009-04-06 10:46:56 +00:00
parent 6d1d131b2b
commit dff43f90d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231688
5 changed files with 11 additions and 27 deletions

View File

@ -133,7 +133,6 @@ 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

View File

@ -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"

View File

@ -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

View File

@ -1,3 +0,0 @@
Gstreamer plugins for pulseaudio
WWW: http://0pointer.de/lennart/projects/gst-pulse/

View File

@ -73,6 +73,7 @@ GOOD_GST_ALL_PLUGINS+= \
ladspa \
libcaca \
libpng \
pulse \
raw1394 \
shout2 \
soup \
@ -391,6 +392,12 @@ gst_pango_PLIST_FILES= ${GST_LIB_DIR}/libgstpango.la \
${GST_LIB_DIR}/libgstpango.so
gst_pango_DIST= base
# pulse
gst_pulse_LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio
gst_pulse_PLIST_FILES= ${GST_LIB_DIR}/libgstpulse.la \
${GST_LIB_DIR}/libgstpulse.so
gst_pulse_DIST= good
# sdl
gst_sdl_USE_SDL+= sdl
gst_sdl_PLIST_FILES= ${GST_LIB_DIR}/libgstsdl.la \