summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGimmeapill2023-01-22 20:14:03 +0100
committerGimmeapill2023-01-22 20:14:03 +0100
commitb174b94c2b9aabb02112fbb8ec95b7d98bf46292 (patch)
treee2ff5699ef5c1a0694ac77e14890e0ffb69f8ed4
parent280b3a2e06a0fa9db5ad72e9d6949b2fa9c01cd9 (diff)
downloadaur-b174b94c2b9aabb02112fbb8ec95b7d98bf46292.tar.gz
dependency cleanup
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09d4ea442026..2d153e88b9d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,18 +18,15 @@ pkgbase = guitarix.vst-git
makedepends = sassc
makedepends = pkgconfig
makedepends = webkit2gtk
+ makedepends = debugedit
depends = guitarix
depends = jack
- depends = gtkmm3
- depends = liblo
depends = liblrdf
depends = libsndfile
depends = lilv
- depends = bluez-libs
depends = boost-libs
- depends = zita-convolver
- depends = zita-resampler
- depends = ttf-roboto
+ optdepends = vst3-host: for VST3 plugins
+ optdepends = gxplugins.lv2: for Guitarix LV2 plugins
provides = guitarix.vst
source = guitarix.vst::git+https://github.com/brummer10/guitarix.vst
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9748af2e7a51..a57d88105ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,12 @@ arch=('x86_64')
url="https://github.com/brummer10/guitarix.vst"
license=('GPL3')
groups=('vst-plugins' 'pro-audio')
-depends=('guitarix' 'jack' 'gtkmm3' 'liblo' 'liblrdf' 'libsndfile' 'lilv' 'bluez-libs' 'boost-libs'
-'zita-convolver' 'zita-resampler' 'ttf-roboto')
-makedepends=('git' 'boost' 'eigen' 'gperf' 'intltool' 'ladspa' 'lv2' 'waf' 'sassc' 'pkgconfig' 'webkit2gtk')
+depends=('guitarix' 'jack' 'liblrdf' 'libsndfile' 'lilv' 'boost-libs')
+makedepends=('git' 'boost' 'eigen' 'gperf' 'intltool' 'ladspa' 'lv2' 'waf' 'sassc' 'pkgconfig' 'webkit2gtk' 'debugedit')
+optdepends=(
+ 'vst3-host: for VST3 plugins'
+ 'gxplugins.lv2: for Guitarix LV2 plugins'
+)
provides=('guitarix.vst')
source=("${pkgname%-*}::git+https://github.com/brummer10/guitarix.vst")
md5sums=('SKIP')