All of 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

* [Buildroot] [PATCH 2/2] package/sratom: bump to version 0.6.14
  2022-10-22 22:08 [Buildroot] [PATCH 1/2] package/lv2: bump to version 1.18.10 Fabrice Fontaine
@ 2022-10-22 22:08 ` Fabrice Fontaine
  2022-10-28  6:55 ` [Buildroot] [PATCH 1/2] package/lv2: bump to version 1.18.10 Thomas Petazzoni via buildroot
  1 sibling, 0 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 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 <fontaine.fabrice@gmail.com>
---
 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))
-- 
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

* Re: [Buildroot] [PATCH 1/2] package/lv2: bump to version 1.18.10
  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 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-10-28  6:55 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Eric Le Bihan, James Hilliard, buildroot

On Sun, 23 Oct 2022 00:08:07 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> - 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(-)

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[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 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.