Carla: update to 2.4.3.

This commit is contained in:
tibequadorian 2022-04-16 16:34:02 +02:00 committed by Echo
parent df02d2ab00
commit ded75b883f

View file

@ -1,6 +1,6 @@
# Template file for 'Carla'
pkgname=Carla
version=2.4.2
version=2.4.3
revision=1
archs="x86_64* i686* aarch64* arm*"
build_style=gnu-makefile
@ -14,9 +14,9 @@ depends="python3 python3-PyQt5 python3-PyQt5-svg pyliblo which"
short_desc="Audio plugin host"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://kxstudio.linuxaudio.org/Applications:Carla"
homepage="https://kx.studio/Applications:Carla"
distfiles="https://github.com/falkTX/Carla/archive/v${version}.tar.gz"
checksum=376884965e685242953cab757818dde262209c651bd563a04eade0678c6b9f39
checksum=0092926e5167f3a5eb592f0055e5491803354ae42947e706db0dc548d9e786d3
python_version=3
case $XBPS_TARGET_MACHINE in
@ -29,15 +29,14 @@ if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" Carla-devel"
fi
pre_build() {
vsed -e '1,1i#include <unistd.h>' \
-i source/modules/water/text/CharacterFunctions.h
post_patch() {
if [ "$CROSS_BUILD" ]; then
vsed -i -e 's#\./carla-lv2-export#/usr/bin/carla-lv2-export#g' \
source/plugin/Makefile
fi
}
pre_build() {
make ${make_build_args} features
}