wavpack: upgrade 4.60.1 -> 5.1.0

Changelog:

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2023-05-16 16:13:33 +08:00 committed by Khem Raj
parent 439239ca9c
commit 4a28c6452f
2 changed files with 9 additions and 10 deletions

View File

@ -1,10 +0,0 @@
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=f596650807588c61fcab60bec8242df8"
SRC_URI = "http://wavpack.com/wavpack-${PV}.tar.bz2"
SRC_URI[md5sum] = "7bb1528f910e4d0003426c02db856063"
SRC_URI[sha256sum] = "175ee4f2effd6f51e6ec487956f41177256bf892c2e8e07de5d27ed4ee6888c5"
inherit autotools lib_package

View File

@ -0,0 +1,9 @@
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=8c1a910e5c2a8b30ec8ffb2ffa63d9b2"
SRC_URI = "git://github.com/dbry/WavPack.git;branch=master;protocol=https"
SRCREV = "9ccc3fe4a37d069137ceabe513a4dd9b0a09c1c2"
S = "${WORKDIR}/git"
inherit autotools lib_package