Files
meta-musicians/recipes-musicians/drobilla/patchage.bb
Andreas Müller e36b7522f8 patchage: upgrade 1.0.4 -> 1.0.6
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-06-14 00:40:31 +02:00

22 lines
651 B
BlitzBasic

SUMMARY = "Patchage is a modular patch bay for audio and MIDI systems"
DESCRIPTION = "Patchage is a modular patch bay for audio and MIDI systems based on Jack and Alsa"
HOMEPAGE = "http://drobilla.net/software/patchage"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
inherit waf gtk-icon-cache pkgconfig
DEPENDS += " \
boost \
jack \
ganv \
"
SRC_URI = " \
gitsm://gitlab.com/drobilla/patchage.git;protocol=https;branch=master \
file://0001-Fix-build-for-python3-only-environments.patch \
"
SRCREV = "1eed3df05526b22d716a2f89f166804f894ac5b1"
PV = "1.0.6"
S = "${WORKDIR}/git"