blob: 7384d2892fdedcccf57296e1ff0276be368fbf2c [file] [log] [blame]
Patrick Williams705982a2024-01-12 09:51:57 -06001DESCRIPTION = "WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode."
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://license.txt;md5=bb5d037e3ad41a3c84c9f2d8bb65a7b4"
4
5DEPENDS = "openssl"
6
7SRC_URI = "git://github.com/dbry/WavPack.git;branch=master;protocol=https \
8 file://set-soversion-and-version.patch \
9 file://extract-libtool-and-convert-to-soversion.patch \
10 "
11
12SRCREV = "e03e8e29dc618e08e7baba9636e57ba1254874ce"
13
14S = "${WORKDIR}/git"
15
16inherit cmake pkgconfig lib_package
17
18EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON"