aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gstreamer.mk
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-09-06 21:10:50 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-09-06 21:10:50 +0000
commit5b545e24438890b69da5b8d33dc4e205688cbf33 (patch)
treefa7f43588b1ae9866009ecff3e30c1d6a57cccc8 /Mk/bsd.gstreamer.mk
parent2d9698d0345d0c95d4f23e7158d4c2d2305b6c4f (diff)
downloadports-5b545e24438890b69da5b8d33dc4e205688cbf33.tar.gz
ports-5b545e24438890b69da5b8d33dc4e205688cbf33.zip
Update gstreamer-plugins-ugly to 0.10.16.
New plugins: amrnb: OpenCore based Adaptive Multi-Rate Narrow-Band plugin amrwbdec: OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin twolame: High-quality free MP2 encoder plugin Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.16.html
Notes
Notes: svn path=/head/; revision=260660
Diffstat (limited to 'Mk/bsd.gstreamer.mk')
-rw-r--r--Mk/bsd.gstreamer.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index d018867fad27..ab94143360b7 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -53,13 +53,13 @@ GST_SHLIB_VERSION= 1
#
# These are the current supported gstreamer-plugins modules
#
-_USE_GSTREAMER10_ALL= a52dec aalib annodex bz2 cairo cdaudio cdparanoia dts \
+_USE_GSTREAMER10_ALL= a52dec aalib amrnb amrwbdec annodex bz2 cairo cdaudio cdparanoia dts \
dv dvd esound faac faad ffmpeg flac gconf gio gnomevfs \
gnonlin gsm hal jack jpeg ladspa lame \
libcaca libmms libpng libvisual mm mp3 mpeg2enc mpeg2dec \
musepack nas neon ogg pango pulse python sdl shout2 sidplay \
sndfile spc soundtouch soup speex taglib \
- theora v4l2 vorbis wavpack x264 xvid
+ theora twolame v4l2 vorbis wavpack x264 xvid
# other plugins
OTHER_GSTREAMER_PLUGINS+=bad good ugly core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad
@@ -79,6 +79,10 @@ gconf_DEPENDS= devel/gstreamer-plugins-gconf
# Audio Plugins Section
a52dec_DEPENDS= audio/gstreamer-plugins-a52dec
+amrnb_DEPENDS= audio/gstreamer-plugins-amrnb
+
+amrwbdec_DEPENDS= audio/gstreamer-plugins-amrwbdec
+
artsd_DEPENDS= audio/gstreamer-plugins-artsd
audiofile_DEPENDS= audio/gstreamer-plugins-audiofile
@@ -150,6 +154,8 @@ speex_DEPENDS= audio/gstreamer-plugins-speex
taglib_DEPENDS= audio/gstreamer-plugins-taglib
+twolame_DEPENDS= audio/gstreamer-plugins-twolame
+
vorbis_DEPENDS= audio/gstreamer-plugins-vorbis
wavpack_DEPENDS= audio/gstreamer-plugins-wavpack