diff options
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index 91c8591ec..4658c0379 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer-plugins-core PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty @@ -15,14 +16,18 @@ EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= Core set of typical audio and video gstreamer-plugins +USE_X_PREFIX= yes NO_BUILD= yes -GST_DIR= share/gnome/cache/gstreamer-${PORTVERSION} +GST_DIR= lib/gstreamer-${PORTVERSION} PLIST_FILES= ${GST_DIR}/.gstreamer-plugins-core.keep # Audio plugins USE_GSTREAMER+= a52dec lame mad vorbis +# Graphics plugins +USE_GSTREAMER+= libpng + # Multimedia plugins USE_GSTREAMER+= ffmpeg dts dvd xvid |