update to 17 [release 17-1mamba;Sat Feb 12 2022]
This commit is contained in:
parent
68c8d3bd44
commit
496ce8503b
@ -1,12 +1,12 @@
|
|||||||
Name: jack_mixer
|
Name: jack_mixer
|
||||||
Version: 13
|
Version: 17
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A GTK+ JACK audio mixer app with a look similar to its hardware counterpart
|
Summary: A GTK+ JACK audio mixer app with a look similar to its hardware counterpart
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://home.gna.org/jackmixer/
|
URL: https://rdio.space/jackmixer/
|
||||||
Source: https://github.com/jack-mixer/jack_mixer.git/release-%{version}/jack_mixer-%{version}.tar.bz2
|
Source: https://github.com/jack-mixer/jack_mixer.git/release-%{version}/jack_mixer-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -15,7 +15,6 @@ BuildRequires: libglib-devel
|
|||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-fpconst
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
@ -24,39 +23,43 @@ jack_mixer is a GTK+ JACK audio mixer app with a look similar to its hardware co
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
#NOCONFIGURE=1 ./autogen.sh
|
||||||
# Fix for python 3.7
|
# Fix for python 3.7
|
||||||
sed -i "s|\(include/python\${PYTHON_VERSION}\)|\1m|" configure
|
#sed -i "s|\(include/python\${PYTHON_VERSION}\)|\1m|" configure
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson
|
||||||
PYTHON=%{__python3}
|
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
|
%find_lang %{name} --all-name
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_sysconfdir}/gconf/schemas/jack_mixer.schemas
|
%{_sysconfdir}/xdg/raysession/client_templates/35_jackmixer/client_templates.xml
|
||||||
%{_bindir}/jack_mixer
|
%{_bindir}/jack_mixer
|
||||||
%{_bindir}/jack_mixer.py
|
|
||||||
%{_bindir}/jack_mix_box
|
%{_bindir}/jack_mix_box
|
||||||
%{python3_sitelib}/jack_mixer_c.la
|
%dir %{python3_sitelib}/jack_mixer
|
||||||
%{python3_sitelib}/jack_mixer_c.so
|
%{python3_sitelib}/jack_mixer/*
|
||||||
|
%{python3_sitearch}/jack_mixer/_jack_mixer.cpython-*.so
|
||||||
%{_datadir}/applications/jack_mixer.desktop
|
%{_datadir}/applications/jack_mixer.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/jack_mixer.png
|
%{_datadir}/icons/hicolor/*/apps/jack_mixer.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/jack_mixer.svg
|
%{_datadir}/icons/hicolor/scalable/apps/jack_mixer.svg
|
||||||
%{_datadir}/jack_mixer/*.py
|
%{_mandir}/man1/jack_mix_box.1*
|
||||||
|
%{_mandir}/man1/jack_mixer.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#NEWS README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 13-1mamba
|
||||||
- update to 13
|
- update to 13
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user