diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-09-13 16:05:50 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-09-13 16:05:50 +0000 |
commit | b437af72e9fb7a1db62c866b69515a7133d2da0a (patch) | |
tree | c8d6c6c2eb03393c82590988e7d4859b48ab9186 /Mk | |
parent | c0783ce7d2dd21f1bd5526d2abf788844f31b744 (diff) | |
download | ports-b437af72e9fb7a1db62c866b69515a7133d2da0a.tar.gz ports-b437af72e9fb7a1db62c866b69515a7133d2da0a.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 269ebcc9ffd7..f26dbbf9b8c5 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -53,13 +53,15 @@ GST_SHLIB_VERSION= 1 # # These are the current supported gstreamer-plugins modules # -_USE_GSTREAMER10_ALL= a52dec aalib amrnb amrwbdec annodex bz2 cairo cdaudio cdparanoia dts \ - dv dvd esound faac faad ffmpeg flac gconf gio gl 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 twolame v4l2 vorbis wavpack x264 xvid +_USE_GSTREAMER10_ALL= a52dec aalib amrnb amrwbdec annodex bz2 cairo \ + cdaudio cdparanoia dts dv dvd esound faac faad \ + ffmpeg flac gconf gio gl gnomevfs gnonlin \ + gsm hal jack jpeg ladspa lame libcaca libmms \ + libpng libvisual mm mp3 mpeg2enc mpeg2dec musepack \ + nas neon ogg pango pulse python resindvd schroedinger \ + sdl shout2 sidplay sndfile spc soundtouch soup \ + speex taglib theora twolame v4l2 vorbis vdpau \ + vp8 wavpack x264 xvid # other plugins OTHER_GSTREAMER_PLUGINS+=bad good ugly core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad @@ -222,6 +224,8 @@ mplex_DEPENDS= multimedia/gstreamer-plugins-mplex v4l2_DEPENDS= multimedia/gstreamer-plugins-v4l2 +vp8_DEPENDS= multimedia/gstreamer-plugins-vp8 + # XXX: This is a quick solution for ports with USE_GSTREAMER=python # but without USE_PYTHON. PYTHON_PKGNAMEPREFIX?= py*- @@ -232,6 +236,10 @@ python_GST_PREFIX= ${PYTHON_PKGNAMEPREFIX} python_GST_SUFX= # empty python_GST_VERSION= 0.10.4 +resindvd_DEPENDS= multimedia/gstreamer-plugins-resindvd + +schroedinger_DEPENDS= multimedia/gstreamer-plugins-schroedinger + theora_DEPENDS= multimedia/gstreamer-plugins-theora ugly_DEPENDS= multimedia/gstreamer-plugins-ugly @@ -244,6 +252,10 @@ xvid_DEPENDS= multimedia/gstreamer-plugins-xvid libmms_DEPENDS= net/gstreamer-plugins-libmms +# X11 Plugin Section + +vdpau_DEPENDS= x11/gstreamer-plugins-vdpau + # X11-Toolkits Plugins Section pango_DEPENDS= x11-toolkits/gstreamer-plugins-pango |