# Tag: Mixer, Alsa, Jack, Mixer # Type: Plugin, LV2, Standalone # Category: Audio, Tool Name: matrixmixer.lv2 Version: 0.4.7 Release: 2%{?dist} Summary: A LV2 matrix mixer License: GPL-2.0-or-later URL: https://github.com/x42/matrixmixer.lv2 ExclusiveArch: x86_64 aarch64 Vendor: Audinux Distribution: Audinux # ./x42-source.sh # ./x42-source.sh matrixmixer.lv2 v0.4.7 Source0: matrixmixer.lv2.tar.gz Source1: x42-source.sh BuildRequires: gcc gcc-c++ BuildRequires: make BuildRequires: alsa-lib-devel BuildRequires: pkgconfig(jack) BuildRequires: lv2-devel BuildRequires: cairo-devel BuildRequires: pango-devel BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel %description A NxM LV2 matrix mixer by x42 %prep %autosetup -n %{name} %build %make_build PREFIX=/usr LV2DIR=%{_libdir}/lv2 matrixmixer_VERSION=%{version} STRIP=true %install %make_install PREFIX=/usr LV2DIR=%{_libdir}/lv2 matrixmixer_VERSION=%{version} STRIP=true %files %doc README.md %license COPYING %{_bindir}/* %{_libdir}/lv2/* %{_datadir}/* %changelog * Tue Jun 11 2024 Yann Collette - 0.4.7-1 - update to 0.4.7-1 * Fri May 12 2023 Yann Collette - 0.4.6-1 - update to 0.4.6-1 * Thu May 11 2023 Yann Collette - 0.4.5-1 - update to 0.4.5-1 * Sun Nov 20 2022 Yann Collette - 0.4.3-1 - update to 0.4.3-1 * Thu Oct 06 2022 Yann Collette - 0.4.2-2 - update to 0.4.2-1 * Wed Jul 21 2021 Yann Collette - 0.3.3-2 - update to 0.3.3-1 * Wed Apr 07 2021 Yann Collette - 0.3.2-2 - update to 0.3.2 * Fri Oct 23 2020 Yann Collette - 0.3.0-2 - fix debug build * Fri May 8 2020 Yann Collette - 0.3.0-1 - Initial spec file