]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libsoup: Update to 2.33.6.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Mar 2011 22:41:43 +0000 (23:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Mar 2011 22:41:43 +0000 (23:41 +0100)
Fixes for pkg-config, etc.

pkgs/libsoup/libsoup.nm

index 1c29e93d74fa83a92f3ba71b3c3d9e8ed9b35c46..55cebb9ccda75d9a402b3a94a48047fe474f6a5b 100644 (file)
 include $(PKGROOT)/Include
 
 PKG_NAME       = libsoup
-PKG_VER        = 2.31.2
-PKG_REL        = 0
+PKG_VER        = 2.33.6
+PKG_REL        = 1
 
 PKG_MAINTAINER = 
 PKG_GROUP      = System/Libraries
-PKG_URL        = http://ftp.gnome.org/pub/gnome/sources/libsoup/
+PKG_URL        = http://live.gnome.org/LibSoup
 PKG_LICENSE    = GPL
 PKG_SUMMARY    = HTTP client/server library for GNOME.
 
-PKG_BUILD_DEPS+= glib2-devel libxml2-devel openssl-devel pkg-config
+PKG_BUILD_DEPS+= glib2-devel gnutls-devel libgcrypt-devel libxml2-devel \
+       openssl-devel pkg-config zlib-devel
+
+PKG_DEPS-$(PKG_NAME)-devel += libxml2-devel
 
 define PKG_DESCRIPTION
        libsoup is an HTTP client/server library for GNOME. It uses GObjects \