Merge pull request #11576 from neheb/sou

libsoup: update to 2.70.0
This commit is contained in:
Rosen Penev 2020-03-16 10:43:07 -07:00 committed by GitHub
commit 9fdaa82d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 12 deletions

View File

@ -6,13 +6,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libsoup
PKG_VERSION:=2.68.2
PKG_RELEASE:=2
PKG_VERSION:=2.70.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.68
PKG_HASH:=51ad3001a946fe3bcf29b692dc9ffe05cdf702ea6ca0ee8c3099a99a2f4e3933
PKG_SOURCE_URL:=@GNOME/$(PKG_NAME)/2.70
PKG_HASH:=54b020f74aefa438918d8e53cff62e2b1e59efe2de53e06b19a4b07b1f4d5342
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
PKG_LICENSE:=LGPL-2.1-or-later
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:gnome:libsoup
@ -29,20 +30,20 @@ define Package/libsoup
CATEGORY:=Libraries
TITLE:=libsoup
URL:=https://wiki.gnome.org/Projects/libsoup
MAINTAINER:=W. Michael Petullo <mike@flyn.org>
DEPENDS:=+glib2 +libxml2 +libgnutls +libsqlite3 +libpsl $(ICONV_DEPENDS) $(INTL_DEPENDS)
endef
MESON_ARGS += \
-Dtests=false \
-Dinstalled_tests=false \
-Dgtk_doc=false \
-Dintrospection=disabled \
-Dtls_check=false \
-Dvapi=disabled \
-Dgnome=false \
-Dgssapi=disabled \
-Dntlm=disabled \
-Dbrotli=disabled \
-Dtls_check=false \
-Dgnome=false \
-Dintrospection=disabled \
-Dvapi=disabled \
-Dgtk_doc=false \
-Dtests=false \
-Dinstalled_tests=false
define package/libsoup/decription
Libsoup is an HTTP library implementation in C