diff options
-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 |