diff options
author | kwm <kwm@FreeBSD.org> | 2010-09-14 00:05:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-09-14 00:05:50 +0800 |
commit | a037c8c50c0d39ac156d009f574f67c5ae3b8367 (patch) | |
tree | 9a83d337c73d6747510978beae1257c3cf6012f2 /multimedia/gstreamer-plugins-all | |
parent | 29c14c9c0e8b40640532ad01dc8a780763a90071 (diff) | |
download | freebsd-ports-gnome-a037c8c50c0d39ac156d009f574f67c5ae3b8367.tar.gz freebsd-ports-gnome-a037c8c50c0d39ac156d009f574f67c5ae3b8367.tar.zst freebsd-ports-gnome-a037c8c50c0d39ac156d009f574f67c5ae3b8367.zip |
Update gstreamer-plugins-bad to 0.10.20.
- Reorder the plugin list in bsd.gstreamer.mk so it its inside 80 chars.
- Enable the dvb and shm plugin in the -bad package.
- New plugins:
resindvd: Dvd navigation plugin
schroedinger: Dirac high speed video codec plugin
vdpau: Nvidia vdpau extention plugin [1]
vp8: Google vp8 codec plugin
Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html
PR: ports/15077 (borrowed some ideas)
Submitted by: Anonymous <swell.k@gmail.com>
Diffstat (limited to 'multimedia/gstreamer-plugins-all')
-rw-r--r-- | multimedia/gstreamer-plugins-all/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile index 1ba42423149d..f3aef2b2ad9c 100644 --- a/multimedia/gstreamer-plugins-all/Makefile +++ b/multimedia/gstreamer-plugins-all/Makefile @@ -29,6 +29,7 @@ WITHOUT_FAAC= yes # Mp4 Dolby license , no package WITHOUT_LAME= yes # MP3 License , no package WITHOUT_SWFDEC= yes # Broken WITHOUT_MPEG2ENC= yes # Broken +WITHOUT_VDPAU= yes # Needs to be build agains running kernel .endif .if ${ARCH}!="i386" WITHOUT_SPC= yes # i386 only |