[Midnightbsd-cvs] mports: bsd.gstreamer.mk: update gstreamer support

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jun 10 23:33:46 EDT 2008


Log Message:
-----------
update gstreamer support

Modified Files:
--------------
    mports/Mk:
        bsd.gstreamer.mk (r1.3 -> r1.4)

-------------- next part --------------
Index: bsd.gstreamer.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.gstreamer.mk,v
retrieving revision 1.3
retrieving revision 1.4
diff -L Mk/bsd.gstreamer.mk -L Mk/bsd.gstreamer.mk -u -r1.3 -r1.4
--- Mk/bsd.gstreamer.mk
+++ Mk/bsd.gstreamer.mk
@@ -52,15 +52,16 @@
 #
 # These are the current supported gstreamer-plugins modules
 #
-_USE_GSTREAMER10_ALL=	a52dec aalib annodex bad bz2 cairo cdaudio cdparanoia dts \
-			dv dvd esound faac faad ffmpeg flac gconf gnomevfs \
-			gnonlin good gsm hal ivorbis jack jpeg ladspa lame \
-			libcaca libmms libpng libvisual mp3 mpeg2enc mpeg2dec \
+_USE_GSTREAMER10_ALL=	a52dec aalib annodex bz2 cairo cdaudio cdparanoia dts \
+			dv dvd esound faac faad ffmpeg flac gconf gio gnomevfs \
+			gnonlin gsm hal ivorbis jack jpeg ladspa lame \
+			libcaca libmms libpng libvisual mm mp3 mpeg2enc mpeg2dec \
 			musepack nas neon ogg pango pulse python sdl shout2 sidplay \
-			sndfile spc speex swfdec theora ugly vorbis wavpack x264 xvid
+			sndfile spc soundtouch soup speex swfdec taglib \
+			theora vorbis wavpack x264 xvid
 
 # other plugins
-OTHER_GSTREAMER_PLUGINS+=	core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad
+OTHER_GSTREAMER_PLUGINS+=bad good ugly core yes ${_USE_GSTREAMER10_ALL} fluendo-mp3 mad
 
 _USE_GSTREAMER_ALL+=	${OTHER_GSTREAMER_PLUGINS}
 
@@ -111,6 +112,11 @@
 
 mikmod_DEPENDS=	audio/gstreamer-plugins-mikmod
 
+mm_DEPENDS=	multimedia/gstreamermm
+mm_GST_PREFIX=	gstreamer
+mm_GST_SUFX=	# empty
+mm_GST_VERSION=	0.9.4
+
 mp3_DEPENDS=	audio/gstreamer-plugins-mp3
 
 musepack_DEPENDS=	audio/gstreamer-plugins-musepack
@@ -138,19 +144,27 @@
 
 sndfile_DEPENDS=	audio/gstreamer-plugins-sndfile
 
+soundtouch_DEPENDS=	audio/gstreamer-plugins-soundtouch
+
 spc_DEPENDS=	audio/gstreamer-plugins-spc
 
 speex_DEPENDS=	audio/gstreamer-plugins-speex
 
+taglib_DEPENDS=	audio/gstreamer-plugins-taglib
+
 vorbis_DEPENDS=	audio/gstreamer-plugins-vorbis
 
 wavpack_DEPENDS=	audio/gstreamer-plugins-wavpack
 
 # Devel Plugins Section
+gio_DEPENDS=	devel/gstreamer-plugins-gio
+
 gnomevfs_DEPENDS=	devel/gstreamer-plugins-gnomevfs
 
 sdl_DEPENDS=	devel/gstreamer-plugins-sdl
 
+soup_DEPENDS=	devel/gstreamer-plugins-soup
+
 # Graphics Plugins Section
 aalib_DEPENDS=	graphics/gstreamer-plugins-aalib
 


More information about the Midnightbsd-cvs mailing list