From 441eb37fe71ba1ce6804414f430f6d338e87195c Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Sat, 16 Apr 2022 16:34:02 +0200 Subject: [PATCH] Carla: update to 2.4.3. --- srcpkgs/Carla/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/Carla/template b/srcpkgs/Carla/template index 83b8224861ae..6d25e6bb0482 100644 --- a/srcpkgs/Carla/template +++ b/srcpkgs/Carla/template @@ -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 " 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 ' \ - -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 }