package/wavpack: bump to version 5.7.0
- Update hash of COPYING (year updated withb28fdab79d
) - threads is an optional dependency since9ef0d37deb
- openssl dropped withc5b545146d
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
fccd228bac
commit
be71097452
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user