diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-21 01:46:02 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-21 01:46:02 +0800 |
commit | 6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47 (patch) | |
tree | 6596958d25b9d781062a19431aa2fcf3c1dfde87 /multimedia/gstreamer-plugins-core | |
parent | b9f68f5b5ead16da9de239e1e49731a31798f602 (diff) | |
download | marcuscom-ports-6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47.tar.gz marcuscom-ports-6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47.tar.zst marcuscom-ports-6a26ff5dc21e8d17bb1c83a5d682520ff58e0c47.zip |
- Add more "default" plugins to core and fix plist on ogg and theora
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5461 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins-core')
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index da9823b6b..344957af2 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.10 2006/01/20 16:25:11 ahze Exp $ PORTNAME= gstreamer-plugins-core PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty @@ -26,7 +27,7 @@ WANT_GSTREAMER= yes .include <bsd.port.pre.mk> # Audio plugins -USE_GSTREAMER+= mad ogg +USE_GSTREAMER+= mad ogg vorbis # Graphics plugins USE_GSTREAMER+= libpng @@ -35,7 +36,7 @@ USE_GSTREAMER+= libpng USE_GSTREAMER+= pango # Multimedia plugins -USE_GSTREAMER+= ffmpeg +USE_GSTREAMER+= ffmpeg theora .if !defined(WITHOUT_DVD) # Audio plugins |