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-core | |
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-core')
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index 6d47936803bc..2339ad2aecf2 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -3,12 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.8 2005/07/13 06:48:22 ahze Exp $ -# +# $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.14 2006/01/21 21:22:18 ahze Exp $ PORTNAME= gstreamer-plugins-core -PORTVERSION= 0.8 -PORTREVISION= 6 +PORTVERSION= 0.10 +PORTREVISION= 4 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty @@ -28,7 +27,7 @@ WANT_GSTREAMER= yes .include <bsd.port.pre.mk> # Audio plugins -USE_GSTREAMER+= mad vorbis +USE_GSTREAMER+= mad ogg vorbis # Graphics plugins USE_GSTREAMER+= libpng @@ -37,28 +36,17 @@ USE_GSTREAMER+= libpng USE_GSTREAMER+= pango # Multimedia plugins -USE_GSTREAMER+= ffmpeg - -.if ${OSVERSION} > 500035 || defined(WITH_XVID) -USE_GSTREAMER+= xvid -.endif +USE_GSTREAMER+= ffmpeg good theora .if !defined(WITHOUT_DVD) # Audio plugins USE_GSTREAMER+= a52dec - -# Multimedia plugins -USE_GSTREAMER+= dts dvd .endif pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} " Disable DVD plugins by defining WITHOUT_DVD" @${ECHO_MSG} "" -.if ${OSVERSION} < 500035 && !defined(WITH_XVID) - @${ECHO_MSG} " Enable XVID plugins by defining WITH_XVID" - @${ECHO_MSG} "" -.endif do-install: if [ ! -d ${PREFIX}/${GST_DIR} ]; then \ |