forked from pool/Jamulus
Accepting request 802725 from home:aspiers:branches:multimedia:apps
- Update to version 3.5.2: * use audio level meter bars for normal skin * store Show All Musicians setting in the ini-file * improved Mac installer, coded by doloopuntil * support to open ASIO driver setup(s) if startup failed due to incorrect driver settings (Ticket #117) * added -v/--version command line argument to output version information (Ticket #121) * added bodhran and other instrument icons, bodhran created by bomm (Ticket #131) * bug fix: if small network buffers are used we get much better audio quality when drop outs occur * bug fix: if names given with the -o option were too long, the server registration failed (Ticket #91) * bug fix: audio level changes if Buffer Delay is changed (Ticket #106) * bug fix: do not reset fader level meters if number of clients change * bug fix: fixed a crash with JackRouter 64 bit ASIO driver (Ticket #93, thanks to elliotclee) - Add a source service. OBS-URL: https://build.opensuse.org/request/show/802725 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/Jamulus?expand=0&rev=15
This commit is contained in:
parent
6193e166e5
commit
1c006595d6
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 14:18:37 UTC 2020 - suse@adamspiers.org
|
||||
|
||||
- Update to version 3.5.2:
|
||||
* use audio level meter bars for normal skin
|
||||
* store Show All Musicians setting in the ini-file
|
||||
* improved Mac installer, coded by doloopuntil
|
||||
* support to open ASIO driver setup(s) if startup failed due to incorrect driver settings (Ticket #117)
|
||||
* added -v/--version command line argument to output version information (Ticket #121)
|
||||
* added bodhran and other instrument icons, bodhran created by bomm (Ticket #131)
|
||||
* bug fix: if small network buffers are used we get much better audio quality when drop outs occur
|
||||
* bug fix: if names given with the -o option were too long, the server registration failed (Ticket #91)
|
||||
* bug fix: audio level changes if Buffer Delay is changed (Ticket #106)
|
||||
* bug fix: do not reset fader level meters if number of clients change
|
||||
* bug fix: fixed a crash with JackRouter 64 bit ASIO driver (Ticket #93, thanks to elliotclee)
|
||||
- Add a source service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 20:25:56 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -17,10 +17,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define tarball_version 3_4_5
|
||||
%define tarball_version 3_5_2
|
||||
|
||||
Name: Jamulus
|
||||
Version: 3.4.5
|
||||
Version: 3.5.2
|
||||
Release: 0
|
||||
Summary: Low-latency internet connection tool for real-time jam sessions
|
||||
License: GPL-2.0-or-later
|
||||
|
6
_service
Normal file
6
_service
Normal file
@ -0,0 +1,6 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled">
|
||||
<param name="enforcelocal">yes</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53aa642ad1c10aab3f391d0a5ff44cecda51fb452ffc1a20320c944a9e760a05
|
||||
size 6232613
|
3
jamulus-r3_5_2.tar.gz
Normal file
3
jamulus-r3_5_2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63ecd2b0c0a27bfce90fa5588d52ff60aa9b7b0c2330bf4e4f1d0073d4a0eb53
|
||||
size 7519696
|
Loading…
Reference in New Issue
Block a user