Commit 71203914 authored by Felipe Contreras's avatar Felipe Contreras Committed by Peter Korsgaard
Browse files

gstreamer: update to the latest gstreamer +plugins packages



liboil is not needed not used any more. orc _can_ be used instead, but
it's not needed.

[Peter: get rid of liboil selects]
Signed-off-by: default avatarFelipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent d0352ede
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# gst-plugins-bad
#
#############################################################
GST_PLUGINS_BAD_VERSION = 0.10.14
GST_PLUGINS_BAD_VERSION = 0.10.21
GST_PLUGINS_BAD_SOURCE = gst-plugins-bad-$(GST_PLUGINS_BAD_VERSION).tar.bz2
GST_PLUGINS_BAD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-bad
GST_PLUGINS_BAD_LIBTOOL_PATCH = NO
@@ -11,7 +11,7 @@ GST_PLUGINS_BAD_LIBTOOL_PATCH = NO
GST_PLUGINS_BAD_CONF_OPT = \
		--disable-examples

GST_PLUGINS_BAD_DEPENDENCIES = gst-plugins-base gstreamer liboil
GST_PLUGINS_BAD_DEPENDENCIES = gst-plugins-base gstreamer

ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_AACPARSE),y)
GST_PLUGINS_BAD_CONF_OPT += --enable-aacparse
+0 −1
Original line number Diff line number Diff line
menuconfig BR2_PACKAGE_GST_PLUGINS_BASE
	bool "gst-plugins-base"
	depends on BR2_PACKAGE_GSTREAMER
	select BR2_PACKAGE_LIBOIL
	help
	  A basic set of well-supported plug-ins for GStreamer.

+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# gst-plugins-base
#
#############################################################
GST_PLUGINS_BASE_VERSION = 0.10.25
GST_PLUGINS_BASE_VERSION = 0.10.32
GST_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST_PLUGINS_BASE_VERSION).tar.bz2
GST_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base
GST_PLUGINS_BASE_INSTALL_STAGING = YES
@@ -25,7 +25,7 @@ GST_PLUGINS_BASE_CONF_OPT = \
		--disable-vorbistest \
		--disable-freetypetest

GST_PLUGINS_BASE_DEPENDENCIES = gstreamer liboil
GST_PLUGINS_BASE_DEPENDENCIES = gstreamer

# alsa support needs pcm+mixer support, but configure fails to check for it
ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yyy)
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# gst-plugins-good
#
#############################################################
GST_PLUGINS_GOOD_VERSION = 0.10.16
GST_PLUGINS_GOOD_VERSION = 0.10.27
GST_PLUGINS_GOOD_SOURCE = gst-plugins-good-$(GST_PLUGINS_GOOD_VERSION).tar.bz2
GST_PLUGINS_GOOD_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-good
GST_PLUGINS_GOOD_LIBTOOL_PATCH = NO
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# gst-plugins-ugly
#
#############################################################
GST_PLUGINS_UGLY_VERSION = 0.10.10
GST_PLUGINS_UGLY_VERSION = 0.10.17
GST_PLUGINS_UGLY_SOURCE = gst-plugins-ugly-$(GST_PLUGINS_UGLY_VERSION).tar.bz2
GST_PLUGINS_UGLY_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-ugly
GST_PLUGINS_UGLY_LIBTOOL_PATCH = NO
Loading