summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-01-16 05:43:46 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-01-16 05:43:46 +0800
commit8677b8bbb255b9996cf322608214133bf2613b8e (patch)
tree3c0c3bff4d9aa6f533987e1a78fb9440c1e72ba4 /Mk
parent05fdd8f82442d74a7c3e7300529d8f3e2a29402d (diff)
downloadmarcuscom-ports-8677b8bbb255b9996cf322608214133bf2613b8e.tar
marcuscom-ports-8677b8bbb255b9996cf322608214133bf2613b8e.tar.gz
marcuscom-ports-8677b8bbb255b9996cf322608214133bf2613b8e.tar.bz2
marcuscom-ports-8677b8bbb255b9996cf322608214133bf2613b8e.tar.lz
marcuscom-ports-8677b8bbb255b9996cf322608214133bf2613b8e.tar.xz
marcuscom-ports-8677b8bbb255b9996cf322608214133bf2613b8e.tar.zst
marcuscom-ports-8677b8bbb255b9996cf322608214133bf2613b8e.zip
Update gstreamer to 1.0.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17193 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gstreamer.mk20
1 files changed, 12 insertions, 8 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk
index 2643c9d70..246a7d7e2 100644
--- a/Mk/bsd.gstreamer.mk
+++ b/Mk/bsd.gstreamer.mk
@@ -6,7 +6,7 @@
# Created by: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.54 2012/10/13 23:38:02 kwm Exp $
+# $MCom: ports/Mk/bsd.gstreamer.mk,v 1.55 2012/10/15 16:19:52 kwm Exp $
.if !defined(_POSTMKINCLUDED) && !defined(Gstreamer_Pre_Include)
@@ -56,15 +56,16 @@ _GST1_LIB_BASE= ${LOCALBASE}/lib/gstreamer-${GST1_VERSION}
GST1_VERSION= 1.0
GST1_MINOR_VERSION= .0
GST1_SHLIB_VERSION= 0
+GST1_MINIMAL_VERSION= .5
#
# These are the current supported gstreamer-plugins modules
-# iets bedenken voor mp3 / mad/fluendo maybe for 1.0
+# XXX iets bedenken voor mp3 / mad/fluendo maybe for 1.0
# supported plugins by both 0.10 and 1.0.
_GSTREAMER_PLUGINS= a52dec aalib amrnb \
- cdio cdparanoia curl dts dv dvd \
+ cairo cdio cdparanoia curl dts dv dvd \
faac faad flac flite \
gdkpixbuf gsm jack \
jpeg lame libcaca libmms libpng libvisual \
@@ -73,7 +74,7 @@ _GSTREAMER_PLUGINS= a52dec aalib amrnb \
resindvd taglib theora twolame \
v4l2 vorbis vpx wavpack
-# old define should go away
+# non ported plugins
_GSTREAMER_PLUGINS+= \
cdaudio gio gl gnonlin \
jpeg ladspa \
@@ -85,13 +86,16 @@ _GSTREAMER_PLUGINS+= \
# xxx the bz2 plugin, bundle it with a "base" port.
# plugins only in 0.10
.if defined(USE_GSTREAMER)
-_GSTREAMER_PLUGINS+=amrwbdec annodex bz2 cairo esound ffmpeg fluendo-mp3 gconf gnomevfs hal mm python qt4 vp8 \
+_GSTREAMER_PLUGINS+=amrwbdec annodex bz2 esound \
+ ffmpeg fluendo-mp3 gconf gnomevfs \
+ hal mm python qt4 vp8 \
vdpau
.endif
# plugins only in 1.0
.if defined(USE_GSTREAMER1)
-_GSTREAMER_PLUGINS+=assrender celt gme mad modplug spandsp vpx x ximagesrc zbar
+_GSTREAMER_PLUGINS+=assrender celt gme mad modplug \
+ spandsp vpx x ximagesrc zbar
.endif
# other plugins
@@ -353,7 +357,7 @@ IGNORE= cannot install: unknown gstreamer 0.10 plugin -- ${ext}
.for ext in ${USE_GSTREAMER1}
${ext}_GST1_PREFIX?= gstreamer1-plugins-
-${ext}_GST1_VERSION?= ${GST1_VERSION}${GST1_MINOR_VERSION}
+${ext}_GST1_VERSION?= ${GST1_VERSION}${GST1_MINIMAL_VERSION}
${ext}_GST1_NAME?= ${ext}
${ext}_GST1_DEPENDS?= ${${ext}_DEPENDS:S/gstreamer/gstreamer1/}
. if ${_USE_GSTREAMER_ALL:M${ext}}!= "" && exists(${PORTSDIR}/${${ext}_GST1_DEPENDS})
@@ -361,7 +365,7 @@ ${ext}_GST1_DEPENDS?= ${${ext}_DEPENDS:S/gstreamer/gstreamer1/}
BUILD_DEPENDS+= ${${ext}_GST1_PREFIX}${${ext}_GST1_NAME}>=${${ext}_GST1_VERSION}:${PORTSDIR}/${${ext}_GST1_DEPENDS}
RUN_DEPENDS+= ${${ext}_GST1_PREFIX}${${ext}_GST1_NAME}>=${${ext}_GST1_VERSION}:${PORTSDIR}/${${ext}_GST1_DEPENDS}
. else
-IGNORE= cannot install: unknown gstreamer 1.0 plugin -- ${ext}
+IGNORE= cannot install: unknown gstreamer ${GST1_VERSION} plugin -- ${ext}
. endif
.endfor