automatic version update by autodist [release 0.5.0-1mamba;Sat Mar 24 2018]
This commit is contained in:
parent
5e494519ca
commit
09d7a1459a
@ -1,6 +1,6 @@
|
|||||||
Name: qjackctl
|
Name: qjackctl
|
||||||
Version: 0.4.4
|
Version: 0.5.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A simple Qt application to control the JACK sound server daemon
|
Summary: A simple Qt application to control the JACK sound server daemon
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -24,7 +24,7 @@ BuildRequires: libalsa-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
BuildRequires: libportaudio-devel
|
BuildRequires: libportaudio-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: jack >= 0.99.0
|
Requires: jack >= 0.99.0
|
||||||
@ -46,7 +46,7 @@ A simple Qt application to control the JACK sound server daemon
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
export QTDIR=%{_qt4_prefix}
|
#export QTDIR=%{_qt4_prefix}
|
||||||
#export QMAKESPEC=linux-g++
|
#export QMAKESPEC=linux-g++
|
||||||
%configure
|
%configure
|
||||||
%make -j1
|
%make -j1
|
||||||
@ -72,14 +72,18 @@ install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/loop2jack
|
|||||||
%{_bindir}/loop2jack
|
%{_bindir}/loop2jack
|
||||||
%dir %{_datadir}/qjackctl/translations
|
%dir %{_datadir}/qjackctl/translations
|
||||||
%{_datadir}/qjackctl/translations/qjackctl_*.qm
|
%{_datadir}/qjackctl/translations/qjackctl_*.qm
|
||||||
%{_datadir}/appdata/qjackctl.appdata.xml
|
%{_datadir}/metainfo/qjackctl.appdata.xml
|
||||||
%{_datadir}/applications/qjackctl.desktop
|
%{_datadir}/applications/qjackctl.desktop
|
||||||
%{_datadir}/icons/hicolor/*x*/apps/*.png
|
%{_datadir}/icons/hicolor/*x*/apps/*.png
|
||||||
%{_mandir}/man1/qjackctl.1*
|
%{_mandir}/man1/qjackctl.1*
|
||||||
|
%{_mandir}/man1/qjackctl.fr.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog README TODO
|
#ChangeLog README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 24 2018 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Aug 14 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-2mamba
|
* Mon Aug 14 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-2mamba
|
||||||
- added patch to avoid translating preset (default) or jackd is not found by applications in /dev/shm
|
- added patch to avoid translating preset (default) or jackd is not found by applications in /dev/shm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user