# Status: active # Tag: Effect # Type: Plugin, Standalone, VST3, CLAP # Category: Effect Name: gala Version: 1.1.0 Release: 1%{?dist} Summary: Gala is a free and open-source vocal processor plugin License: GPL-3.0-or-later URL: https://github.com/andreademurtas/gala ExclusiveArch: x86_64 aarch64 Vendor: Audinux Distribution: Audinux # Usage: ./andreademurtas-source.sh # ./andreademurtas-source.sh gala v1.1.0 Source0: gala.tar.gz Source1: andreademurtas-source.sh BuildRequires: gcc gcc-c++ BuildRequires: cmake BuildRequires: git BuildRequires: cairo-devel BuildRequires: fontconfig-devel BuildRequires: freetype-devel BuildRequires: libX11-devel BuildRequires: xcb-util-keysyms-devel BuildRequires: xcb-util-devel BuildRequires: libXrandr-devel BuildRequires: xcb-util-cursor-devel BuildRequires: libxkbcommon-x11-devel BuildRequires: libXinerama-devel BuildRequires: mesa-libGL-devel BuildRequires: libXcursor-devel BuildRequires: libcurl-devel BuildRequires: alsa-lib-devel BuildRequires: pkgconfig(jack) BuildRequires: gtk3-devel %description Gala (Old Norse for "to crow, to shriek, to sing", the root of galdr) is a free and open-source vocal processor plugin (VST3, CLAP + standalone) that turns a dry screamed or shrieked take into a finished black metal vocal. Built with JUCE; sibling of Galdr. %package -n license-%{name} Summary: License and documentation for %{name} License: GPL-3.0-or-later %description -n license-%{name} License and documentation for %{name} %package -n vst3-%{name} Summary: VST3 version of %{name} License: GPL-3.0-or-later Requires: license-%{name} %description -n vst3-%{name} VST3 version of %{name} %package -n clap-%{name} Summary: CLAP version of %{name} License: GPL-3.0-or-later Requires: license-%{name} %description -n clap-%{name} CLAP version of %{name} %prep %autosetup -n gala %build %cmake %cmake_build %install install -m 755 -d %{buildroot}%{_libdir}/vst3/ cp -ra %{__cmake_builddir}/Gala_artefacts/VST3/* %{buildroot}/%{_libdir}/vst3/ install -m 755 -d %{buildroot}%{_libdir}/clap/ cp -ra %{__cmake_builddir}/Gala_artefacts/CLAP/* %{buildroot}/%{_libdir}/clap/ install -m 755 -d %{buildroot}%{_bindir}/ cp -ra %{__cmake_builddir}/Gala_artefacts/Standalone/* %{buildroot}/%{_bindir}/ %files %{_bindir}/* %files -n license-%{name} %doc README.md NOTICE.txt %license LICENSE %files -n vst3-%{name} %{_libdir}/vst3/* %files -n clap-%{name} %{_libdir}/clap/* %changelog * Mon Aug 17 2026 Yann Collette - 1.1.0-1 - Initial spec file