aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-all
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-11-21 19:06:50 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-11-21 19:06:50 +0000
commit6fd348728dbe0537c4062da63f86c2a9d183ab24 (patch)
treefd78fb0814d9fd2484b56c17bbf4c520634884b4 /multimedia/gstreamer1-plugins-all
parent280f584d8670b3858b6961cd808e71b8a0afcfec (diff)
downloadports-6fd348728dbe0537c4062da63f86c2a9d183ab24.tar.gz
ports-6fd348728dbe0537c4062da63f86c2a9d183ab24.zip
Update to 1.2.1.
Retire celt plugin, it was removed in flavor for the opus plugin. Add new webp, kate and openjpeg plugin.
Notes
Notes: svn path=/head/; revision=334511
Diffstat (limited to 'multimedia/gstreamer1-plugins-all')
-rw-r--r--multimedia/gstreamer1-plugins-all/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile
index 05e97afcf3c9..777b20f4a01f 100644
--- a/multimedia/gstreamer1-plugins-all/Makefile
+++ b/multimedia/gstreamer1-plugins-all/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gstreamer1-plugins-all
PORTVERSION= ${GST1_VERSION}
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES= multimedia
MASTER_SITES= # empty
DISTFILES= # empty
@@ -14,6 +14,7 @@ COMMENT= Meta-port of all gstreamer 1.x plugins with options
.MAKE.FreeBSD_UL= yes
NO_BUILD= yes
+NO_INSTALL= yes
USE_GSTREAMER1= yes
.include "${.CURDIR}/../../Mk/bsd.gstreamer.mk"
@@ -41,6 +42,4 @@ USE_GSTREAMER1+=${f:L}
.endif
.endfor
-do-install: # empty
-
.include <bsd.port.mk>