From 38a73dcf94a5504588e887c882cca3c2959cd320 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 00:00:48 +0100 Subject: [PATCH] update to 1.9.16 [release 1.9.16-1mamba;Sat Dec 12 2020] --- jack.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/jack.spec b/jack.spec index c0d406c..56fdb70 100644 --- a/jack.spec +++ b/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 1.9.16-1mamba +- update to 1.9.16 + * Thu Jan 09 2020 Silvan Calarco 1.9.14-1mamba - update to 1.9.14