Parcourir la source

libsoup: bump version

Closes #349.

Attached patch updates libsoup to version 2.26.2.

This is relevant for bug 303 as it allows to compile gvfs with much
less patching.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Sven Neumann il y a 16 ans
Parent
commit
e22a39fb44
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 5 3
      package/libsoup/libsoup.mk

+ 5 - 3
package/libsoup/libsoup.mk

@@ -4,9 +4,10 @@
 #
 #############################################################
 
-LIBSOUP_VERSION:=2.4.1
-LIBSOUP_SOURCE:=libsoup-$(LIBSOUP_VERSION).tar.gz
-LIBSOUP_SITE:=http://ftp.gnome.org/pub/gnome/sources/libsoup/2.4
+LIBSOUP_MAJOR_VERSION:=2.26
+LIBSOUP_VERSION:=$(LIBSOUP_MAJOR_VERSION).2
+LIBSOUP_SOURCE:=libsoup-$(LIBSOUP_VERSION).tar.bz2
+LIBSOUP_SITE:=http://ftp.gnome.org/pub/gnome/sources/libsoup/$(LIBSOUP_MAJOR_VERSION)
 LIBSOUP_AUTORECONF = NO
 LIBSOUP_INSTALL_STAGING = YES
 LIBSOUP_INSTALL_TARGET = YES
@@ -23,6 +24,7 @@ LIBSOUP_CONF_OPT = \
 	--enable-static		\
 	--disable-explicit-deps \
 	--disable-glibtest	\
+	--without-gnome		\
 	--disable-gtk-doc --without-html-dir
 
 LIBSOUP_DEPENDENCIES = uclibc gettext libintl host-pkgconfig host-libglib2 libglib2 libxml2