Package Details: camomile-git 1.0.7-1

Git Clone URL: https://aur.archlinux.org/camomile-git.git (read-only, click to copy)
Package Base: camomile-git
Description: Camomile is a plugin with Pure Data embedded that offers to load and to control patches inside a digital audio workstation
Upstream URL: https://github.com/pierreguillot/Camomile
Keywords: audio lv2 vst vst3
Licenses: GPL3
Groups: lv2-plugins, vst-plugins, pro-audio, vst3-plugins
Conflicts: camomile
Replaces: camomile
Submitter: artemklevtsov
Maintainer: None
Last Packager: artemklevtsov
Votes: 1
Popularity: 0.000000
First Submitted: 2020-12-27 09:34 (UTC)
Last Updated: 2020-12-27 16:58 (UTC)

Latest Comments

Kallistisoft commented on 2022-07-12 01:15 (UTC) (edited on 2022-07-12 01:17 (UTC) by Kallistisoft)

Looks there was a change in the folder structure and build instructions. The build section of the PKGBUILD should read:

build () {
    cd "${srcdir}/Camomile/"
    mkdir build && cd build
    cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
    cmake --build .

    make TARGET_ARCH=-m64 CONFIG=Release

    cd "${srcdir}/Camomile/Plugins"
    ./camomile
}

Also a note to anyone looking to install this package -- this only builds and install the example VST project files!

Camomile is a build system and this build system doesn't get installed via this package.

I suggest to the package maintainer that the package description should be updated to reflect this fact, or even that this package should be removed all together from the AUR.