diff options
author | kwm <kwm@FreeBSD.org> | 2011-05-11 18:33:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-05-11 18:33:50 +0800 |
commit | c8f4d92dba0cfe205860b85d668b433f61eeff3a (patch) | |
tree | ca9f80f991c6a46596edf216c2fa37f3ec60ddb4 /multimedia/gstreamer-plugins-all | |
parent | 41bb92e458f3dedac759d3928239521b1dbbd890 (diff) | |
download | freebsd-ports-gnome-c8f4d92dba0cfe205860b85d668b433f61eeff3a.tar.gz freebsd-ports-gnome-c8f4d92dba0cfe205860b85d668b433f61eeff3a.tar.zst freebsd-ports-gnome-c8f4d92dba0cfe205860b85d668b433f61eeff3a.zip |
Update Gstreamer (core) to 0.10.33
Update Gstreamer-plugins(-base) to 0.10.33
Update Gstreamer-plugins-good to 0.10.29
Update Gstreamer-plugins-bad to 0.10.22
Update Gstreamer-plugins-ugly to 0.10.18
Diffstat (limited to 'multimedia/gstreamer-plugins-all')
-rw-r--r-- | multimedia/gstreamer-plugins-all/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile index f3aef2b2ad9c..9d186dcf1392 100644 --- a/multimedia/gstreamer-plugins-all/Makefile +++ b/multimedia/gstreamer-plugins-all/Makefile @@ -8,7 +8,7 @@ PORTNAME= gstreamer-plugins-all PORTVERSION= 1.3.${GST_VERSION}.${GST_SHLIB_VERSION} -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia MASTER_SITES= # empty DISTFILES= # empty @@ -27,13 +27,13 @@ OPTIONS= # Hacky.. but it works the way it is set up... .if defined(PACKAGE_BUILDING) 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 .endif +WITHOUT_FLITE= yes # broken # Remove core, yes PLUGS= ${_USE_GSTREAMER10_ALL} |