similarity index 56%
rename from meta-oe/recipes-multimedia/wavpack/wavpack_5.6.0.bb
rename to meta-oe/recipes-multimedia/wavpack/wavpack_5.8.1.bb
@@ -1,16 +1,11 @@
DESCRIPTION = "WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode."
LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://license.txt;md5=bb5d037e3ad41a3c84c9f2d8bb65a7b4"
+LIC_FILES_CHKSUM = "file://license.txt;md5=3a6eec695493cff01ff6f7b7888c5631"
DEPENDS = "openssl"
-SRC_URI = "git://github.com/dbry/WavPack.git;branch=master;protocol=https \
- file://set-soversion-and-version.patch \
- file://extract-libtool-and-convert-to-soversion.patch \
- "
-
-SRCREV = "e03e8e29dc618e08e7baba9636e57ba1254874ce"
-
+SRC_URI = "git://github.com/dbry/WavPack.git;branch=master;protocol=https"
+SRCREV = "4827b9889665b937b6ed71b9c6c0123152cd7a02"
inherit cmake pkgconfig lib_package
- Drop patches becaus already fixed in the newer version. - The LICENSE file has changed so updated LIC_FILES_CHKSUM to match the new md5sum. Changelog: https://github.com/dbry/WavPack/blob/5.8.1/ChangeLog Fix: | CMake Error at CMakeLists.txt:1 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | to tell CMake that the project requires at least <min> but has been updated | to work with policies introduced by <max> or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> --- .../wavpack/{wavpack_5.6.0.bb => wavpack_5.8.1.bb} | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) rename meta-oe/recipes-multimedia/wavpack/{wavpack_5.6.0.bb => wavpack_5.8.1.bb} (56%)