# Status: active # Tag: Editor, Audio, MIDI, Sequencer # Type: Standalone # Category: DAW, MIDI Name: magda-core Version: 0.4.5 Release: 1%{?dist} Summary: A DAW built for automation, transformation, and fast musical iteration License: GPL-3.0-or-later URL: https://github.com/Conceptual-Machines/magda-core ExclusiveArch: x86_64 Vendor: Audinux Distribution: Audinux # Usage: ./magda-core-source.sh # ./magda-core-source.sh v0.4.5 Source0: magda-core.tar.gz Source1: magda-core-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 BuildRequires: webkit2gtk4.1-devel %description MAGDA is a free, open-source DAW with AI integrated from the ground up. Built on C++20, JUCE, and Tracktion Engine. Features: * Hybrid tracks: every track hosts both audio and MIDI clips * Three views: Arrangement, Session, and Mix * AI chat: natural language commands that generate and execute a custom DSL directly in the app (BYOAK, Bring Your Own API Keys) * Modulation system: 16 LFOs (with bezier curve editor) and 16 macro knobs per device and rack * Racks: parallel processing chains with volume, pan, mute, solo per chain, fully nestable * Piano roll with pitchbend and MIDI CC lanes * Drum grid device * Session view with clip launching * Mixer with faders, pan, mute, solo, sends, and I/O routing * Collapsible, resizable panels: Inspector + AI Chat (left), Plugin Browser + Sample Browser (right), context-sensitive editor (bottom) %prep %autosetup -n magda-core %build %set_build_flags %cmake -DMAGDA_BUILD_TESTS=OFF \ -DMAGDA_BUILD_EXAMPLES=OFF \ -DCMAKE_CXX_FLAGS="-Wno-template-body `pkg-config --cflags webkit2gtk-4.1` `pkg-config --cflags gtk+-3.0` $CXXFLAGS" %cmake_build %install %cmake_install # cleanup rm -rf %{buildroot}/%{_bindir}/JUCE* rm -f %{buildroot}/%{_bindir}/convert_hf_to_gguf.py rm -rf %{buildroot}/%{_includedir}/ rm -rf %{buildroot}/%{_usr}/lib/cmake rm -rf %{buildroot}/%{_libdir} %files %doc README.md CONTRIBUTING.md SECURITY.md %license LICENSE %{_bindir}/* %changelog * Mon Apr 13 2026 Yann Collette - 0.4.5-1 - update to 0.4.5-1 * Sun Apr 12 2026 Yann Collette - 0.4.4-1 - update to 0.4.4-1 * Sat Apr 11 2026 Yann Collette - 0.4.3-1 - update to 0.4.3-1 * Fri Apr 10 2026 Yann Collette - 0.4.1-1 - Initial spec file