Search Criteria
Package Details: carla-git 1:2.5.1.r415.gdd092c74a-1
Package Actions
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.000198 |
First Submitted: | 2013-10-11 12:29 (UTC) |
Last Updated: | 2023-09-13 09:45 (UTC) |
Dependencies (30)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libfluidsynth.so (fluidsynth)
- libfreetype.so (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR, freetype2, lib32-freetype2)
- libGL.so (libglvnd-gitAUR, lib32-libglvnd, libglvnd)
- libglvnd (libglvnd-gitAUR)
- liblo.so (liblo-ipv6AUR, liblo)
- libmagic.so (file-gitAUR, file)
- libsndfile.so (libsndfile-gitAUR, lib32-libsndfile, libsndfile)
- libx11 (libx11-gitAUR)
- libxcursor
- libxrandr (libxrandr-gitAUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- file (file-gitAUR) (make)
- fluidsynth (fluidsynth-gitAUR) (make)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- liblo (liblo-gitAUR, liblo-ipv6AUR) (make)
- libsndfile (libsndfile-gitAUR) (make)
- qt5-tools (make)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack) (optional) – for using carla with JACK
- lv2-host (ildaeilAUR, carla-gitAUR, ardour6AUR, audacity-qt-gitAUR, ingen-gitAUR, guitarix-gitAUR, ardour-gitAUR, audacity-gitAUR, element-gitAUR, audacity-local-gitAUR, qtractor-gitAUR, ardour, audacity, carla, ecasound, element, guitarix, jalv, muse, qtractor, reaper) (optional) – for the LV2 plugin
- python-pyliblo (optional) – OSC control support
- python-rdflib (optional) – LADSPA-RDF support
- vst-host (carla-gitAUR, ardour6AUR, audacity-qt-gitAUR, renoiseAUR, ardour-gitAUR, audacity-gitAUR, bitwig-studioAUR, bitwig-studio-earlyaccessAUR, audacity-local-gitAUR, qtractor-gitAUR, ardour, audacity, carla, muse, qtractor, reaper) (optional) – for the VST plugin
Required by (171)
- a-sid (requires vst3-host) (optional)
- aether.lv2 (requires lv2-host) (optional)
- aida-x-git (requires lv2-host)
- aida-x-git (requires vst3-host)
- aida-x-git (requires vst-host)
- aida-x-git (requires clap-host)
- airwindows-consolidated-git (requires lv2-host) (optional)
- airwindows-consolidated-git (requires vst3-host) (optional)
- airwindows-consolidated-git (requires clap-host) (optional)
- airwindows-lv2 (requires lv2-host) (optional)
- ams-lv2 (requires lv2-host)
- amsynth-git (requires vst-host) (optional)
- amsynth-git (requires lv2-host) (optional)
- amsynth-git (requires dssi-host) (optional)
- avldrums-lv2-git (requires lv2-host)
- bchoppr-git (requires lv2-host) (optional)
- cabbage-bin (requires vst-host) (optional)
- cabbage-bin (requires vst3-host) (optional)
- caps-lv2-git (requires lv2-host) (optional)
- cardinal-data-git (requires vst-host) (optional)
- Show 151 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »
dvzrv commented on 2019-07-10 08:22 (UTC)
@SpotlightKid: No, the patch is relevant for qt5 >= 5.13 (only actually). The qt4 bits stay in place, but for qt5 it's relevant as some parts of the code otherwise get namespaced and lead to compiler errors.
SpotlightKid commented on 2019-07-09 10:54 (UTC)
@Teteros: Isn't this patch only relevant, if you compile with Qt4 support at all? This PKGBUILD recently turned off Qt4 support by passing
HAVE_QT4=false
to make.Teteros commented on 2019-07-06 03:08 (UTC) (edited on 2019-07-06 03:12 (UTC) by Teteros)
Fails to build currently on gcc9 and Qt >= 5.13
https://github.com/falkTX/Carla/issues/894
Patch from PR #895 fixes compile:
fix_qt5.13_moc.patch
You can apply in the PKGBUILD as usual:
SpotlightKid commented on 2019-06-29 16:47 (UTC)
@milk: I just pushed a new version, which drops support for Qt4 completely. If you want to use LV2 plugins with a Qt4 GUI with Carla, you have to edit the PKGBUILD file and remove the
HAVE_QT=false
lines (and install theqt4
AUR package of course) and rebuild.SpotlightKid commented on 2019-06-24 09:49 (UTC)
@milk: I didn't realize, 'qt4' is in the AUR now (on Manjaro, it seems, it is still in the 'community' repos). Alas, to build the LV2 bridge for LV2 plugins using Qt4, you still need Qt4 at compile time. But at least on my system there seem to be no LV2 plugins actually linked against Qt4.
Here's the command I'm using to check:
Let me think about this for a day or two...
milkii commented on 2019-06-23 16:28 (UTC)
Can qt4 be removed from makedepends as it is in optdepends? Qt4 takes two hours to build on my system and I want shot of it.
SpotlightKid commented on 2019-05-02 17:01 (UTC)
'qt5' is indirectly required by 'python-pyqt5', which is in the 'depends' list. All 'depends' packages are automatically make dependencies as well. 'qt4' is only in 'makedepends' and in 'optdepends', because it is only required for plugins using Qt4 and building the Carla plugin bridge for those. Carla itself only uses Qt5 nowadays, I think.
Terence commented on 2019-05-02 16:54 (UTC)
Shouldn't the qt4 makedepends be replaced with qt5?
SpotlightKid commented on 2019-02-18 17:41 (UTC)
Please do not flag this package as out-of-date, only because the version number shown on this page is less than that of the latest release. This is normal for VCS packages such as this one. The version number is automatically updated when you compile the package.
Please read: https://wiki.archlinux.org/index.php/Arch_User_Repository#Foo_in_the_AUR_is_outdated;_what_should_I_do?
neta540 commented on 2019-01-18 10:57 (UTC)
@SpotlightKid without qt5-svg the error is:
LRDF Support not available (LADSPA-RDF will be disabled) Traceback (most recent call last): File "/usr/share/carla/carla", line 22, in <module> from carla_host import * File "/usr/share/carla/carla_host.py", line 40, in <module> from patchcanvas import patchcanvas File "/usr/share/carla/patchcanvas/patchcanvas.py", line 55, in <module> from .canvasbox import CanvasBox File "/usr/share/carla/patchcanvas/canvasbox.py", line 60, in <module> from .canvasicon import CanvasIcon File "/usr/share/carla/patchcanvas/canvasicon.py", line 24, in <module> from PyQt5.QtSvg import QGraphicsSvgItem, QSvgRenderer ImportError: libQt5Svg.so.5: cannot open shared object file: No such file or directory
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 13 Next › Last »