Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jacktrip for openSUSE:Factory checked in at 2021-04-14 10:11:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jacktrip (Old) and /work/SRC/openSUSE:Factory/.jacktrip.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jacktrip" Wed Apr 14 10:11:10 2021 rev:3 rq:884939 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jacktrip/jacktrip.changes 2020-09-22 21:04:14.519565114 +0200 +++ /work/SRC/openSUSE:Factory/.jacktrip.new.2401/jacktrip.changes 2021-04-14 10:11:41.873566514 +0200 @@ -1,0 +2,34 @@ +Tue Apr 13 12:25:12 UTC 2021 - Luigi Baldoni <[email protected]> + +- Update to version 1.3.0 + * (added) async networking in hub listener + * (added) limiter, compressor, reverb + * (added) examine audio delay + * (added) jitter buffer alternatives + * (added) broadcast output ports + * (added) PREFIX variable for installation path + * (added) disconnect on timeout + * (added) SIGTERM + * (added) simulate packet loss, jitter + * (added) hubpatch 5, no auto patching + * (added) jack client name length check + * (added) scripts/hubMode/test_hub_mode_server_and_client.sh + * (fixed) misc. typos, indentation + * (fixed) short form IO stat options + * (fixed) nullptr jack server name when creating jack client + * (fixed) stop ring buffer blocking when jack has been stopped + * (fixed) JMess handling of non-western characters + * (fixed) closing curly brace on mJackTrip client creation + * (fixed) Warnings + * (fixed) remove rtaudio device and mpeeraddress msgs. + * (fixed) signal and slot connections + * (fixed) incorrect dependency from jacktrip_main + * (update) RT thread priority for network I/O + * (update) clipping to saturation + * (update) build instructions + version 1.2.2: + * (added) bindPort range to reject oddball connections + * (fixed) jack client name strings +- Switch build to meson + +------------------------------------------------------------------- Old: ---- jacktrip-1.2.1.tar.gz New: ---- jacktrip-1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jacktrip.spec ++++++ --- /var/tmp/diff_new_pack.nQUenN/_old 2021-04-14 10:11:42.357567330 +0200 +++ /var/tmp/diff_new_pack.nQUenN/_new 2021-04-14 10:11:42.357567330 +0200 @@ -1,7 +1,7 @@ # # spec file for package jacktrip # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: jacktrip -Version: 1.2.1 +Version: 1.3.0 Release: 0 Summary: Multi-machine network music performance over the Internet License: MIT @@ -26,6 +26,7 @@ URL: https://github.com/jcacerec/jacktrip Source: https://github.com/jcacerec/jacktrip/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(alsa) @@ -41,14 +42,11 @@ %setup -q %build -cd src -%qmake5 jacktrip.pro -%make_build +%meson +%meson_build %install -cd src -make INSTALL_ROOT=%{buildroot} install -rm -v %{buildroot}/%{_bindir}/jacktrip_debug +%meson_install %files %doc CHANGESLOG.txt README.md TODO.txt ++++++ jacktrip-1.2.1.tar.gz -> jacktrip-1.3.0.tar.gz ++++++ ++++ 102767 lines of diff (skipped)
