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-11-04 16:10:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jacktrip (Old) and /work/SRC/openSUSE:Factory/.jacktrip.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jacktrip" Thu Nov 4 16:10:02 2021 rev:4 rq:929149 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/jacktrip/jacktrip.changes 2021-04-14 10:11:41.873566514 +0200 +++ /work/SRC/openSUSE:Factory/.jacktrip.new.1890/jacktrip.changes 2021-11-04 16:10:43.365087243 +0100 @@ -1,0 +2,34 @@ +Wed Nov 3 16:28:19 UTC 2021 - Fabio Pesari <[email protected]> + +- Updated to version 1.4.0 + * (added) optional GUI from QJackTrip + * (added) authentication in hub server mode + * (added) different number of sending and receiving channels + * (added) append thread IDs to jack client names + * (added) new patcher mechanism that doesn't delete existing + connections + * (added) MkDocs based documentation + * (added) weak jack linking + * (added) manpage + * (added) MSVC build + * (added) RtAudio Meson subproject + * (added) formatting with clang-format + * (added) static analysis with clang-tidy + * (added) cross compilation for Windows + * (added) flatpaks + * (added) appstream + * (added) automated builds and deployment for Linux, macOS and + Windows + * (added) macOS and Windows Installers + * (fixed) regression in remote client name handling + * (fixed) long jack client names * (> 27 characters) in 1.9.11 + * (fixed) Hardcode Derived Class Names of ProcessPlugins to + prevent undefined behavior + * (update) QJackTrip and JackTrip are now identical + * (update) Change helpscreen wording for --broadcast argument + * (update) jitter buffer alternatives + * (update) RtAudio revive + * (update) RtAudio device selection + * (update) build script moved to root directory + +------------------------------------------------------------------- Old: ---- jacktrip-1.3.0.tar.gz New: ---- jacktrip-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jacktrip.spec ++++++ --- /var/tmp/diff_new_pack.r2UwsF/_old 2021-11-04 16:10:43.869087538 +0100 +++ /var/tmp/diff_new_pack.r2UwsF/_new 2021-11-04 16:10:43.869087538 +0100 @@ -18,7 +18,7 @@ Name: jacktrip -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Multi-machine network music performance over the Internet License: MIT @@ -28,9 +28,14 @@ BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Network) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: libqt5-linguist BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(jack) +BuildRequires: rtaudio-devel %description JackTrip is a system used for multi-machine network performance over the @@ -42,6 +47,7 @@ %setup -q %build +mv build .build %meson %meson_build @@ -49,7 +55,17 @@ %meson_install %files -%doc CHANGESLOG.txt README.md TODO.txt +%doc README.md +%license LICENSE.md %{_bindir}/jacktrip +%{_datadir}/applications/* +%{_datadir}/metainfo/* +%dir %{_datadir}/icons/hicolor/48x48 +%dir %{_datadir}/icons/hicolor/48x48/apps +%dir %{_datadir}/icons/hicolor/scalable +%dir %{_datadir}/icons/hicolor/scalable/apps +%dir %{_datadir}/icons/hicolor/symbolic +%dir %{_datadir}/icons/hicolor/symbolic/apps +%{_datadir}/icons/hicolor/*/apps/* %changelog ++++++ jacktrip-1.3.0.tar.gz -> jacktrip-1.4.0.tar.gz ++++++ ++++ 108104 lines of diff (skipped)
