diff options
author | kwm <kwm@FreeBSD.org> | 2012-06-27 20:35:05 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-06-27 20:35:05 +0800 |
commit | 2b39e955a7974b50ccfdb1ac154010e252e2b527 (patch) | |
tree | 01f3303ab66fbb0f7e4f3374d8974ffef8b003f8 /multimedia/gstreamer-plugins-all/Makefile | |
parent | 7af55bc4f2271457f6b173dace5111c540b73008 (diff) | |
download | freebsd-ports-gnome-2b39e955a7974b50ccfdb1ac154010e252e2b527.tar.gz freebsd-ports-gnome-2b39e955a7974b50ccfdb1ac154010e252e2b527.tar.zst freebsd-ports-gnome-2b39e955a7974b50ccfdb1ac154010e252e2b527.zip |
Update gstreamer ports.
Gstreamer to 0.10.36.
Gstreamer-plugins(-base) to 0.10.36.
Gstreamer-plugins-bad to 0.10.23.
Gstreamer-plugins-good to 0.10.31.
Gstreamer-plugins-ugly to 0.10.19.
Add hack to unbreak the flite plugin.
Diffstat (limited to 'multimedia/gstreamer-plugins-all/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-all/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile index 9f171f37b7af..d6c504c6bcc9 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= 12 +PORTREVISION= 13 CATEGORIES= multimedia MASTER_SITES= # empty DISTFILES= # empty @@ -40,7 +40,6 @@ PORT_OPTIONS:= ${PORT_OPTIONS:NVDPAU} # Needs to be build agains running kernel .if ${ARCH} != "i386" PORT_OPTIONS:= ${PORT_OPTIONS:NSPC} # i386 only .endif -PORT_OPTIONS:= ${PORT_OPTIONS:NFLITE} # broken .for f in ${OPTIONS_DEFINE} .if ${PORT_OPTIONS:M${f:U}} |