summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-10-09 19:48:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-10-15 09:43:09 +0200
commitfc38be583405e1b415d5dc7b5dad450a26a2d40e (patch)
tree76c3773edf97be9116f32688ca5e48cf7536a3a6
parentf4889e3fbd2d67133b2dcba2b691039057239c9e (diff)
downloadptxdist-fc38be583405e1b415d5dc7b5dad450a26a2d40e.tar.gz
ptxdist-fc38be583405e1b415d5dc7b5dad450a26a2d40e.tar.xz
gst-plugins-base1: version bump 1.4.5 -> 1.6.0
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/gst-plugins-base1.make11
1 files changed, 3 insertions, 8 deletions
diff --git a/rules/gst-plugins-base1.make b/rules/gst-plugins-base1.make
index e59d607f0..12144e108 100644
--- a/rules/gst-plugins-base1.make
+++ b/rules/gst-plugins-base1.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_BASE1) += gst-plugins-base1
#
# Paths and names
#
-GST_PLUGINS_BASE1_VERSION := 1.4.5
-GST_PLUGINS_BASE1_MD5 := 357165af625c0ca353ab47c5d843920e
+GST_PLUGINS_BASE1_VERSION := 1.6.0
+GST_PLUGINS_BASE1_MD5 := 3c223f1d2716e1861ba84287ea02b164
GST_PLUGINS_BASE1 := gst-plugins-base-$(GST_PLUGINS_BASE1_VERSION)
GST_PLUGINS_BASE1_SUFFIX := tar.xz
GST_PLUGINS_BASE1_URL := http://gstreamer.freedesktop.org/src/gst-plugins-base/$(GST_PLUGINS_BASE1).$(GST_PLUGINS_BASE1_SUFFIX)
@@ -82,6 +82,7 @@ GST_PLUGINS_BASE1_CONF_OPT = \
--disable-iso-codes \
--$(call ptx/endis,PTXCONF_GST_PLUGINS_BASE1_ZLIB)-zlib \
--$(call ptx/endis,PTXCONF_GST_PLUGINS_BASE1_XSHM)-xshm \
+ --disable-gio_unix_2_0 \
--disable-freetypetest
# --with-plugins=foo,bar,baz only works for depencyless plugins and
@@ -96,12 +97,6 @@ ifneq ($(call remove_quotes,$(GST_PLUGINS_BASE1_ENABLEC-)),)
GST_PLUGINS_BASE1_CONF_OPT += --disable-$(subst $(space),$(space)--disable-,$(strip $(GST_PLUGINS_BASE1_ENABLEC-)))
endif
-ifdef PTXCONF_GST_PLUGINS_BASE1_X
-GST_PLUGINS_BASE1_CONF_OPT += --with-x=$(SYSROOT)/usr
-else
-GST_PLUGINS_BASE1_CONF_OPT += --without-x
-endif
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------