From dd8a3cac2a5712c617b7f56b3f1e3962c428c67ee3cf5f1d9f5a9f6349bca1fc Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Wed, 15 Apr 2020 20:24:20 +0000 Subject: [PATCH] Accepting request 794366 from home:gboiko:branches:multimedia:apps - Update to version 3.4.5 The upstream maintainer announced that he will no longer publish source tarballs to SF.net, so fetched the tarball from github directly. Changes included: * audio fade-in at the server if a new client connects * added a scroll bar to the mixer board to support large numbers of mixer faders (a thank you to doloopuntil for his help) * changed the maximum number of clients supported by the server from 20 to 50 * Windows installer now contains a 32 and 64 bit version of Jamulus (the version to be installed is selected automatically according to the detected operating system) * bug fix: server list ping times may not be accurate and client list may not be retrieved OBS-URL: https://build.opensuse.org/request/show/794366 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/Jamulus?expand=0&rev=12 --- Jamulus-3.4.4.tar.gz | 3 --- Jamulus.changes | 15 +++++++++++++++ Jamulus.spec | 8 +++++--- r3_4_5.tar.gz | 3 +++ 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 Jamulus-3.4.4.tar.gz create mode 100644 r3_4_5.tar.gz diff --git a/Jamulus-3.4.4.tar.gz b/Jamulus-3.4.4.tar.gz deleted file mode 100644 index c38041f..0000000 --- a/Jamulus-3.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:886611f452d64e6a0245ef2f8ae2911a746b78bbdaad9b296116e627974e6c97 -size 1509046 diff --git a/Jamulus.changes b/Jamulus.changes index 0a3a4da..31598ae 100644 --- a/Jamulus.changes +++ b/Jamulus.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Apr 8 17:06:46 UTC 2020 - Gustavo Pichorim Boiko + +- Update to version 3.4.5 + The upstream maintainer announced that he will no longer publish source + tarballs to SF.net, so fetched the tarball from github directly. + Changes included: + * audio fade-in at the server if a new client connects + * added a scroll bar to the mixer board to support large numbers of + mixer faders (a thank you to doloopuntil for his help) + * changed the maximum number of clients supported by the server from 20 to 50 + * Windows installer now contains a 32 and 64 bit version of Jamulus (the version to + be installed is selected automatically according to the detected operating system) + * bug fix: server list ping times may not be accurate and client list may not be retrieved + ------------------------------------------------------------------- Fri Apr 3 19:45:45 UTC 2020 - Luigi Baldoni diff --git a/Jamulus.spec b/Jamulus.spec index fdd922a..97e0dba 100644 --- a/Jamulus.spec +++ b/Jamulus.spec @@ -17,13 +17,15 @@ # +%define tarball_version 3_4_5 + Name: Jamulus -Version: 3.4.4 +Version: 3.4.5 Release: 0 Summary: Low-latency internet connection tool for real-time jam sessions License: GPL-2.0-or-later URL: http://llcon.sourceforge.net/index.html -Source0: https://sourceforge.net/projects/llcon/files/Jamulus/%{version}/Jamulus-%{version}.tar.gz +Source0: https://github.com/corrados/jamulus/archive/r%{tarball_version}.tar.gz Source1: %{name}_icon.png BuildRequires: ImageMagick BuildRequires: fdupes @@ -49,7 +51,7 @@ collects the audio data from each Jamulus client software, mixes the audio data and sends the mix back to each client. %prep -%setup -q -n %{name}%{version} +%setup -q -n jamulus-r%{tarball_version} install %{SOURCE1} . %build diff --git a/r3_4_5.tar.gz b/r3_4_5.tar.gz new file mode 100644 index 0000000..e47ca63 --- /dev/null +++ b/r3_4_5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53aa642ad1c10aab3f391d0a5ff44cecda51fb452ffc1a20320c944a9e760a05 +size 6232613