diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 19:38:53 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 19:38:53 +0000 |
commit | c94c680a96ef2113ce2a7589c612759962b92a98 (patch) | |
tree | d443126815f4bd6686a1792611b305714abadb9e /multimedia/gstreamer-plugins-core | |
parent | 040cef60ba25267dd29350ac97282d724c70721b (diff) | |
download | ports-c94c680a96ef2113ce2a7589c612759962b92a98.tar.gz ports-c94c680a96ef2113ce2a7589c612759962b92a98.zip |
Add gconf gstreamer-plugin
Requested by: marcus
Notes
Notes:
svn path=/head/; revision=131778
Diffstat (limited to 'multimedia/gstreamer-plugins-core')
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index 2bec73caf983..fc0263f26572 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer-plugins-core PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty @@ -32,6 +32,9 @@ USE_GSTREAMER+= mad vorbis # Graphics plugins USE_GSTREAMER+= libpng +# Misc plugins +USE_GSTREAMER+= gconf + # Multimedia plugins USE_GSTREAMER+= ffmpeg |