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.006039
First Submitted: 2013-10-11 12:29 (UTC)
Last Updated: 2023-09-13 09:45 (UTC)

Required by (150)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

cocreature commented on 2016-12-16 17:09 (UTC)

@SpotlightKid: Thanks, but I still think it’s a better solution to disable the experimental plugins. After all there is a reason they’re marked experimental. I’ll reconsider if there is a high demand for them.

SpotlightKid commented on 2016-12-16 15:28 (UTC)

@cocreature: rather than removing the experimental plugins, a proper fix would be patching the Makefile in source/native-plugins and removing the libpng12 dependency. See here: https://gist.github.com/SpotlightKid/11ddd95fcdae36f1299b25a2766b7813

Turbo commented on 2016-12-16 12:21 (UTC)

it's ok today by replacing zynaddsubfx by git version! Thanks anyway!

cocreature commented on 2016-12-15 14:59 (UTC)

@Turbo: Could you please set LANG=C (or LANG=en_US.UTF-8 but that requires that you have the appropriate locale) and try again? I don’t understand the french output. Also it would be great if you could post all output or at least the last 200 lines or so as the error can potentially be above the part you posted.

Turbo commented on 2016-12-15 14:20 (UTC)

Can't build Carla: Linking carlastyle.so ../../build/theme/Release/CarlaStyle.cpp.qt4.o : fichier non reconnu : Fichier tronqué collect2: erreur : ld a retourné 1 code d'état d'exécution make[1]: *** [Makefile:155: ../../bin/styles/carlastyle.so] Error 1 make[1] : on quitte le répertoire « /tmp/makepkg/carla-git/src/carla-git/source/theme » make: *** [Makefile:156: theme] Error 2 make: *** Attente des tâches non terminées.... Compiling moc_CarlaStyle.cpp (Qt4) Linking zynaddsubfx-ui Creating theme.qt4.a make[1] : on quitte le répertoire « /tmp/makepkg/carla-git/src/carla-git/source/theme » Creating native-plugins.a make[1] : on quitte le répertoire « /tmp/makepkg/carla-git/src/carla-git/source/native-plugins » ==> ERREUR : Une erreur s’est produite dans build().

cocreature commented on 2016-08-07 05:33 (UTC)

@GraysonPeddi All right I have pushed an update disabling EXPERIMENTAL_PLUGINS. I guess the name already suggests that problems are to be expected :)

GraysonPeddie commented on 2016-08-07 04:06 (UTC)

Okay. Removing the EXPERIMENTAL_PLUGINS=true lines produced the following output which compiles successfully: Compiling zynaddsubfx-src.cpp In file included from zynaddsubfx-src.cpp:254:0: zynaddsubfx/Misc/BankDb.cpp:52:15: warning: ‘std::__cxx11::string line(std::__cxx11::string)’ defined but not used [-Wunused-function] static string line(string s) ^~~~ Creating native-plugins.a Compiling zynaddsubfx-ui.cpp Linking zynaddsubfx-ui make[1]: Leaving directory '/tmp/yaourt-tmp-grayson/aur-carla-git/src/carla-git/source/native-plugins' make[1]: Entering directory '/tmp/yaourt-tmp-grayson/aur-carla-git/src/carla-git/source/modules/juce_audio_basics' Still compiling right now... A few minutes later and success! (Couple of minutes later while playing with Carla and forgot to post but now I'm done for the midnight...)

GraysonPeddie commented on 2016-08-07 03:13 (UTC)

Sure. [grayson@htpc ~]$ pacman -Qs libpng local/lib32-libpng 1.6.23-1 A collection of routines used to create PNG format graphics files (32-bit) local/libpng 1.6.23-1 A collection of routines used to create PNG format graphics files local/libpng12 1.2.56-3 A collection of routines used to create PNG format graphics files I am compiling Carla with EXPERIMENTAL_PLUGINS=true removed.

cocreature commented on 2016-08-06 21:54 (UTC)

@GraysonPeddie: I sadly can’t reproduce this. Could you show me the output of `pacman -Qs libpng`. That said you can fix this problem by removing the `EXPRIMENTAL_PLUGINS=true` lines from the PKGBUILD. If we can’t figure this out, I’ll update the package and remove them, but preferably I’d like to figure out why it’s failing for you.