suil: upgrade 0.10.6 -> 0.10.8
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Suil is a lightweight C library for loading and wrapping LV2 plugin UIs"
|
||||
HOMEPAGE = "https://drobilla.net/software/suil"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=31b283049b7bf3fc441d62cd43d8f4b9"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=54e4263214f26373135dee9a81a9bf55"
|
||||
|
||||
inherit waf features_check pkgconfig
|
||||
|
||||
@@ -9,12 +9,11 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
DEPENDS = "gtk+ gtk+3 qtbase lv2"
|
||||
|
||||
PV = "0.10.8"
|
||||
SRC_URI = " \
|
||||
gitsm://github.com/lv2/suil.git \
|
||||
http://download.drobilla.net/${BPN}-${PV}.tar.bz2 \
|
||||
file://0001-Fix-build-for-python3-only-environments.patch \
|
||||
"
|
||||
SRCREV = "5d45fda230192d47a4afadecdf3dce038b8d6fe9"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.10.6+git${SRCPV}"
|
||||
SRC_URI[sha256sum] = "91cd87e17e80d2e43d64700369b93a5c2d0f1648e36411e0233253a0c3840f40"
|
||||
|
||||
FILES_${PN} += "${libdir}/suil-0"
|
||||
Reference in New Issue
Block a user