mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-07 21:32:56 +02:00
Carla: revbump for python3-pyliblo3
This commit is contained in:
parent
2f9a32ebee
commit
5c3837ab3e
2 changed files with 18 additions and 2 deletions
13
srcpkgs/Carla/patches/pyliblo3.patch
Normal file
13
srcpkgs/Carla/patches/pyliblo3.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/source/frontend/carla_host_control.py b/source/frontend/carla_host_control.py
|
||||||
|
index 00c6958..2d5d4da 100755
|
||||||
|
--- a/source/frontend/carla_host_control.py
|
||||||
|
+++ b/source/frontend/carla_host_control.py
|
||||||
|
@@ -32,7 +32,7 @@ from carla_host import *
|
||||||
|
# ------------------------------------------------------------------------------------------------------------
|
||||||
|
# Imports (liblo)
|
||||||
|
|
||||||
|
-from liblo import (
|
||||||
|
+from pyliblo3 import (
|
||||||
|
Address,
|
||||||
|
AddressError,
|
||||||
|
ServerError,
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Carla'
|
# Template file for 'Carla'
|
||||||
pkgname=Carla
|
pkgname=Carla
|
||||||
version=2.5.9
|
version=2.5.9
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64* i686* aarch64* arm*"
|
archs="x86_64* i686* aarch64* arm*"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
pycompile_dirs="usr/share/carla"
|
pycompile_dirs="usr/share/carla"
|
||||||
|
@ -10,7 +10,7 @@ makedepends="python3-PyQt5 libmagic file-devel libsndfile-devel
|
||||||
liblo-devel alsa-lib-devel pulseaudio-devel libX11-devel gtk+3-devel
|
liblo-devel alsa-lib-devel pulseaudio-devel libX11-devel gtk+3-devel
|
||||||
gtk+-devel qt5-devel fluidsynth-devel fftw-devel zlib-devel
|
gtk+-devel qt5-devel fluidsynth-devel fftw-devel zlib-devel
|
||||||
python3-rdflib"
|
python3-rdflib"
|
||||||
depends="python3 python3-PyQt5 python3-PyQt5-svg pyliblo which"
|
depends="python3 python3-PyQt5 python3-PyQt5-svg python3-pyliblo3 which"
|
||||||
short_desc="Audio plugin host"
|
short_desc="Audio plugin host"
|
||||||
maintainer="Rutpiv <roger_freitas@live.com>"
|
maintainer="Rutpiv <roger_freitas@live.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -25,6 +25,9 @@ desc_option_linux32="Enable building linux32 bridge"
|
||||||
|
|
||||||
subpackages="Carla-devel"
|
subpackages="Carla-devel"
|
||||||
|
|
||||||
|
CFLAGS="-D_LARGEFILE64_SOURCE"
|
||||||
|
CXXFLAGS="-D_LARGEFILE64_SOURCE"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64)
|
x86_64)
|
||||||
|
|
Loading…
Add table
Reference in a new issue