diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-30 07:03:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-30 07:03:03 +0800 |
commit | 37141a4239ce132a460689dacc49f431214e670b (patch) | |
tree | 841e14a903993df6f2654c4de34024a326f9e59b /multimedia/gstreamer-plugins-all80 | |
parent | 8967d0ac35824f19b6b0545589662965de0f1988 (diff) | |
download | freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.tar.gz freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.tar.zst freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.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]
Diffstat (limited to 'multimedia/gstreamer-plugins-all80')
-rw-r--r-- | multimedia/gstreamer-plugins-all80/Makefile | 12 |
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 |