summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-12 18:25:15 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-12 18:25:15 +0800
commitc971edf5cad22730e0693190a95997c8810342c1 (patch)
treed564fcdc1280e48103da803216a496cc88d5f558
parent4141b39f8d5a25b097500de834bd98b8a2bad1e3 (diff)
downloadmarcuscom-ports-c971edf5cad22730e0693190a95997c8810342c1.tar
marcuscom-ports-c971edf5cad22730e0693190a95997c8810342c1.tar.gz
marcuscom-ports-c971edf5cad22730e0693190a95997c8810342c1.tar.bz2
marcuscom-ports-c971edf5cad22730e0693190a95997c8810342c1.tar.lz
marcuscom-ports-c971edf5cad22730e0693190a95997c8810342c1.tar.xz
marcuscom-ports-c971edf5cad22730e0693190a95997c8810342c1.tar.zst
marcuscom-ports-c971edf5cad22730e0693190a95997c8810342c1.zip
- Revert the gstreamer version bump, it causes problems with -core and
others. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6564 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--Mk/bsd.gstreamer.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index 3c14e1861..5789ccb98 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -7,7 +7,7 @@
# Date: 4 Oct 2004
#
# $FreeBSD: ports/Mk/bsd.gstreamer.mk,v 1.18 2006/05/16 01:43:00 ahze Exp $
-# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.33 2006/07/10 22:35:57 ahze Exp $
+# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.34 2006/07/10 22:39:42 ahze Exp $
.if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
@@ -52,7 +52,7 @@ GSTREAMER80_PORT= ${GSTREAMER_PORT}80
_GST_LIB_BASE= ${X11BASE}/lib/gstreamer-${GST_VERSION}
_GST80_LIB_BASE= ${X11BASE}/lib/gstreamer-${GST80_VERSION}
GST_VERSION= 0.10
-GST_MINOR_VERSION= .3
+GST_MINOR_VERSION= .0
GST80_VERSION= 0.8
GST80_MINOR_VERSION= .10
GST_SHLIB_VERSION= 1
@@ -259,7 +259,7 @@ IGNORE= cannot install: unknown gstreamer-plugin -- ${ext}
.endfor
.for ext in ${USE_GSTREAMER}
${ext}_GST_PREFIX?= gstreamer-plugins-
-${ext}_GST_VERSION?= ${GST_VERSION}${GST_MINOR_VERSION},1
+${ext}_GST_VERSION?= ${GST_VERSION}${GST_MINOR_VERSION}
${ext}_NAME?= ${ext}
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_DEPENDS})
BUILD_DEPENDS+= ${${ext}_GST_PREFIX}${${ext}_NAME}>=${${ext}_GST_VERSION}:${PORTSDIR}/${${ext}_DEPENDS}