# Status: active # Tag: Tool, Rack # Type: Standalone # Category: Audio, Effect, Tool Name: amplitron Version: 0.1.334 Release: 2%{?dist} Summary: Poor man's guitar amp License: MIT URL: https://github.com/sudip-mondal-2002/Amplitron ExclusiveArch: x86_64 aarch64 Vendor: Audinux Distribution: Audinux # Usage: ./amplitron-source.sh # ./amplitron-source.sh v0.1.334 Source0: Amplitron.tar.gz Source1: amplitron-source.sh Patch0: amplitron-0001-fix-nanosvg-header.patch Patch1: amplitron-0002-remove-some-gcc-options.patch BuildRequires: gcc gcc-c++ BuildRequires: cmake BuildRequires: git BuildRequires: json-devel BuildRequires: SDL2-devel BuildRequires: mesa-libGL-devel BuildRequires: pkgconfig(jack) BuildRequires: portaudio-devel BuildRequires: nanosvg-devel BuildRequires: rtmidi-devel BuildRequires: gtest-devel BuildRequires: desktop-file-utils %description Professional real-time guitar amplifier simulator with ultra-low latency, 11 studio-quality effects, and a beautiful visual pedal board interface. Available as a native desktop app and a browser-based web demo. Built in C++17 with PortAudio, SDL2, and Dear ImGui. %prep %autosetup -p1 -n Amplitron %build %cmake %cmake_build %install %cmake_install # install icon mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/ cp assets/icon.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg # create desktop file install -m 755 -d %{buildroot}/%{_datadir}/applications/ cat > %{buildroot}%{_datadir}/applications/%{name}.desktop < - 0.1.334-2 - update to 0.1.334-2 * Mon Jun 01 2026 Yann Collette - 0.1.306-2 - update to 0.1.306-2 * Sat May 30 2026 Yann Collette - 0.1.304-2 - update to 0.1.304-2 * Fri May 29 2026 Yann Collette - 0.1.292-2 - update to 0.1.292-2 * Thu May 28 2026 Yann Collette - 0.1.288-2 - update to 0.1.288-2 * Thu May 28 2026 Yann Collette - 0.1.287-2 - update to 0.1.287-2 * Thu May 28 2026 Yann Collette - 0.1.283-2 - update to 0.1.283-2 * Wed May 27 2026 Yann Collette - 0.1.282-2 - update to 0.1.282-2 * Wed May 27 2026 Yann Collette - 0.1.281-2 - update to 0.1.281-2 * Tue May 26 2026 Yann Collette - 0.1.280-2 - update to 0.1.280-2 * Mon May 25 2026 Yann Collette - 0.1.268-2 - update to 0.1.268-2 * Sun May 24 2026 Yann Collette - 0.1.254-2 - update to 0.1.254-2 * Sun May 24 2026 Yann Collette - 0.1.248-2 - update to 0.1.248-2 * Fri May 22 2026 Yann Collette - 0.1.247-2 - update to 0.1.247-2 * Thu May 21 2026 Yann Collette - 0.1.236-2 - update to 0.1.236-2 * Thu May 21 2026 Yann Collette - 0.1.235-2 - update to 0.1.235-2 * Wed May 20 2026 Yann Collette - 0.1.233-2 - update to 0.1.233-2 * Tue May 19 2026 Yann Collette - 0.1.230-2 - update to 0.1.230-2 * Mon May 18 2026 Yann Collette - 0.1.228-2 - update to 0.1.228-2 * Mon May 18 2026 Yann Collette - 0.1.225-2 - update to 0.1.225-2 * Sun May 17 2026 Yann Collette - 0.1.223-2 - update to 0.1.223-2 * Sun May 17 2026 Yann Collette - 0.1.221-2 - update to 0.1.221-2 * Sat May 16 2026 Yann Collette - 0.1.212-2 - update to 0.1.212-2 * Sat May 16 2026 Yann Collette - 0.1.182-2 - update to 0.1.182-2 * Fri May 15 2026 Yann Collette - 0.1.180-2 - update to 0.1.180-2 * Tue May 12 2026 Yann Collette - 0.1.171-2 - update to 0.1.171-2 * Mon May 11 2026 Yann Collette - 0.1.167-2 - update to 0.1.167-2 * Mon May 11 2026 Yann Collette - 0.1.166-2 - update to 0.1.166-2 * Fri Apr 10 2026 Yann Collette - 0.1.164-2 - update to 0.1.164-2 * Mon Apr 06 2026 Yann Collette - 0.1.138-2 - update to 0.1.138-2 * Thu Apr 02 2026 Yann Collette - 0.1.74-2 - update to 0.1.74-2 * Wed Apr 01 2026 Yann Collette - 0.1.71-2 - update to 0.1.71-2 - fix preset path * Tue Mar 31 2026 Yann Collette - 0.1.71-1 - Initial spec file