diff options
author | kwm <kwm@FreeBSD.org> | 2013-08-21 19:24:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-08-21 19:24:07 +0800 |
commit | f03923a351037a24d54a7383c4e65807bdc77ee6 (patch) | |
tree | bf719981c9824ff73605b0de8fa241137ba43b2a /Mk/bsd.gstreamer.mk | |
parent | 20ccafb22ff3d75af1db555c1fdb33b8b7a7ce28 (diff) | |
download | freebsd-ports-gnome-f03923a351037a24d54a7383c4e65807bdc77ee6.tar.gz freebsd-ports-gnome-f03923a351037a24d54a7383c4e65807bdc77ee6.tar.zst freebsd-ports-gnome-f03923a351037a24d54a7383c4e65807bdc77ee6.zip |
Update to 1.0.9.
This is a bug fix release.
Changelog: http://lists.freedesktop.org/archives/gstreamer-devel/2013-August/042360.html
Enable neon http plugin
Switch to new LIB_DEPEND format, use USES=gmake instead of USE_GMAKE
Utilize new introspection USE_GNOME component.
Allow gstreamer1-libav to play mp3's, note that mad plugin is still
prefered if available.
Diffstat (limited to 'Mk/bsd.gstreamer.mk')
-rw-r--r-- | Mk/bsd.gstreamer.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mk/bsd.gstreamer.mk b/Mk/bsd.gstreamer.mk index ab29ae2cbb07..6fc403ed10a6 100644 --- a/Mk/bsd.gstreamer.mk +++ b/Mk/bsd.gstreamer.mk @@ -58,13 +58,13 @@ _GST1_LIB_BASE= ${LOCALBASE}/lib/gstreamer-${GST1_VERSION} GST1_VERSION= 1.0 GST1_MINOR_VERSION= .0 GST1_SHLIB_VERSION= 0 -GST1_MINIMAL_VERSION= .5 +GST1_MINIMAL_VERSION= .8 # # missing base: alsa ivorbisdec # missing good: pulseaudio(need newer pulse version) -# missing ugly: - (done) -# missing bad: - (done) +# missing ugly: - +# missing bad: openal # These are the current supported gstreamer-plugins modules: # Supported plugins by both 0.10 and 1.0. @@ -72,7 +72,7 @@ _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 \ + libmms libvisual mad mpeg2dec mpeg2enc neon ogg \ opencv opus pango resindvd schroedinger \ shout2 sidplay soundtouch soup speex taglib \ theora twolame v4l2 vorbis wavpack x264 @@ -82,7 +82,7 @@ _GSTREAMER_PLUGINS= \ _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 \ + ladspa libpng mm mp3 musepack nas pulse python qt4 \ sdl sndfile spc vdpau vp8 xvid .endif |