disable snd-aloop module autoloading obsoleted by pulseaudio switch [release 0.3.12-2mamba;Fri Oct 31 2014]
This commit is contained in:
parent
1f9990014d
commit
38576ef742
@ -1,23 +0,0 @@
|
||||
diff -ru qjackctl-0.2.18/src/qjackctlConnectionsForm.ui qjackctl-0.2.18.patched/src/qjackctlConnectionsForm.ui
|
||||
--- qjackctl-0.2.18/src/qjackctlConnectionsForm.ui 2005-01-27 17:11:46.000000000 +0100
|
||||
+++ qjackctl-0.2.18.patched/src/qjackctlConnectionsForm.ui 2005-10-27 00:01:29.000000000 +0200
|
||||
@@ -446,8 +446,4 @@
|
||||
</functions>
|
||||
<pixmapinproject/>
|
||||
<layoutdefaults spacing="4" margin="4"/>
|
||||
-<includehints>
|
||||
- <includehint>qjackctlconnectview.h</includehint>
|
||||
- <includehint>qjackctlconnectview.h</includehint>
|
||||
-</includehints>
|
||||
</UI>
|
||||
diff -ru qjackctl-0.2.18/src/qjackctlPatchbayForm.ui qjackctl-0.2.18.patched/src/qjackctlPatchbayForm.ui
|
||||
--- qjackctl-0.2.18/src/qjackctlPatchbayForm.ui 2005-05-04 13:30:52.000000000 +0200
|
||||
+++ qjackctl-0.2.18.patched/src/qjackctlPatchbayForm.ui 2005-10-27 00:01:14.000000000 +0200
|
||||
@@ -941,7 +941,4 @@
|
||||
</functions>
|
||||
<pixmapinproject/>
|
||||
<layoutdefaults spacing="4" margin="4"/>
|
||||
-<includehints>
|
||||
- <includehint>qjackctlpatchbayview.h</includehint>
|
||||
-</includehints>
|
||||
</UI>
|
@ -1,6 +1,6 @@
|
||||
Name: qjackctl
|
||||
Version: 0.3.12
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A simple Qt application to control the JACK sound server daemon
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
@ -10,7 +10,6 @@ URL: http://qjackctl.sourceforge.net
|
||||
Source: http://downloads.sourceforge.net/sourceforge/qjackctl/%{name}-%{version}.tar.gz
|
||||
#http://downloads.sourceforge.net/sourceforge/qjackctl/%{name}-%{version}.tar.gz
|
||||
Source1: qjackctl-loop2jack
|
||||
Patch0: qjackctl-0.2.18-wrongincludes.patch
|
||||
Patch1: qjackctl-0.3.10-loop2jack_postStartup_enable.patch
|
||||
Patch2: qjackctl-0.3.6-desktop.patch
|
||||
Patch3: qjackctl-0.3.7-jackdbus_enable_by_default.patch
|
||||
@ -18,24 +17,13 @@ Patch4: qjackctl-0.3.9-jackdbus_dont_stop_on_exit.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libportaudio-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: jack >= 0.99.0
|
||||
Requires: alsa-utils >= 1.0.27.1-4mamba
|
||||
@ -63,17 +51,17 @@ export QTDIR=%{_qt4_prefix}
|
||||
|
||||
install -D -m0755 %{SOURCE1} %{buildroot}%{_bindir}/loop2jack
|
||||
|
||||
install -d -m0755 %{buildroot}%{_sysconfdir}/modules-load.d
|
||||
cat > %{buildroot}%{_sysconfdir}/modules-load.d/snd-aloop.conf << _EOF
|
||||
snd-aloop
|
||||
_EOF
|
||||
#install -d -m0755 %{buildroot}%{_sysconfdir}/modules-load.d
|
||||
#cat > %{buildroot}%{_sysconfdir}/modules-load.d/snd-aloop.conf << _EOF
|
||||
#snd-aloop
|
||||
#_EOF
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/modules-load.d/snd-aloop.conf
|
||||
#%{_sysconfdir}/modules-load.d/snd-aloop.conf
|
||||
%{_bindir}/qjackctl
|
||||
%{_bindir}/loop2jack
|
||||
%dir %{_datadir}/qjackctl/translations
|
||||
@ -85,6 +73,9 @@ _EOF
|
||||
#ChangeLog README TODO
|
||||
|
||||
%changelog
|
||||
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.12-2mamba
|
||||
- disable snd-aloop module autoloading obsoleted by pulseaudio switch
|
||||
|
||||
* Sun Oct 26 2014 Automatic Build System <autodist@mambasoft.it> 0.3.12-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user