summaryrefslogtreecommitdiffstats
path: root/package/wavpack
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2017-02-19 16:00:12 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-02-19 23:03:54 +0100
commit4bb5e380f07f21c48cb315cc385fb60f5d3c0a46 (patch)
treeb8279bc098b1ed53f575d921841cb9d11468a0e0 /package/wavpack
parentdbdf1ae69eb91b2d1d19c93fff530c62849cb778 (diff)
downloadbuildroot-4bb5e380f07f21c48cb315cc385fb60f5d3c0a46.tar.gz
buildroot-4bb5e380f07f21c48cb315cc385fb60f5d3c0a46.zip
wavpack: fetch upstream patch to remove wchar dependency
The recent bump to version 5.1.0 added a dependency on wchar: ``` import_id3.c:37:34: error: unknown type name 'wchar_t' ``` This issue has been reported upstream [1] and a fix was commited by upstream to remove the wchar dependency [2]. Fixes: http://autobuild.buildroot.net/results/9a6/9a693f5b798571917f36cfb7661e2f2638aac550/ http://autobuild.buildroot.net/results/44c/44c8227043045baf4f043da44b8129e43dfff687/ http://autobuild.buildroot.net/results/a80/a80221dcc0860046ebdf0bbf454e056b1e20df83/ .. and more. The build was successfully tested with the 'br-arm-basic-2017.02-rc1-2-g133c5ac' toolchain. [1] https://github.com/dbry/WavPack/issues/19 [2] https://github.com/dbry/WavPack/commit/876fc3f3907e871d0938ac6c8c5252f5f31abd1f Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/wavpack')
-rw-r--r--package/wavpack/wavpack.hash1
-rw-r--r--package/wavpack/wavpack.mk3
2 files changed, 4 insertions, 0 deletions
diff --git a/package/wavpack/wavpack.hash b/package/wavpack/wavpack.hash
index 56ba7d839c..16ff08cc6c 100644
--- a/package/wavpack/wavpack.hash
+++ b/package/wavpack/wavpack.hash
@@ -1,2 +1,3 @@
# locally computed hash
sha256 1939627d5358d1da62bc6158d63f7ed12905552f3a799c799ee90296a7612944 wavpack-5.1.0.tar.bz2
+sha256 3890ab081dc6f8ee02161ace180381327031cc24cc6c3d71668367b7e5f6e4be 876fc3f3907e871d0938ac6c8c5252f5f31abd1f.patch
diff --git a/package/wavpack/wavpack.mk b/package/wavpack/wavpack.mk
index daa0888dfb..a613506234 100644
--- a/package/wavpack/wavpack.mk
+++ b/package/wavpack/wavpack.mk
@@ -12,6 +12,9 @@ WAVPACK_DEPENDENCIES = $(if $(BR2_ENABLE_LOCALE),,libiconv)
WAVPACK_LICENSE = BSD-3c
WAVPACK_LICENSE_FILES = COPYING
+# Fetch patch from upstream to remove wchar dependency
+WAVPACK_PATCH = https://github.com/dbry/WavPack/commit/876fc3f3907e871d0938ac6c8c5252f5f31abd1f.patch
+
ifeq ($(BR2_PACKAGE_LIBICONV),y)
WAVPACK_CONF_OPTS += LIBS=-liconv
endif
OpenPOWER on IntegriCloud