Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/lv2: bump to version 1.18.10
@ 2022-10-22 22:08 Fabrice Fontaine
  2022-10-22 22:08 ` [Buildroot] [PATCH 2/2] package/sratom: bump to version 0.6.14 Fabrice Fontaine
  2022-10-28  6:55 ` [Buildroot] [PATCH 1/2] package/lv2: bump to version 1.18.10 Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-10-22 22:08 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan, James Hilliard, Fabrice Fontaine

- Update hash of COPYING (standard ISC text used since
  https://github.com/lv2/lv2/commit/0030682770cdab7069c8c96e2fdf0e99f9b42b65)
- meson must be used since
  https://github.com/lv2/lv2/commit/d4a970f6962dda28133290194832b726b566ddab

https://github.com/lv2/lv2/blob/v1.18.10/NEWS

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

diff --git a/package/lv2/lv2.hash b/package/lv2/lv2.hash
index ed21620bee..0814958887 100644
--- a/package/lv2/lv2.hash
+++ b/package/lv2/lv2.hash
@@ -1,4 +1,4 @@
 # Locally calculated after checking signature
-# https://lv2plug.in/spec/lv2-1.18.2.tar.bz2.asc
-sha256  4e891fbc744c05855beb5dfa82e822b14917dd66e98f82b8230dbd1c7ab2e05e  lv2-1.18.2.tar.bz2
-sha256  0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6  COPYING
+# https://lv2plug.in/spec/lv2-1.18.10.tar.xz.sig
+sha256  78c51bcf21b54e58bb6329accbb4dae03b2ed79b520f9a01e734bd9de530953f  lv2-1.18.10.tar.xz
+sha256  1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841  COPYING
diff --git a/package/lv2/lv2.mk b/package/lv2/lv2.mk
index 13ffaa34b0..2dde9b907c 100644
--- a/package/lv2/lv2.mk
+++ b/package/lv2/lv2.mk
@@ -4,18 +4,17 @@
 #
 ################################################################################
 
-LV2_VERSION = 1.18.2
+LV2_VERSION = 1.18.10
 LV2_SITE = https://lv2plug.in/spec
-LV2_SOURCE = lv2-$(LV2_VERSION).tar.bz2
+LV2_SOURCE = lv2-$(LV2_VERSION).tar.xz
 LV2_LICENSE = ISC
 LV2_LICENSE_FILES = COPYING
 LV2_DEPENDENCIES = host-pkgconf
 LV2_INSTALL_STAGING = YES
 
 LV2_CONF_OPTS += \
-	--no-coverage \
-	--no-check-links \
-	--copy-headers
+	-Ddocs=disabled \
+	-Dtests=disabled
 
 ifeq ($(BR2_PACKAGE_CAIRO),y)
 LV2_DEPENDENCIES += cairo
@@ -30,7 +29,7 @@ LV2_DEPENDENCIES += libgtk2
 endif
 
 ifeq ($(BR2_STATIC_LIBS),y)
-LV2_CONF_OPTS += --no-plugins
+LV2_CONF_OPTS += -Dplugins=disabled
 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] 3+ messages in thread

end of thread, other threads:[~2022-10-28  6:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-22 22:08 [Buildroot] [PATCH 1/2] package/lv2: bump to version 1.18.10 Fabrice Fontaine
2022-10-22 22:08 ` [Buildroot] [PATCH 2/2] package/sratom: bump to version 0.6.14 Fabrice Fontaine
2022-10-28  6:55 ` [Buildroot] [PATCH 1/2] package/lv2: bump to version 1.18.10 Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox