# Tag: Analyzer # Type: Plugin, LV2, Standalone # Category: Audio, Tool Name: sisco.lv2 Version: 0.9.11 Release: 1%{?dist} Summary: A LV2 oscilloscope License: GPL-2.0-or-later URL: https://github.com/x42/sisco.lv2 ExclusiveArch: x86_64 aarch64 Vendor: Audinux Distribution: Audinux # ./x42-source.sh # ./x42-source.sh sisco.lv2 v0.9.11 Source0: sisco.lv2.tar.gz Source1: x42-source.sh BuildRequires: gcc gcc-c++ BuildRequires: make BuildRequires: git 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 LV2 oscilloscope by x42 %prep %autosetup -n %{name} %build %set_build_flags %make_build PREFIX=/usr LV2DIR=%{_libdir}/lv2 sisco_VERSION=%{version} STRIP=true %install %make_install PREFIX=/usr LV2DIR=%{_libdir}/lv2 sisco_VERSION=%{version} STRIP=true %files %doc README.md %license COPYING %{_bindir}/* %{_libdir}/lv2/* %{_datadir}/* %changelog * Tue Jun 11 2024 Yann Collette - 0.9.11-1 - update to 0.9.11-1 * Wed Mar 15 2023 Yann Collette - 0.9.10-1 - update to 0.9.10-1 * Wed Mar 15 2023 Yann Collette - 0.9.9-1 - update to 0.9.9-1 * Sun Nov 20 2022 Yann Collette - 0.9.8-1 - update to 0.9.8-1 * Thu Oct 06 2022 Yann Collette - 0.9.7-1 - update to 0.9.7-1 * Wed Jul 21 2021 Yann Collette - 0.9.3-1 - update to 0.9.3-1 * Wed Apr 07 2021 Yann Collette - 0.9.2-1 - update to 0.9.2-1 * Fri Oct 23 2020 Yann Collette - 0.9.0-1 - update to 0.9.0-1 + fix debug build * Fri May 8 2020 Yann Collette - 0.8.6-1 - update to 0.8.6-1 * Wed Nov 13 2019 Yann Collette - 0.8.5 - update to 0.8.5 * Fri May 3 2019 Yann Collette - 0.8.1 - update to 0.8.1 * Mon Oct 15 2018 Yann Collette - 0.7.3 - update for Fedora 29 * Sat May 12 2018 Yann Collette - 0.7.3 - update to 0.7.3 * Sat Jun 06 2015 Yann Collette - 0.6.7 - Initial build