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 _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: jack
|
Name: jack
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.9.14
|
Version: 1.9.16
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A low-latency audio server that can connect a number of different applications to an audio device
|
Summary: A low-latency audio server that can connect a number of different applications to an audio device
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -25,8 +25,10 @@ Patch6: jack-1.9.9.5-jackdbus2qjackctl.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
BuildRequires: libcelt-devel
|
BuildRequires: libcelt-devel
|
||||||
|
BuildRequires: libdb53-devel
|
||||||
BuildRequires: libdbus-devel
|
BuildRequires: libdbus-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libffado-devel
|
BuildRequires: libffado-devel
|
||||||
@ -37,9 +39,10 @@ BuildRequires: libreadline-devel
|
|||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libsystemd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
#BuildRequires: libfreebob-devel
|
#BuildRequires: libfreebob-devel
|
||||||
BuildRequires: ffado
|
#BuildRequires: ffado
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: libcap-devel >= 1.10
|
BuildRequires: libcap-devel >= 1.10
|
||||||
BuildRequires: libflac-devel >= 1.1.2
|
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.
|
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.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jack2-%{pkgver}
|
%setup -q -n jack2-%{pkgver}
|
||||||
#%patch0 -p4
|
#%patch0 -p4
|
||||||
@ -194,6 +199,9 @@ exit 0
|
|||||||
#%doc README TODO ChangeLog
|
#%doc README TODO ChangeLog
|
||||||
|
|
||||||
%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
|
* Thu Jan 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.14-1mamba
|
||||||
- update to 1.9.14
|
- update to 1.9.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user