update to 1.9.10 [release 1.9.10-1mamba;Thu Sep 18 2014]
This commit is contained in:
parent
8063faef39
commit
3153c995ac
19
jack.spec
19
jack.spec
@ -1,15 +1,16 @@
|
||||
### AUTOUPDATE-OFF: 8
|
||||
Name: jack
|
||||
Epoch: 1
|
||||
Version: 1.9.9.5
|
||||
Release: 2mamba
|
||||
Version: 1.9.10
|
||||
Release: 1mamba
|
||||
Summary: A low-latency audio server that can connect a number of different applications to an audio device
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://jackaudio.org
|
||||
Source: http://jackaudio.org/downloads/jack-%{version}.tar.bz2
|
||||
Source: https://dl.dropboxusercontent.com/u/28869550/jack-%{version}.tar.bz2
|
||||
#http://jackaudio.org/downloads/jack-%{version}.tar.bz2
|
||||
Source1: %{name}-asound.conf
|
||||
Source2: jackdbus2qjackctl
|
||||
Patch0: %{name}-1.9.6-suspend_resume.patch
|
||||
@ -81,9 +82,9 @@ This package contains static libraries and header files need for development.
|
||||
%setup -q
|
||||
#%patch0 -p4
|
||||
#%patch2 -p1
|
||||
%patch3 -p1
|
||||
#%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
#%patch5 -p1
|
||||
%patch6 -p1
|
||||
|
||||
for file in ChangeLog README TODO; do
|
||||
@ -108,6 +109,11 @@ LINKFLAGS="-lncurses" \
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
# 1.9.10: fix documentation installation
|
||||
mkdir build/default
|
||||
ln -s ../../html build/default/html
|
||||
|
||||
./waf install --destdir=%{buildroot}
|
||||
|
||||
chmod 755 %{buildroot}%{_libdir}/jack/*.so %{buildroot}%{_libdir}/libjack*.so.*.*.*
|
||||
@ -174,6 +180,9 @@ exit 0
|
||||
%doc README TODO ChangeLog
|
||||
|
||||
%changelog
|
||||
* Thu Sep 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.10-1mamba
|
||||
- update to 1.9.10
|
||||
|
||||
* Thu Jul 25 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.9.5-2mamba
|
||||
- add wrapper script jackdbus2qjackctl to launch qjackctl via dbus if installed
|
||||
- built with new libopus requirement
|
||||
|
Loading…
Reference in New Issue
Block a user