Package Details: carla-git 1:2.5.1.r415.gdd092c74a-1

Git Clone URL: https://aur.archlinux.org/carla-git.git (read-only, click to copy)
Package Base: carla-git
Description: Audio Plugin Host
Upstream URL: https://kx.studio/Applications:Carla
Keywords: daw host plugin vst2 vst3
Licenses: GPL2
Groups: lv2-plugins, vst-plugins, pro-audio
Conflicts: carla
Provides: carla, clap-host, dssi-host, ladspa-host, lv2-host, vst-host, vst3-host
Submitter: cocreature
Maintainer: SpotlightKid (Joermungand)
Last Packager: SpotlightKid
Votes: 24
Popularity: 0.012304
First Submitted: 2013-10-11 12:29 (UTC)
Last Updated: 2023-09-13 09:45 (UTC)

Required by (145)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 13 Next › Last »

eclairevoyant commented on 2023-03-16 02:57 (UTC)

When building in a clean chroot, build fails here:

# Install vst plugin
install -d /build/carla-git/pkg/carla-git/usr/lib/vst/carla.vst
install -m 644 \
    bin/CarlaRack*.* \
    bin/CarlaPatchbay*.* \
    /build/carla-git/pkg/carla-git/usr/lib/vst/carla.vst
install: cannot stat 'bin/CarlaRack*.*': No such file or directory
install: cannot stat 'bin/CarlaPatchbay*.*': No such file or directory
make: *** [Makefile:596: install_main] Error 1

Should I file this with upstream?

SpotlightKid commented on 2022-10-12 20:13 (UTC)

@falkTX: done

falkTX commented on 2022-10-12 19:13 (UTC)

Since this is for the carla git content, please add clap-host to provides. Feature will be part of 2.6 release once things stabilize a bit more.

SpotlightKid commented on 2022-10-12 18:41 (UTC) (edited on 2022-10-12 18:53 (UTC) by SpotlightKid)

Sometimes upstream breaks VCS packages. That is unfortunate but unavoidable. Please report upstream.

Update: upstream fixed

Maniaxx commented on 2022-10-12 18:33 (UTC)

bae7149 with runtime error. I've tried 'utils' from pip repo but its not the proper one. This might be an internal module instead.

$ carla
Traceback (most recent call last):
  File "/usr/share/carla/carla", line 22, in <module>
    from carla_app import (
  File "/usr/share/carla/carla_app.py", line 52, in <module>
    from utils import QSafeSettings
ModuleNotFoundError: No module named 'utils'

SpotlightKid commented on 2021-03-17 22:10 (UTC) (edited on 2021-03-17 22:14 (UTC) by SpotlightKid)

Heads up, everybody! I've switched this package back from building the "develop" branch to the "main" branch again, since the "develop" branch is now gone. If you re-use your package build directories, you might have to delete the old "carla" repo directory and you also may need to delete the "src" directory before re-building.

seshn commented on 2020-05-11 06:25 (UTC)

Unfortunately no luck, full build log is here https://pastebin.com/KdR6sfeH

SpotlightKid commented on 2020-05-11 00:00 (UTC)

@seshn: I can't reproduce this. Please remove /home/crusty/.cache/yay/carla-git/ and try 'yay-S carla-git' again.

seshn commented on 2020-05-10 23:33 (UTC)

Install vst plugin

install -d /home/crusty/.cache/yay/carla-git/pkg/carla-git//usr/lib/vst/carla.vst install -m 644 \ bin/CarlaRack. \ bin/CarlaPatchbay. \ /home/crusty/.cache/yay/carla-git/pkg/carla-git//usr/lib/vst/carla.vst install: cannot stat 'bin/CarlaRack.': No such file or directory install: cannot stat 'bin/CarlaPatchbay.': No such file or directory make: *** [Makefile:550: install_main] Error 1

Any help on that?:(

Terence commented on 2020-04-22 15:07 (UTC)

@SpotlightKid all good,thanks!