automatic version update by autodist [release 0.9.7-1mamba;Thu Apr 07 2022]
This commit is contained in:
parent
1dd5f3461d
commit
a6bb940866
@ -1,5 +1,5 @@
|
||||
Name: qjackctl
|
||||
Version: 0.9.5
|
||||
Version: 0.9.7
|
||||
Release: 1mamba
|
||||
Summary: A simple Qt application to control the JACK sound server daemon
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@ -23,9 +23,10 @@ BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libportaudio-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: qt6-qttools-devel
|
||||
Requires: jack >= 0.99.0
|
||||
Requires: alsa-utils >= 1.0.27.1-4mamba
|
||||
Requires: pulseaudio-module-jack
|
||||
@ -39,17 +40,15 @@ A simple Qt application to control the JACK sound server daemon
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
#%patch6 -p1
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
#export QTDIR=%{_qt4_prefix}
|
||||
#export QMAKESPEC=linux-g++
|
||||
%configure
|
||||
%make -j1
|
||||
%cmake -d build
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall STRIP=/bin/true
|
||||
%makeinstall -C build STRIP=/bin/true
|
||||
|
||||
install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/loop2jack
|
||||
|
||||
@ -63,21 +62,25 @@ install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/loop2jack
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#%{_sysconfdir}/modules-load.d/snd-aloop.conf
|
||||
%{_bindir}/qjackctl
|
||||
%{_bindir}/loop2jack
|
||||
%dir %{_datadir}/qjackctl/translations
|
||||
%{_datadir}/qjackctl/translations/qjackctl_*.qm
|
||||
%{_datadir}/metainfo/qjackctl.appdata.xml
|
||||
%{_datadir}/applications/qjackctl.desktop
|
||||
%{_datadir}/applications/org.rncbc.qjackctl.desktop
|
||||
%{_datadir}/metainfo/org.rncbc.qjackctl.metainfo.xml
|
||||
%{_datadir}/icons/hicolor/*x*/apps/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/qjackctl.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/org.rncbc.qjackctl.svg
|
||||
%{_mandir}/man1/qjackctl.1*
|
||||
%{_mandir}/fr/man1/qjackctl.1*
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog README TODO
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Apr 07 2022 Automatic Build System <autodist@mambasoft.it> 0.9.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 0.9.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 06 2021 Automatic Build System <autodist@mambasoft.it> 0.9.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user