mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
add more optdepends
This commit is contained in:
parent
a1a52c52b2
commit
f9a93cd304
2 changed files with 8 additions and 3 deletions
5
.SRCINFO
5
.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
|
||||
|
|
|
|||
6
PKGBUILD
6
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue