* [Buildroot] [PATCH 1/1] package/wavpack: bump to version 5.7.0
@ 2024-03-24 21:24 Fabrice Fontaine
2024-05-10 21:11 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2024-03-24 21:24 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
- Update hash of COPYING (year updated with
https://github.com/dbry/WavPack/commit/b28fdab79dd8af2b8281d77097cf8f25e580e525)
- threads is an optional dependency since
https://github.com/dbry/WavPack/commit/9ef0d37deb4f3f6def663079b18d3beea9cc10d2
- openssl dropped with
https://github.com/dbry/WavPack/commit/c5b545146de8dd296f905183908cdcda682ed88b
https://github.com/dbry/WavPack/releases/tag/5.7.0
https://github.com/dbry/WavPack/blob/5.7.0/NEWS
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/wavpack/wavpack.hash | 4 ++--
package/wavpack/wavpack.mk | 9 ++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/package/wavpack/wavpack.hash b/package/wavpack/wavpack.hash
index 2a2317a86c..e938386b76 100644
--- a/package/wavpack/wavpack.hash
+++ b/package/wavpack/wavpack.hash
@@ -1,3 +1,3 @@
# locally computed hash
-sha256 af8035f457509c3d338b895875228a9b81de276c88c79bb2d3e31d9b605da9a9 wavpack-5.6.0.tar.xz
-sha256 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9 COPYING
+sha256 e81510fd9ec5f309f58d5de83e9af6c95e267a13753d7e0bbfe7b91273a88bee wavpack-5.7.0.tar.xz
+sha256 35a87c7390cd00e51e7a7cbb0486df7897201347e4625779248ace48e7e6cfbc COPYING
diff --git a/package/wavpack/wavpack.mk b/package/wavpack/wavpack.mk
index b393a75197..25fe448c5f 100644
--- a/package/wavpack/wavpack.mk
+++ b/package/wavpack/wavpack.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WAVPACK_VERSION = 5.6.0
+WAVPACK_VERSION = 5.7.0
WAVPACK_SITE = \
https://github.com/dbry/WavPack/releases/download/$(WAVPACK_VERSION)
WAVPACK_SOURCE = wavpack-$(WAVPACK_VERSION).tar.xz
@@ -18,11 +18,10 @@ ifeq ($(BR2_PACKAGE_LIBICONV),y)
WAVPACK_CONF_OPTS += LIBS=-liconv
endif
-ifeq ($(BR2_PACKAGE_OPENSSL),y)
-WAVPACK_DEPENDENCIES += openssl
-WAVPACK_CONF_OPTS += --enable-libcrypto
+ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
+WAVPACK_CONF_OPTS += --enable-threads
else
-WAVPACK_CONF_OPTS += --disable-libcrypto
+WAVPACK_CONF_OPTS += --disable-threads
endif
# WavPack "autodetects" CPU type to enable ASM code. However, the assembly code
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-10 21:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-24 21:24 [Buildroot] [PATCH 1/1] package/wavpack: bump to version 5.7.0 Fabrice Fontaine
2024-05-10 21:11 ` 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.