[Midnightbsd-cvs] mports [20104] trunk/Mk: patch gstreamer support to load the extension when gstreamer1 is referenced.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 29 09:52:28 EDT 2015
Revision: 20104
http://svnweb.midnightbsd.org/mports/?rev=20104
Author: laffer1
Date: 2015-08-29 09:52:27 -0400 (Sat, 29 Aug 2015)
Log Message:
-----------
patch gstreamer support to load the extension when gstreamer1 is referenced.
Modified Paths:
--------------
trunk/Mk/bsd.mport.mk
trunk/Mk/extensions/gstreamer.mk
Modified: trunk/Mk/bsd.mport.mk
===================================================================
--- trunk/Mk/bsd.mport.mk 2015-08-29 03:03:49 UTC (rev 20103)
+++ trunk/Mk/bsd.mport.mk 2015-08-29 13:52:27 UTC (rev 20104)
@@ -345,7 +345,7 @@
_LOAD_GNOME_EXT= yes
.endif
-.if defined(USE_GSTREAMER80)
+.if defined(USE_GSTREAMER1)
_LOAD_GSTREAMER_EXT= yes
.endif
Modified: trunk/Mk/extensions/gstreamer.mk
===================================================================
--- trunk/Mk/extensions/gstreamer.mk 2015-08-29 03:03:49 UTC (rev 20103)
+++ trunk/Mk/extensions/gstreamer.mk 2015-08-29 13:52:27 UTC (rev 20104)
@@ -55,16 +55,16 @@
GSTREAMER1_PORT= ${PORTSDIR}/multimedia/gstreamer1-plugins
_GST1_LIB_BASE= ${LOCALBASE}/lib/gstreamer-${GST1_VERSION}
-GST1_VERSION= 1.0
+GST1_VERSION= 1.4
GST1_MINOR_VERSION= .0
GST1_SHLIB_VERSION= 0
-GST1_MINIMAL_VERSION= .5
+GST1_MINIMAL_VERSION= .0
#
# missing base: alsa ivorbisdec
-# missing good: pulseaudio(need newer pulse version)
-# missing ugly: - (done)
-# missing bad: - (done)
+# missing good: -
+# missing ugly: -
+# missing bad: openal
# These are the current supported gstreamer-plugins modules:
# Supported plugins by both 0.10 and 1.0.
@@ -71,9 +71,9 @@
_GSTREAMER_PLUGINS= \
a52dec aalib amrnb amrwbdec cairo cdio \
cdparanoia dts dv faac faad flac flite \
- gdkpixbuf gme gsm jack jpeg lame libcaca \
- libmms libvisual mad mpeg2dec mpeg2enc ogg \
- opencv opus pango resindvd schroedinger \
+ gdkpixbuf gl gme gnonlin gsm jack jpeg lame libcaca \
+ libmms libvisual mad mpeg2dec mpeg2enc neon ogg \
+ opencv opus pango pulse resindvd schroedinger \
shout2 sidplay soundtouch soup speex taglib \
theora twolame v4l2 vorbis wavpack x264
@@ -81,8 +81,8 @@
.if defined(USE_GSTREAMER)
_GSTREAMER_PLUGINS+= \
annodex bz2 cdaudio dvd esound ffmpeg fluendo-mp3 \
- fluendo-mpegdemux gconf gio gl gnomevfs gnonlin hal \
- ladspa libpng mm mp3 musepack nas neon pulse python qt4 \
+ fluendo-mpegdemux gconf gio gnomevfs hal \
+ ladspa libpng mm mp3 musepack nas python qt4 \
sdl sndfile spc vdpau vp8 xvid
.endif
@@ -89,8 +89,10 @@
# plugins only in 1.0
.if defined(USE_GSTREAMER1)
_GSTREAMER_PLUGINS+= \
- assrender celt curl dvdread libav modplug png rtmp spandsp vpx \
- x ximagesrc zbar
+ assrender curl dvdread editing-services kate libav \
+ modplug openjpeg png rtmp \
+ spandsp vpx webp x ximagesrc zbar
+# vaapi?
.endif
# other plugins
@@ -118,8 +120,6 @@
audiofile_DEPENDS= audio/gstreamer-plugins-audiofile
-celt_DEPENDS= audio/gstreamer-plugins-celt
-
cdaudio_DEPENDS= audio/gstreamer-plugins-cdaudio
cdparanoia_DEPENDS= audio/gstreamer-plugins-cdparanoia
@@ -242,8 +242,12 @@
opencv_DEPENDS= graphics/gstreamer-plugins-opencv
+openjpeg_DEPENDS= graphics/gstreamer-plugins-openjpeg
+
png_DEPENDS= graphics/gstreamer-plugins-png
+webp_DEPENDS= graphics/gstreamer-plugins-webp
+
zbar_DEPENDS= graphics/gstreamer-plugins-zbar
#-- multimedia plugins section --------------------------------------------#
@@ -254,6 +258,11 @@
dvdread_DEPENDS= multimedia/gstreamer-plugins-dvdread
+editing-services_DEPENDS= multimedia/gstreamer-editing-services
+editing-services_GST_PREFIX= gstreamer1-
+editing-services_GST_SUFX= # empty
+editing-services_GST_VERSION= 1.0.0
+
ffmpeg_DEPENDS= multimedia/gstreamer-ffmpeg
ffmpeg_GST_PREFIX= gstreamer-
ffmpeg_GST_SUFX= # empty
@@ -271,6 +280,8 @@
gnonlin_DEPENDS= multimedia/gstreamer-plugins-gnonlin
+kate_DEPENDS= multimedia/gstreamer-plugins-kate
+
libav_DEPENDS= multimedia/gstreamer-libav
libav_GST_PREFIX= gstreamer1-
libav_GST_SUFX= # empty
@@ -296,6 +307,8 @@
v4l2_DEPENDS= multimedia/gstreamer-plugins-v4l2
+vaapi_DEPENDS= multimedia/gstreamer-plugins-vaapi
+
vp8_DEPENDS= multimedia/gstreamer-plugins-vp8
vpx_DEPENDS= multimedia/gstreamer-plugins-vpx
More information about the Midnightbsd-cvs
mailing list