- Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2

This commit is contained in:
Michael Johnson 2005-03-17 01:07:06 +00:00
parent 550b7c90c8
commit 06a5ad6af0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131460
6 changed files with 42 additions and 3 deletions

View file

@ -57,9 +57,9 @@ _USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cairo cdaudio cdparanoia \
gdkpixbuf gnomevfs gsm hermes ivorbis jack jpeg \
jpeg-mmx ladspa lame libcaca libfame libmng libpng \
libvisual mad mikmod mpeg2dec mpeg2enc mplex musepack \
musicbrainz nas sdl shout sidplay smoothwave sndfile \
speex theora ogg pango polypaudio swfdec vorbis xine \
xvid
musicbrainz nas sdl shout shout2 sidplay smoothwave \
sndfile speex theora ogg pango polypaudio swfdec \
vorbis xine xvid
# other plugins
OTHER_GSTREAMER_PLUGINS+= core yes

View file

@ -179,6 +179,7 @@
SUBDIR += gstreamer-plugins-ogg
SUBDIR += gstreamer-plugins-polypaudio
SUBDIR += gstreamer-plugins-shout
SUBDIR += gstreamer-plugins-shout2
SUBDIR += gstreamer-plugins-sidplay
SUBDIR += gstreamer-plugins-smoothwave
SUBDIR += gstreamer-plugins-sndfile

View file

@ -0,0 +1,14 @@
# New ports collection makefile for: gstreamer-plugins-shout2
# Date created: 16 Mar 2005
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= audio
GST_PLUGIN= shout2
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,14 @@
# New ports collection makefile for: gstreamer-plugins-shout2
# Date created: 16 Mar 2005
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= audio
GST_PLUGIN= shout2
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
.include "${MASTERDIR}/Makefile"

View file

@ -320,6 +320,11 @@ PLIST_FILES= lib/gstreamer-${VERSION}/libgsttrm.so
LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout
.endif
# shout2
.if ${GST_PLUGIN}=="shout2"
LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout2
.endif
# sidplay
.if ${GST_PLUGIN}=="sidplay"
LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay

View file

@ -320,6 +320,11 @@ PLIST_FILES= lib/gstreamer-${VERSION}/libgsttrm.so
LIB_DEPENDS+= shout.2:${PORTSDIR}/audio/libshout
.endif
# shout2
.if ${GST_PLUGIN}=="shout2"
LIB_DEPENDS+= shout.3:${PORTSDIR}/audio/libshout2
.endif
# sidplay
.if ${GST_PLUGIN}=="sidplay"
LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay