summaryrefslogtreecommitdiffstats
path: root/rules/libsoup.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-08-06 10:31:16 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-08-06 10:31:37 +0200
commit7b737b272707c85724a7af907505720dbe43e8c0 (patch)
tree38e79ea10ef28c0475e3ea0215483dccbd312887 /rules/libsoup.make
parente65318183bb31d9bf98bff17641260b131988d20 (diff)
downloadptxdist-7b737b272707c85724a7af907505720dbe43e8c0.tar.gz
ptxdist-7b737b272707c85724a7af907505720dbe43e8c0.tar.xz
libsoup: version bump 2.38.1 -> 2.46.0
needed for gst-plugins-good >= 1.4.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libsoup.make')
-rw-r--r--rules/libsoup.make15
1 files changed, 12 insertions, 3 deletions
diff --git a/rules/libsoup.make b/rules/libsoup.make
index cfb395851..c735527fe 100644
--- a/rules/libsoup.make
+++ b/rules/libsoup.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_LIBSOUP) += libsoup
#
# Paths and names
#
-LIBSOUP_VERSION := 2.38.1
-LIBSOUP_MD5 := d13fb4968acea24c26b83268a308f580
+LIBSOUP_VERSION := 2.46.0
+LIBSOUP_MD5 := 86765c0093efaf3006fa2960d170d097
LIBSOUP := libsoup-$(LIBSOUP_VERSION)
LIBSOUP_SUFFIX := tar.xz
-LIBSOUP_URL := http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.38/$(LIBSOUP).$(LIBSOUP_SUFFIX)
+LIBSOUP_URL := http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.46/$(LIBSOUP).$(LIBSOUP_SUFFIX)
LIBSOUP_SOURCE := $(SRCDIR)/$(LIBSOUP).$(LIBSOUP_SUFFIX)
LIBSOUP_DIR := $(BUILDDIR)/$(LIBSOUP)
LIBSOUP_LICENSE := unknown
@@ -35,6 +35,15 @@ LIBSOUP_LICENSE := unknown
LIBSOUP_CONF_TOOL := autoconf
LIBSOUP_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --disable-glibtest \
+ --disable-installed-tests \
+ --disable-always-build-tests \
+ --disable-nls \
+ --disable-gtk-doc \
+ --disable-gtk-doc-html \
+ --disable-gtk-doc-pdf \
+ --disable-introspection \
+ --disable-tls-check \
--without-gnome
# ----------------------------------------------------------------------------