summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-07-07Tell cmake to don't copy VST3 to ~/.vst3 after buildChristopher Arndt
2024-07-06Re-add header and shared lib, since it is needed by ossiaChristopher Arndt
2024-07-06PKGBUILD fixesChristopher Arndt
* Fix VST3 bundle dir extension * Remove install of unneeded header and static lib Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2023-12-07Fix PKGBUILDChristopher Arndt
* Added `pkgver` function parsing version number from CMakeLists.txt. * Bumped epoch. * Put source git repo in sources. * Added 'dr_libs' git sub-module repo to sources. * Install the VST3 plugin. * Changed license name to 'Apache' and don't install license file. * Install readme into pkg docdir. * Fixed names of dependencies and added missing dependencies. * Added soname dependencies. * Added `provides` and conflicts`. * Added pkg to 'pro-audio' and 'vst3-plugins' groups. * Added `optdepends` on `vst3-host`. * Remove empty PKGBUILD settings. Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2022-05-03First commitJean-Michaƫl Celerier