All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/serd: bump to version 0.30.14
@ 2022-08-08 15:14 Fabrice Fontaine
  2022-08-08 15:14 ` [Buildroot] [PATCH 2/2] package/sord: bump to version 0.16.12 Fabrice Fontaine
  2022-08-08 20:31 ` [Buildroot] [PATCH 1/2] package/serd: bump to version 0.30.14 Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2022-08-08 15:14 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan, James Hilliard, Fabrice Fontaine

- Switch to meson-package
- Update hash of COPYING (update in year:
  https://github.com/drobilla/serd/commit/0e7053de7086423484e5a8f2c0db76efba4ed257)

https://github.com/drobilla/serd/blob/v0.30.14/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/serd/serd.hash |  6 +++---
 package/serd/serd.mk   | 12 +++++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/package/serd/serd.hash b/package/serd/serd.hash
index d64a2aa271..c8a45a0831 100644
--- a/package/serd/serd.hash
+++ b/package/serd/serd.hash
@@ -1,4 +1,4 @@
 # Locally calculated after checking signature
-# http://download.drobilla.net/serd-0.30.10.tar.bz2.sig
-sha256  affa80deec78921f86335e6fc3f18b80aefecf424f6a5755e9f2fa0eb0710edf  serd-0.30.10.tar.bz2
-sha256  e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0  COPYING
+# http://download.drobilla.net/serd-0.30.14.tar.xz.sig
+sha256  a14137d47b11d6ad431e78da341ca9737998d9eaccf6a49263d4c8d79fd856e3  serd-0.30.14.tar.xz
+sha256  13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147  COPYING
diff --git a/package/serd/serd.mk b/package/serd/serd.mk
index 85b16f6866..7c4f971145 100644
--- a/package/serd/serd.mk
+++ b/package/serd/serd.mk
@@ -4,17 +4,19 @@
 #
 ################################################################################
 
-SERD_VERSION = 0.30.10
+SERD_VERSION = 0.30.14
 SERD_SITE = https://download.drobilla.net
-SERD_SOURCE = serd-$(SERD_VERSION).tar.bz2
+SERD_SOURCE = serd-$(SERD_VERSION).tar.xz
 SERD_LICENSE = ISC
 SERD_LICENSE_FILES = COPYING
 SERD_INSTALL_STAGING = YES
 
-SERD_CONF_OPTS += --largefile --no-coverage
+SERD_CONF_OPTS += -Ddocs=disabled -Dtests=disabled
 
 ifeq ($(BR2_STATIC_LIBS),y)
-SERD_CONF_OPTS += --static --no-shared --static-progs
+SERD_CONF_OPTS += -Dstatic=true
+else
+SERD_CONF_OPTS += -Dstatic=false
 endif
 
-$(eval $(waf-package))
+$(eval $(meson-package))
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-08 20:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 15:14 [Buildroot] [PATCH 1/2] package/serd: bump to version 0.30.14 Fabrice Fontaine
2022-08-08 15:14 ` [Buildroot] [PATCH 2/2] package/sord: bump to version 0.16.12 Fabrice Fontaine
2022-08-08 20:31 ` [Buildroot] [PATCH 1/2] package/serd: bump to version 0.30.14 Thomas Petazzoni via buildroot
2022-08-08 20:39   ` Fabrice Fontaine
2022-08-08 20:47     ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.