From 68c8d3bd4437cb22ebc9d24605e3dd322a119652 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 00:01:24 +0100 Subject: [PATCH] update to 13 [release 13-1mamba;Sun Sep 06 2020] --- jack_mixer.spec | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/jack_mixer.spec b/jack_mixer.spec index e57810e..f320775 100644 --- a/jack_mixer.spec +++ b/jack_mixer.spec @@ -1,5 +1,5 @@ Name: jack_mixer -Version: 10 +Version: 13 Release: 1mamba Summary: A GTK+ JACK audio mixer app with a look similar to its hardware counterpart Group: Graphical Desktop/Applications/Multimedia @@ -7,25 +7,31 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://home.gna.org/jackmixer/ -Source: http://download.gna.org/jackmixer/jack_mixer-%{version}.tar.gz +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: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END BuildRequires: python-fpconst -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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 -%configure +%configure \ + PYTHON=%{__python3} + %make %install @@ -37,12 +43,12 @@ jack_mixer is a GTK+ JACK audio mixer app with a look similar to its hardware co %files %defattr(-,root,root) -%{_sysconfdir}/gconf/schemas/jack_mixer.schemas +#%{_sysconfdir}/gconf/schemas/jack_mixer.schemas %{_bindir}/jack_mixer %{_bindir}/jack_mixer.py %{_bindir}/jack_mix_box -%{python_sitearch}/jack_mixer_c.la -%{python_sitearch}/jack_mixer_c.so +%{python3_sitelib}/jack_mixer_c.la +%{python3_sitelib}/jack_mixer_c.so %{_datadir}/applications/jack_mixer.desktop %{_datadir}/icons/hicolor/*/apps/jack_mixer.png %{_datadir}/icons/hicolor/scalable/apps/jack_mixer.svg @@ -51,6 +57,9 @@ jack_mixer is a GTK+ JACK audio mixer app with a look similar to its hardware co #NEWS README %changelog +* Sun Sep 06 2020 Silvan Calarco 13-1mamba +- update to 13 + * Sat May 03 2014 Automatic Build System 10-1mamba - automatic update by autodist