diff options
author | OSAMC | 2024-04-26 17:06:45 +0000 |
---|---|---|
committer | Christopher Arndt | 2024-04-26 17:06:45 +0000 |
commit | 00ca1c86ba9bd40f70813d282e09f8d7a11b19a6 (patch) | |
tree | 7af62c19f830d5b8cbf943a70f2675c4df45387b /.SRCINFO | |
parent | a906fcd9647ffe5889ac40112f98d1655f8f51e7 (diff) | |
download | aur-00ca1c86ba9bd40f70813d282e09f8d7a11b19a6.tar.gz |
fix: more 'ykchorus' package fixes (#414)
* Update package description
* Add missing dependencies
* Don't compile in fallback audio drivers
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = ykchorus - pkgdesc = A stereo dual-chorus audio effect LV2, LADSPA and VST2 plugin and JACK application + pkgdesc = A stereo dual-chorus audio effect CLAP/LADSPA/LV2/VST2/VST3 plugin and JACK application pkgver = 0.2.4 - pkgrel = 2 + pkgrel = 3 url = https://github.com/SpotlightKid/ykchorus arch = x86_64 arch = aarch64 @@ -14,8 +14,14 @@ pkgbase = ykchorus license = GPL-2.0-only checkdepends = kxstudio-lv2-extensions checkdepends = lv2lint + makedepends = dbus depends = gcc-libs + depends = glibc depends = libglvnd + depends = libx11 + depends = libxcursor + depends = libxext + depends = libxrandr optdepends = jack: for stand-alone JACK client program optdepends = clap-host: for CLAP plugin optdepends = ladspa-host: for LADSPA plugin @@ -26,3 +32,11 @@ pkgbase = ykchorus sha256sums = 1dfd5981c52e5567eea15b43961f6bd3a88a96c0e8eabd9f56d823d24edb3970 pkgname = ykchorus + depends = gcc-libs + depends = glibc + depends = libglvnd + depends = libx11 + depends = libxcursor + depends = libxext + depends = libxrandr + depends = libdbus-1.so |