diff --git a/Jamulus.changes b/Jamulus.changes index 022a2e9..49b11fc 100644 --- a/Jamulus.changes +++ b/Jamulus.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Aug 16 08:15:56 UTC 2020 - aloisio@gmx.com + +- Update to version 3.5.10 + * do not change the server list order if the mouse is over the + table to avoid selecting an incorrect server on a mouse + double click + * if network name/address contains spaces, they are removed + now, coded by dingodoppelt + * improve compact skin by using smaller font size + * improve server audio mix processing for better clipping + behavior + * support MIDI control faders in headless build (#483) + * option to set Mute Myself on with a command line argument + * added a red message to indicate that Mute Myself is + activated + * manual clip LED reset by mouse click on the level meter + * replacing internal history graph functionality by external + scripts/tools + * accessibility improvements, coded by chigkim + * bug fix: added more mutex in the server + * bug fix: --showallservers ping column sort is alphabetic +- Drop _service file +- Spec cleanup + ------------------------------------------------------------------- Mon Aug 3 11:09:38 UTC 2020 - Luigi Baldoni diff --git a/Jamulus.spec b/Jamulus.spec index 4357ecc..75ff65e 100644 --- a/Jamulus.spec +++ b/Jamulus.spec @@ -17,10 +17,10 @@ # -%define tarball_version 3_5_9 +%define tarball_version 3_5_10 Name: Jamulus -Version: 3.5.9 +Version: 3.5.10 Release: 0 Summary: Low-latency internet connection tool for real-time jam sessions License: GPL-2.0-or-later @@ -51,12 +51,12 @@ 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 jamulus-r%{tarball_version} +%autosetup -n jamulus-r%{tarball_version} install %{SOURCE1} . %build %qmake5 CONFIG+=opus_shared_lib -make %{?_smp_mflags} +%make_jobs %install install -D -m0755 Jamulus %{buildroot}%{_bindir}/%{name} diff --git a/_service b/_service deleted file mode 100644 index 1d6ea2b..0000000 --- a/_service +++ /dev/null @@ -1,6 +0,0 @@ - - - yes - enable - - diff --git a/jamulus-r3_5_10.tar.gz b/jamulus-r3_5_10.tar.gz new file mode 100644 index 0000000..3f13302 --- /dev/null +++ b/jamulus-r3_5_10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9159265e2246e869b239813da45b5ac4ca925798b333974897fb822ab30649a8 +size 8144410 diff --git a/jamulus-r3_5_9.tar.gz b/jamulus-r3_5_9.tar.gz deleted file mode 100644 index 38f08b0..0000000 --- a/jamulus-r3_5_9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6feb17fe4cea5451f60abeb356e1ac98c75b25e85818b6e12dff0eb7ad567782 -size 8140463