diff options
author | kwm <kwm@FreeBSD.org> | 2005-03-21 03:38:53 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-03-21 03:38:53 +0800 |
commit | 0435e9d487d0cb0421ef0307a3ba3ce5a16ea0cd (patch) | |
tree | 26002b0a93b3e56e1b4d777c8ecc5fd3cda4492b /multimedia | |
parent | e2b87c62bca6e389135f623c32ec69741aa58f2f (diff) | |
download | freebsd-ports-gnome-0435e9d487d0cb0421ef0307a3ba3ce5a16ea0cd.tar.gz freebsd-ports-gnome-0435e9d487d0cb0421ef0307a3ba3ce5a16ea0cd.tar.zst freebsd-ports-gnome-0435e9d487d0cb0421ef0307a3ba3ce5a16ea0cd.zip |
Add gconf gstreamer-plugin
Requested by: marcus
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 5 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-core80/Makefile | 5 |
2 files changed, 8 insertions, 2 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 diff --git a/multimedia/gstreamer-plugins-core80/Makefile b/multimedia/gstreamer-plugins-core80/Makefile index 2bec73caf983..fc0263f26572 100644 --- a/multimedia/gstreamer-plugins-core80/Makefile +++ b/multimedia/gstreamer-plugins-core80/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 |