From f9a93cd304eeea5da816cf7b731e3cfe3c49d748 Mon Sep 17 00:00:00 2001 From: npil Date: Fri, 17 Oct 2025 18:00:11 +0100 Subject: [PATCH] add more optdepends --- .SRCINFO | 5 +++-- PKGBUILD | 6 +++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e8a0969faa8f..955c20656093 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -28,7 +28,6 @@ pkgbase = sonic-pi makedepends = cmake makedepends = gendesk makedepends = chrpath - makedepends = qt6-base makedepends = qt6-tools makedepends = ruby-prime makedepends = ruby-erb @@ -42,7 +41,9 @@ pkgbase = sonic-pi depends = qt6-svg depends = qt6-wayland depends = which - optdepends = sox: for further effects + optdepends = jack2: JACK audio server for low-latency audio routing + optdepends = sc3-plugins: additional synthesis UGens for SuperCollider + optdepends = sox: audio processing and sample manipulation source = sonic-pi-4.6.0.tar.gz::https://github.com/sonic-pi-net/sonic-pi/archive/refs/tags/v4.6.0.tar.gz source = sonic-pi-4.6.0-gui_paths.patch source = sonic-pi-4.6.0-ruby_paths.patch diff --git a/PKGBUILD b/PKGBUILD index e6f14c883b89..a49f3d86e8db 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -26,7 +26,11 @@ makedepends=( ruby-prime ruby-erb ruby-rexml ) checkdepends=(ruby-rake) -optdepends=('sox: for further effects') +optdepends=( + 'jack2: JACK audio server for low-latency audio routing' + 'sc3-plugins: additional synthesis UGens for SuperCollider' + 'sox: audio processing and sample manipulation' +) source=( $pkgname-$pkgver.tar.gz::https://github.com/sonic-pi-net/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz $pkgname-$pkgver-gui_paths.patch