# Status: active # Tag: Jack # Type: Standalone # Category: Audio, Tool Name: Cadence Version: 0.9.2 Release: 5%{?dist} Summary: JACK control center License: GPL-2.0-or-later URL: https://github.com/falkTX/Cadence ExclusiveArch: x86_64 aarch64 Vendor: Audinux Distribution: Audinux Source0: https://github.com/falkTX/Cadence/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: cadence_001_fedora_support.patch BuildRequires: gcc gcc-c++ BuildRequires: make BuildRequires: python3-qt4-devel BuildRequires: python3-qt5-devel BuildRequires: qt-devel BuildRequires: pulseaudio-libs-devel BuildRequires: pulseaudio-module-jack BuildRequires: python3-dbus BuildRequires: a2jmidid BuildRequires: pkgconfig(jack) BuildRequires: jack_capture Requires: jack-audio-connection-kit-dbus Requires: python3-dbus Requires: python3-qt4 Requires: python3-qt5 Requires: jack_capture Requires: a2jmidid %description Set of tools useful for audio production. - System checks, manages JACK, calls other tools and make system tweaks. ... %prep %autosetup -p1 -n %{name}-%{version} %build %set_build_flags %make_build PREFIX=/usr SKIP_STRIPPING=true %install %make_install PREFIX=/usr SKIP_STRIPPING=true %files %doc README.md %license COPYING %{_bindir}/* %{_datadir}/applications/* %{_datadir}/cadence/ %{_datadir}/icons/* %{_sysconfdir}/* %changelog * Tue May 13 2025 Yann Collette - 0.9.2-1 - update to 0.9.2-1 * Sat Oct 24 2020 Yann Collette - 0.9.1-1 - fix debug build * Thu Jan 3 2019 Yann Collette - master - update to latest master * Mon Oct 15 2018 Yann Collette - master - update for Fedora 29 * Sat May 12 2018 Yann Collette - master - update to latest master + qt5 * Sun May 06 2018 Tom Nguyen - master - added required dependencies to run minimally * Sun May 06 2018 Tom Nguyen - master - added Qt5 dependencies * Sun May 06 2018 Tom Nguyen - master - update to latest master and fixed fedora patch * Mon Oct 23 2017 Yann Collette - master - update to latest master * Sat Jun 06 2015 Yann Collette - master - Initial build