spice-protocol: bump to version 0.14.2
authorYousong Zhou <redacted>
Mon, 18 May 2020 06:31:24 +0000 (14:31 +0800)
committerYousong Zhou <redacted>
Wed, 20 May 2020 07:49:47 +0000 (15:49 +0800)
Starting in this version the upstream project

 - only provides .xz tarball
 - meson is the only supported build method

Signed-off-by: Yousong Zhou <redacted>
libs/spice-protocol/Makefile

index b8a4bf6c1fa44971214230eac66fd4f8450fbae5..51cda9eaee911ed193770d6397ae9aba098b3019 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2019 Yousong Zhou <yszhou4tech@gmail.com>
+# Copyright (C) 2019-2020 Yousong Zhou <yszhou4tech@gmail.com>
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,17 +8,20 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=spice-protocol
-PKG_VERSION:=0.14.1
+PKG_VERSION:=0.14.2
 PKG_RELEASE:=1
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://www.spice-space.org/download/releases
-PKG_HASH:=79e6da61834b080a143234c1cd4c099a8ead1a64b5039489610b72ab282c132a
+PKG_HASH:=8f3a63c8b68300dffe36f2e75eac57afa1e76d5d80af760fd138a0b3f44cf1e9
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=COPYING
-PKG_INSTALL:=1
 PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
 
+PKG_INSTALL:=1
+PKG_BUILD_DEPENDS:=meson/host
+
 include $(INCLUDE_DIR)/package.mk
+include ../../devel/meson/meson.mk
 
 
 define Package/spice-protocol
git clone https://git.99rst.org/PROJECT