update to 1.9.16 [release 1.9.16-1mamba;Sat Dec 12 2020]
This commit is contained in:
parent
6d529d6254
commit
38a73dcf94
12
jack.spec
12
jack.spec
@ -2,7 +2,7 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: jack
|
||||
Epoch: 1
|
||||
Version: 1.9.14
|
||||
Version: 1.9.16
|
||||
Release: 1mamba
|
||||
Summary: A low-latency audio server that can connect a number of different applications to an audio device
|
||||
Group: System/Libraries
|
||||
@ -25,8 +25,10 @@ Patch6: jack-1.9.9.5-jackdbus2qjackctl.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libalsa-devel
|
||||
BuildRequires: libcelt-devel
|
||||
BuildRequires: libdb53-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffado-devel
|
||||
@ -37,9 +39,10 @@ BuildRequires: libreadline-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
#BuildRequires: libfreebob-devel
|
||||
BuildRequires: ffado
|
||||
#BuildRequires: ffado
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: libcap-devel >= 1.10
|
||||
BuildRequires: libflac-devel >= 1.1.2
|
||||
@ -79,6 +82,8 @@ Its clients can run in their own processes (ie. as normal applications), or can
|
||||
JACK was designed from the ground up for professional audio work, and its design focuses on two key areas: synchronous execution of all clients, and low latency operation.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n jack2-%{pkgver}
|
||||
#%patch0 -p4
|
||||
@ -194,6 +199,9 @@ exit 0
|
||||
#%doc README TODO ChangeLog
|
||||
|
||||
%changelog
|
||||
* Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.16-1mamba
|
||||
- update to 1.9.16
|
||||
|
||||
* Thu Jan 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.14-1mamba
|
||||
- update to 1.9.14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user