Update to 1.9.20

Build zalsa internal client
epel9
Guido Aulisi 3 years ago
parent 40762e84b3
commit bd397f1f1c

1
.gitignore vendored

@ -11,3 +11,4 @@ jack-1.9.5.tar.bz2
/jack2-1.9.17.tar.gz /jack2-1.9.17.tar.gz
/jack2-1.9.18.tar.gz /jack2-1.9.18.tar.gz
/jack2-1.9.19.tar.gz /jack2-1.9.19.tar.gz
/jack2-1.9.20.tar.gz

@ -0,0 +1,27 @@
From f653c2d8e90a821538ae6fab68dccf4015c2d64f Mon Sep 17 00:00:00 2001
From: Guido Aulisi <guido.aulisi@gmail.com>
Date: Sun, 16 Jan 2022 21:24:18 +0100
Subject: [PATCH] Fix build of jack-example-tools man pages
Commit e8c0be1ce932bfb99fdd1a50e08fab187efed6ca changed the name
of the configuration environment to build the jack-example-tools,
but forgot to change it for man pages.
---
man/wscript | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/wscript b/man/wscript
index 52270c33..691b05ab 100644
--- a/man/wscript
+++ b/man/wscript
@@ -5,6 +5,6 @@
def build(bld):
bld.exec_command('cd man ; sh fill_template {} {}'.format(
bld.env['JACK_VERSION'],
- bld.env['HAVE_JACK_EXAMPLE_TOOLS'])
+ bld.env['BUILD_JACK_EXAMPLE_TOOLS'])
)
bld.install_files(bld.env['MANDIR'], bld.path.ant_glob('*.1'))
--
2.34.1

@ -13,7 +13,7 @@
Summary: The Jack Audio Connection Kit Summary: The Jack Audio Connection Kit
Name: jack-audio-connection-kit Name: jack-audio-connection-kit
Version: 1.9.19 Version: 1.9.20
Release: 1%{?dist} Release: 1%{?dist}
# The entire source (~500 files) is a mixture of these three licenses # The entire source (~500 files) is a mixture of these three licenses
License: GPLv2 and GPLv2+ and LGPLv2+ License: GPLv2 and GPLv2+ and LGPLv2+
@ -26,6 +26,8 @@ Source3: %{name}-limits.conf
Source4: svnversion.h Source4: svnversion.h
# Adjust default priority. RHBZ#795094 # Adjust default priority. RHBZ#795094
Patch1: jack-realtime-compat.patch Patch1: jack-realtime-compat.patch
# Patch sent upstream https://github.com/jackaudio/jack2/pull/836
Patch2: %{name}-example-tools-man-pages.patch
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
BuildRequires: dbus-devel BuildRequires: dbus-devel
@ -46,6 +48,8 @@ BuildRequires: opus-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python3 BuildRequires: python3
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: zita-alsa-pcmi-devel
BuildRequires: zita-resampler-devel
Requires(pre): shadow-utils Requires(pre): shadow-utils
Requires: pam Requires: pam
@ -104,7 +108,9 @@ python3 ./waf configure \
%endif %endif
--alsa \ --alsa \
--clients 256 \ --clients 256 \
--ports-per-application=2048 --ports-per-application=2048 \
--example-tools=yes \
--zalsa=yes
python3 ./waf build %{?_smp_mflags} -v python3 ./waf build %{?_smp_mflags} -v
@ -233,6 +239,10 @@ exit 0
%changelog %changelog
* Sun Jan 16 2022 Guido Aulisi <guido.aulisi@gmail.com> - 1.9.20-1
- Update to 1.9.20
- Build zalsa internal client
* Sat Jul 24 2021 Guido Aulisi <guido.aulisi@gmail.com> - 1.9.19-1 * Sat Jul 24 2021 Guido Aulisi <guido.aulisi@gmail.com> - 1.9.19-1
- Update to 1.9.19 - Update to 1.9.19

@ -1 +1 @@
SHA512 (jack2-1.9.19.tar.gz) = d8d5fe17e2984959546af3c53f044aa4648860e19ff8ffd54452e87fa6cdfd111f825c57e3df17cb8ed95de8392b6f354b12ded41e3e021a37f07b99a89ba18d SHA512 (jack2-1.9.20.tar.gz) = e4bffea5fadcf6fc8a40bb88b6f7266bc42d8fa743d5e00be786df00b19b9e02e42ce6cb5db3a9523eb3b2bc319234ac33c00b2c1e2ac7d1c875890d55da30b4

Loading…
Cancel
Save