diff options
author | kwm <kwm@FreeBSD.org> | 2005-07-06 23:04:58 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-07-06 23:04:58 +0800 |
commit | 8668fa60497645ebebbc8d7f291cc3265ae35576 (patch) | |
tree | d01646a466f6ba89758c0b7050f3332f6fc0d11a /Mk/bsd.gstreamer.mk | |
parent | 5cec6d39db438e0361bbd1f92b7cdd1781d45439 (diff) | |
download | freebsd-ports-gnome-8668fa60497645ebebbc8d7f291cc3265ae35576.tar.gz freebsd-ports-gnome-8668fa60497645ebebbc8d7f291cc3265ae35576.tar.zst freebsd-ports-gnome-8668fa60497645ebebbc8d7f291cc3265ae35576.zip |
Update to 0.8.10.
Wavpack moves from main package to stand alone plugin.
New cdio plugin, spc plugin now enabled.
Mark the cairo plugin ignore because it needs a newer version of cairo.
Use gst-register-0.8 instead of gst-register.
Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.10.html
Approved by: maintainer (implicit)
Diffstat (limited to 'Mk/bsd.gstreamer.mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index d2673cf5f7d1..5800561acccb 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -52,14 +52,14 @@ GST_SHLIB_VERSION= 1 # # These are the current supported gstreamer-plugins modules # -_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cairo cdaudio cdparanoia \ +_USE_GSTREAMER_ALL= a52dec aalib artsd audiofile cairo cdaudio cdio cdparanoia \ dirac dts dv dvd esound faac faad ffmpeg flac \ gconf gdkpixbuf gnomevfs gsm hermes ivorbis jack jpeg \ jpeg-mmx ladspa lame libcaca libfame libmms libmng \ libpng libvisual mad mikmod mpeg2dec mpeg2enc mplex \ musepack musicbrainz nas sdl shout shout2 sidplay \ smoothwave sndfile speex theora ogg pango polypaudio \ - swfdec vorbis xvid + swfdec vorbis wavpack xvid # other plugins OTHER_GSTREAMER_PLUGINS+= core yes @@ -72,6 +72,9 @@ core_GST_EXT= .keep yes_DEPENDS= multimedia/gstreamer-plugins yes_PLIST= libgstac3parse +cdio_DEPENDS= sysutils/gstreamer-plugins-cdio +cdio_PLIST= libgstcddasrc + gconf_DEPENDS= devel/gstreamer-plugins-gconf gconf_PLIST= libgstgconfelements @@ -138,6 +141,7 @@ speex_DEPENDS= audio/gstreamer-plugins-speex vorbis_DEPENDS= audio/gstreamer-plugins-vorbis +wavpack_DEPENDS= audio/gstreamer-plugins-wavpack # Devel Plugins Section gnomevfs_DEPENDS= devel/gstreamer-plugins-gnomevfs |