diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-07-06 15:04:58 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-07-06 15:04:58 +0000 |
commit | 3f91498e6d7300a519650d17a3b481c1fe9242fe (patch) | |
tree | c76a2de71bc88a1a41241b6a82fc5243a9ee8714 /Mk/bsd.gstreamer.mk | |
parent | 2020526dd26217646588f0fb1cc12ff9f2400561 (diff) | |
download | ports-3f91498e6d7300a519650d17a3b481c1fe9242fe.tar.gz ports-3f91498e6d7300a519650d17a3b481c1fe9242fe.zip |
Notes
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 |