[arch-commits] Commit in carla/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Mon Feb 21 10:26:12 UTC 2022


    Date: Monday, February 21, 2022 @ 10:26:11
  Author: dvzrv
Revision: 1135554

upgpkg: carla 2.4.2-2: Rebuild to add fix for python-pyqt5/ python3.10.

Add fix for for python-pyqt5/ python3.10:
https://github.com/falkTX/Carla/issues/1590

Remove unneeded quotes and curly braces.

Modified:
  carla/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-21 10:21:42 UTC (rev 1135553)
+++ PKGBUILD	2022-02-21 10:26:11 UTC (rev 1135554)
@@ -5,7 +5,7 @@
 _name=Carla
 pkgname=carla
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Audio Plugin Host"
 arch=(x86_64)
 url="https://kxstudio.linuxaudio.org/Applications:Carla"
@@ -22,12 +22,18 @@
 provides=(dssi-host ladspa-host lv2-host vst-host vst3-host)
 options=(debug)
 source=(
-  "git+https://github.com/falkTX/${pkgname}#tag=v${pkgver}?signed"
+  git+https://github.com/falkTX/$pkgname#tag=v$pkgver?signed
 )
 sha512sums=('SKIP')
 b2sums=('SKIP')
 validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0')  # falkTX <falktx at falktx.com>
 
+prepare() {
+  cd $pkgname
+  # fix issue with python-pyqt5/ python 3.10: https://github.com/falkTX/Carla/issues/1590
+  git cherry-pick -n 7e16efba89c180f170c6fe22c773742cfbb89f17
+}
+
 build() {
   make features -C $pkgname
   make -C $pkgname



More information about the arch-commits mailing list