forked from pool/Jamulus
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:886611f452d64e6a0245ef2f8ae2911a746b78bbdaad9b296116e627974e6c97
|
||||
size 1509046
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 8 17:06:46 UTC 2020 - Gustavo Pichorim Boiko <gboiko@suse.com>
|
||||
|
||||
- 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 <aloisio@gmx.com>
|
||||
|
||||
|
@@ -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
|
||||
|
3
r3_4_5.tar.gz
Normal file
3
r3_4_5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53aa642ad1c10aab3f391d0a5ff44cecda51fb452ffc1a20320c944a9e760a05
|
||||
size 6232613
|
Reference in New Issue
Block a user