76 lines
2.2 KiB
RPMSpec
76 lines
2.2 KiB
RPMSpec
Name: jack_mixer
|
|
Version: 19
|
|
Release: 1mamba
|
|
Summary: A GTK+ JACK audio mixer app with a look similar to its hardware counterpart
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://rdio.space/jackmixer/
|
|
Source: https://github.com/jack-mixer/jack_mixer.git/release-%{version}/jack_mixer-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libjack-devel
|
|
BuildRequires: libpython311-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
jack_mixer is a GTK+ JACK audio mixer app with a look similar to its hardware counterpart. It has lot of useful features, apart from being able to mix multiple JACK audio streams.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
#NOCONFIGURE=1 ./autogen.sh
|
|
# Fix for python 3.7
|
|
#sed -i "s|\(include/python\${PYTHON_VERSION}\)|\1m|" configure
|
|
|
|
%build
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%find_lang %{name} --all-name
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/xdg/raysession/client_templates/35_jackmixer/client_templates.xml
|
|
%{_bindir}/jack_mixer
|
|
%{_bindir}/jack_mix_box
|
|
%dir %{python3_sitearch}/jack_mixer
|
|
%{python3_sitearch}/jack_mixer/*
|
|
%{_datadir}/applications/jack_mixer.desktop
|
|
%{_datadir}/icons/hicolor/*/apps/jack_mixer.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/jack_mixer.svg
|
|
%{_mandir}/man1/jack_mix_box.1*
|
|
%{_mandir}/man1/jack_mixer.1*
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 19-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 25 2023 Automatic Build System <autodist@mambasoft.it> 18-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 17-1mamba
|
|
- update to 17
|
|
|
|
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 13-1mamba
|
|
- update to 13
|
|
|
|
* Sat May 03 2014 Automatic Build System <autodist@mambasoft.it> 10-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Dec 18 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 9-1mamba
|
|
- package created by autospec
|