aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins-all80
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-04-29 23:03:03 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-04-29 23:03:03 +0000
commitd8e1e16e64701b6d51c9402ad779fd5560b8ce51 (patch)
tree266f139932061c245ade2aa3ef5c087c802dc5e3 /multimedia/gstreamer-plugins-all80
parent96ae3a6609c06c520d2aad7f2f89fb23d7b54e8e (diff)
downloadports-d8e1e16e64701b6d51c9402ad779fd5560b8ce51.tar.gz
ports-d8e1e16e64701b6d51c9402ad779fd5560b8ce51.zip
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1] - Chase all ports with new gstreamer or gstreaemer moves Repocopied by: marcus [1]
Notes
Notes: svn path=/head/; revision=160858
Diffstat (limited to 'multimedia/gstreamer-plugins-all80')
-rw-r--r--multimedia/gstreamer-plugins-all80/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins-all80/Makefile b/multimedia/gstreamer-plugins-all80/Makefile
index 043981611e14..d1908d958b79 100644
--- a/multimedia/gstreamer-plugins-all80/Makefile
+++ b/multimedia/gstreamer-plugins-all80/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/gstreamer-plugins-all/Makefile,v 1.3 2005/10/22 06:20:02 ahze Exp $
+# $MCom: ports/multimedia/gstreamer-plugins-all80/Makefile,v 1.2 2006/01/20 14:27:43 ahze Exp $
#
-PORTNAME= gstreamer-plugins-all
-PORTVERSION= 1.0.${GST_VERSION}.${GST_SHLIB_VERSION}
+PORTNAME= gstreamer-plugins-all80
+PORTVERSION= 1.1.${GST80_VERSION}.${GST80_SHLIB_VERSION}
CATEGORIES= multimedia
MASTER_SITES= # empty
DISTFILES= # empty
@@ -17,7 +17,7 @@ MAINTAINER= ahze@FreeBSD.org
COMMENT= Meta-port of all gstreamer plugins with options
NO_BUILD= yes
-USE_GSTREAMER= yes
+USE_GSTREAMER80= yes
OPTIONS= # Hacky.. but it works the way it is set up...
.include <bsd.port.pre.mk>
@@ -46,7 +46,7 @@ WITHOUT_JPEG-MMX= yes
.endif
# Remove core, yes
-PLUGS= ${_USE_GSTREAMER_ALL:S/core//:S/yes//}
+PLUGS= ${_USE_GSTREAMER80_ALL:S/core//:S/yes//}
.for all in ${PLUGS}
OPTIONS+= ${all:U} "${all} plugin " on
@@ -54,7 +54,7 @@ OPTIONS+= ${all:U} "${all} plugin " on
.for f in ${PLUGS}
.if !defined(WITHOUT_${f:U})
-USE_GSTREAMER+= ${f}
+USE_GSTREAMER80+= ${f}
.endif
.endfor