forked from pool/jacktrip
Compare commits
24 Commits
4f65c1bd46
...
50056198db
Author | SHA256 | Date | |
---|---|---|---|
50056198db | |||
0a81154e60 | |||
1235845c2e | |||
cc846ca398 | |||
c5b9426841 | |||
caf09f6f2c | |||
4c08974cb7 | |||
be362be2cf | |||
ed687200c7 | |||
381355b48e | |||
4e9032ceca | |||
3d3377f34f | |||
7e7e345382 | |||
72dffc8818 | |||
9424938749 | |||
8b6e2dfa70 | |||
6a3aefd900 | |||
85fac43026 | |||
eda59f66a8 | |||
f375d37ff5 | |||
f3b14311d9 | |||
9a8fb3f128 | |||
3caf7fe944 | |||
c8ad2d7ea0 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:618dc0be301d24b7fc8ad2eda52bd3323b9ed71cc4c6ddb67f6a333755834416
|
||||
size 6282242
|
3
jacktrip-2.3.0.tar.gz
Normal file
3
jacktrip-2.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a3f2fa8c4698fb1a9d4256003521655f2b2b6cd63a6cdb10031be21e83ee0bb
|
||||
size 6288215
|
@@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 13:23:19 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Dropped intree library rtaudio
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 15:48:05 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to 2.3.0:
|
||||
* Updating help links to point to support.jacktrip.com
|
||||
* Updating PLC to run using peer instead of local FPP
|
||||
* Updating "Manage" button when browsing studios to go to dashboard
|
||||
* Fixing truncation of invite copied tooltip message
|
||||
* Adding learn more buttons to recommendation screens
|
||||
* plc meld with peer fpp
|
||||
* Few more tweaks for plc meld
|
||||
* Various qt upgrade related things
|
||||
* Upgrading qt versions for various releases
|
||||
* Updates for PLC variable headroom calculations
|
||||
* Conditionally use a PLC worker thread when predictions take too long
|
||||
* Feature/plc auto worker merge fix
|
||||
* Fix name of windows cicd job
|
||||
* Start P2P server on system without IPv6 support
|
||||
* Improve error logging for cli application
|
||||
* Using only 1 packet in the past for PLC if peer FPP >= 512
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 08:14:20 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to 2.2.5:
|
||||
* (fixed) VS Mode only admins could join new sessions starting up
|
||||
* (fixed) VS Mode only ask for feedback if you've joined a session
|
||||
* (updated) VS Mode updates to support self hosted virtual studios
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 20:02:03 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to 2.2.4:
|
||||
* Defer checks for JACK libraries until opening audio interface
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 08:11:51 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to 2.2.3:
|
||||
* Updating domain name for virtual studio endpoints
|
||||
* Adding files for building a docker image
|
||||
* Use correct number of channels for the selected CoreAudio stream
|
||||
* Optimized image layers for docker container image
|
||||
* Blacklisting Generic Low Latency ASIO Driver
|
||||
* Don't send ping data in heartbeats until after vsPinger has started
|
||||
* Prevent server crash by ensuring ports are closed before reuse
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 10 15:13:31 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
@@ -18,14 +18,13 @@
|
||||
|
||||
|
||||
Name: jacktrip
|
||||
Version: 2.2.2
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Multi-machine network music performance over the Internet
|
||||
License: GPL-3.0-only AND MIT AND LGPL-3.0-only
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
URL: https://github.com/jcacerec/jacktrip
|
||||
Source0: https://github.com/jcacerec/jacktrip/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: https://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-6.0.1.tar.gz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: help2man
|
||||
BuildRequires: meson
|
||||
@@ -48,6 +47,7 @@ BuildRequires: pkgconfig(Qt6WebSockets)
|
||||
BuildRequires: pkgconfig(Qt6Widgets)
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(jack)
|
||||
BuildRequires: pkgconfig(rtaudio)
|
||||
|
||||
%description
|
||||
JackTrip is a system used for multi-machine network performance over the
|
||||
@@ -57,14 +57,10 @@ audio signal streaming.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
pushd externals
|
||||
tar xf %{_sourcedir}/rtaudio-6.0.1.tar.gz -C rtaudio
|
||||
popd
|
||||
|
||||
%build
|
||||
mv build .build
|
||||
# disable git submodule as we locally provide the library
|
||||
%meson -Drtaudio=disabled
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42d29cc2b5fa378ba3a978faeb1885a0075acf0fecb5ee50f0d76f6c7d8ab28c
|
||||
size 818405
|
Reference in New Issue
Block a user