summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/gstreamer-plugins/Makefile4
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common8
2 files changed, 7 insertions, 5 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile
index 0a64a0b19..6b41b4c85 100644
--- a/multimedia/gstreamer-plugins/Makefile
+++ b/multimedia/gstreamer-plugins/Makefile
@@ -3,7 +3,7 @@
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.64 2006/01/21 21:03:13 ahze Exp $
+# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.65 2006/01/21 22:29:52 ahze Exp $
#
PORTNAME= gstreamer
@@ -46,7 +46,7 @@ UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION}
UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX}
SHLIB_VERSION= 1
-VERSION= 0.10
+VERSION= ${GST_VERSION}
WANT_GSTREAMER= yes
USE_X_PREFIX= yes
USE_BZIP2= yes
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index ea2c4e76a..72b1df31c 100644
--- a/multimedia/gstreamer-plugins/Makefile.common
+++ b/multimedia/gstreamer-plugins/Makefile.common
@@ -1,3 +1,5 @@
+# $FreeBSD$
+# $MCom$
# base
BASE_GST_ALL_PLUGINS= \
alsa \
@@ -184,7 +186,7 @@ LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac
USE_GNOME+= gconf2
GST_PLUGIN_DIR= ext/gconf \
gconf
-GCONF_SCHEMAS= gstreamer-0.10.schemas
+GCONF_SCHEMAS= gstreamer-${GST_VERSION}.schemas
PLIST_FILES= ${GST_LIB_DIR}/libgstgconfelements.so
.endif
@@ -339,8 +341,8 @@ EXTRACT_ONLY=${GOOD_DISTFILE}
WRKSRC=${WRKDIR}/${GOOD_DISTNAME}
.endif
-BUILD_DEPENDS+= gstreamer-plugins>=0.10.2:${PORTSDIR}/multimedia/gstreamer-plugins
-RUN_DEPENDS+= gstreamer-plugins>=0.10.2:${PORTSDIR}/multimedia/gstreamer-plugins
+BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
+RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins
do-build:
.for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR}