- Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
14
audio/gstreamer-plugins-shout2/Makefile
Normal file
14
audio/gstreamer-plugins-shout2/Makefile
Normal 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"
|
14
audio/gstreamer-plugins-shout280/Makefile
Normal file
14
audio/gstreamer-plugins-shout280/Makefile
Normal 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"
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue