add more optdepends

This commit is contained in:
npil 2025-10-17 18:00:11 +01:00
parent a1a52c52b2
commit f9a93cd304
2 changed files with 8 additions and 3 deletions

View file

@ -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

View file

@ -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