From a30e31a05e21461e73175c814ba858edb23a363e Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 23 Oct 2022 00:08:08 +0200 Subject: [PATCH] package/sratom: bump to version 0.6.14 - Update hash of COPYING (standard ISC licence used since https://github.com/lv2/sratom/commit/145ed2fe9756f707d9fd5f03ada5327d04e1b972) - meson must be used since https://github.com/lv2/sratom/commit/75e647def0f67647ec7ba1405e26d809a87c62fc https://github.com/lv2/sratom/blob/v0.6.14/NEWS Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/sratom/sratom.hash | 6 +++--- package/sratom/sratom.mk | 12 ++++-------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/package/sratom/sratom.hash b/package/sratom/sratom.hash index 64d460b2ea..3b8fa65300 100644 --- a/package/sratom/sratom.hash +++ b/package/sratom/sratom.hash @@ -1,4 +1,4 @@ # Locally calculated after checking signature -# https://download.drobilla.net/sratom-0.6.8.tar.bz2.asc -sha256 3acb32b1adc5a2b7facdade2e0818bcd6c71f23f84a1ebc17815bb7a0d2d02df sratom-0.6.8.tar.bz2 -sha256 3fc429d6b944fa20306357196a28bb4dd7c25e2d67edebec771f44de5bd7f9e8 COPYING +# https://download.drobilla.net/sratom-0.6.14.tar.xz.sig +sha256 9982faf40db83aedd9b3850e499fecd6852b8b4ba6dede514013655cffaca1e6 sratom-0.6.14.tar.xz +sha256 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597 COPYING diff --git a/package/sratom/sratom.mk b/package/sratom/sratom.mk index e1e0f4e033..25e7a091b3 100644 --- a/package/sratom/sratom.mk +++ b/package/sratom/sratom.mk @@ -4,18 +4,14 @@ # ################################################################################ -SRATOM_VERSION = 0.6.8 +SRATOM_VERSION = 0.6.14 SRATOM_SITE = https://download.drobilla.net -SRATOM_SOURCE = sratom-$(SRATOM_VERSION).tar.bz2 +SRATOM_SOURCE = sratom-$(SRATOM_VERSION).tar.xz SRATOM_LICENSE = ISC SRATOM_LICENSE_FILES = COPYING SRATOM_DEPENDENCIES = host-pkgconf lv2 serd sord SRATOM_INSTALL_STAGING = YES -SRATOM_CONF_OPTS += --no-coverage +SRATOM_CONF_OPTS += -Ddocs=disabled -Dtests=disabled -ifeq ($(BR2_STATIC_LIBS),y) -SRATOM_CONF_OPTS += --static --no-shared -endif - -$(eval $(waf-package)) +$(eval $(meson-package))