summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gstreamer.mk
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-23 04:01:03 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-23 04:01:03 +0800
commit78c838b13a4c91412f2fe9ad917c00f6f759e00c (patch)
tree2fdab8738fba2f482d823f78feff921932174566 /Mk/bsd.gstreamer.mk
parent169e1d4b4db4640dd50f7903a655854a8f1f5a2e (diff)
downloadmarcuscom-ports-78c838b13a4c91412f2fe9ad917c00f6f759e00c.tar
marcuscom-ports-78c838b13a4c91412f2fe9ad917c00f6f759e00c.tar.gz
marcuscom-ports-78c838b13a4c91412f2fe9ad917c00f6f759e00c.tar.bz2
marcuscom-ports-78c838b13a4c91412f2fe9ad917c00f6f759e00c.tar.lz
marcuscom-ports-78c838b13a4c91412f2fe9ad917c00f6f759e00c.tar.xz
marcuscom-ports-78c838b13a4c91412f2fe9ad917c00f6f759e00c.tar.zst
marcuscom-ports-78c838b13a4c91412f2fe9ad917c00f6f759e00c.zip
- Add support for versioning a single gst-plugin
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5510 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk/bsd.gstreamer.mk')
-rw-r--r--Mk/bsd.gstreamer.mk13
1 files changed, 7 insertions, 6 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index e1a305969..d9cf77322 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -7,7 +7,7 @@
# Date: 4 Oct 2004
#
# $FreeBSD$
-# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.17 2006/01/20 23:17:23 ahze Exp $
+# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.18 2006/01/21 21:43:33 ahze Exp $
.if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
@@ -188,7 +188,8 @@ ffmpeg_GST80_SUFX= 80
ffmpeg_GST80_PREFIX= gstreamer-
ffmpeg_GST_PREFIX= gstreamer-
ffmpeg_GST_SUFX= # empty
-ffmpeg_VERSION= 0.8.7
+ffmpeg_GST80_VERSION= 0.8.7
+ffmpeg_GST_VERSION= 0.10.0
dv_DEPENDS= multimedia/gstreamer-plugins-dv
@@ -237,8 +238,8 @@ ${ext}_NAME?= ${ext}
.if defined(USE_GSTREAMER80)
.for ext in ${USE_GSTREAMER80}
. if ${_USE_GSTREAMER80_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_DEPENDS}${${ext}_GST80_SUFX})
-BUILD_DEPENDS+= ${${ext}_GST80_PREFIX}${${ext}_NAME}${${ext}_GST80_SUFX}>=${${ext}_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}${${ext}_GST80_SUFX}
-RUN_DEPENDS+= ${${ext}_GST80_PREFIX}${${ext}_NAME}${${ext}_GST80_SUFX}>=${${ext}_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}${${ext}_GST80_SUFX}
+BUILD_DEPENDS+= ${${ext}_GST80_PREFIX}${${ext}_NAME}${${ext}_GST80_SUFX}>=${${ext}_GST80_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}${${ext}_GST80_SUFX}
+RUN_DEPENDS+= ${${ext}_GST80_PREFIX}${${ext}_NAME}${${ext}_GST80_SUFX}>=${${ext}_GST80VERSION}:${PORTSDIR}/${${ext}_DEPENDS}${${ext}_GST80_SUFX}
. else
BROKEN= "Unknown gstreamer-plugin -- ${ext}"
. endif
@@ -247,8 +248,8 @@ BROKEN= "Unknown gstreamer-plugin -- ${ext}"
.if defined(USE_GSTREAMER)
.for ext in ${USE_GSTREAMER}
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_DEPENDS})
-BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}
-RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}
+BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}
+RUN_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}
. else
BROKEN= "Unknown gstreamer-plugin -- ${ext}"
. endif