diff options
author | kwm <kwm@FreeBSD.org> | 2011-02-25 18:58:42 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-02-25 18:58:42 +0800 |
commit | ab7ca78c749826fdc5d09cac248d8a6389f88bdc (patch) | |
tree | de6d945e744fb2f9b6cdd7dc12c1b932882b8a78 /Mk/bsd.gstreamer.mk | |
parent | 4e7b3160077c476c17bfa44a6caebd14ef2ae5d7 (diff) | |
download | freebsd-ports-gnome-ab7ca78c749826fdc5d09cac248d8a6389f88bdc.tar.gz freebsd-ports-gnome-ab7ca78c749826fdc5d09cac248d8a6389f88bdc.tar.zst freebsd-ports-gnome-ab7ca78c749826fdc5d09cac248d8a6389f88bdc.zip |
Update Gstreamer-plugins-base to 0.10.32
Update Gstreamer-plugins-good to 0.10.27
Update Gstreamer-plugins-bad to 0.10.21
Update Gstreamer-plugins-ugly to 0.10.17
Add flite plugin. plugin for the flite Speech synthesis engine.
Add opencv plugin. plugin for opencv Computer vision library.
Move vdpau plugin to a beter category.
Remove LOCAL master sites that haven't been updated for ages.
Check if Gstreamer (core) is recent enough.
Remove 6.x BROKEN line for the bad plugin.
Diffstat (limited to 'Mk/bsd.gstreamer.mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index 01476937f19f..6df3f9a25b84 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -55,10 +55,10 @@ GST_SHLIB_VERSION= 1 # _USE_GSTREAMER10_ALL= a52dec aalib amrnb amrwbdec annodex bz2 cairo \ cdaudio cdparanoia dts dv dvd esound faac faad \ - ffmpeg flac gconf gio gl gme gnomevfs gnonlin \ + ffmpeg flac flite gconf gio gl gme 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 \ + nas neon ogg opencv pango pulse python resindvd schroedinger \ sdl shout2 sidplay sndfile spc soundtouch soup \ speex taglib theora twolame v4l2 vorbis vdpau \ vp8 wavpack x264 xvid @@ -101,6 +101,8 @@ faad_DEPENDS= audio/gstreamer-plugins-faad flac_DEPENDS= audio/gstreamer-plugins-flac +flite_DEPENDS= audio/gstreamer-plugins-flite + fluendo-mp3_DEPENDS= audio/gstreamer-plugins-fluendo-mp3 gme_DEPENDS= audio/gstreamer-plugins-gme @@ -196,6 +198,8 @@ libpng_DEPENDS= graphics/gstreamer-plugins-libpng libvisual_DEPENDS= graphics/gstreamer-plugins-libvisual +opencv_DEPENDS= graphics/gstreamer-plugins-opencv + # Multimedia Plugins Section bad_DEPENDS= multimedia/gstreamer-plugins-bad @@ -249,6 +253,8 @@ theora_DEPENDS= multimedia/gstreamer-plugins-theora ugly_DEPENDS= multimedia/gstreamer-plugins-ugly +vdpau_DEPENDS= multimedia/gstreamer-plugins-vdpau + x264_DEPENDS= multimedia/gstreamer-plugins-x264 xvid_DEPENDS= multimedia/gstreamer-plugins-xvid @@ -257,10 +263,6 @@ 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 |