summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBleuzen2019-02-13 19:45:50 +0100
committerBleuzen2019-02-13 19:45:50 +0100
commitafb24923d71bebf1faf7ab9ae580e03fba08f361 (patch)
treea9c585c1eac3f3da9fd85103f558a69bd1a5fd29
parent0cf8aa656990263d04144f453c06554e398cf129 (diff)
downloadaur-afb24923d71bebf1faf7ab9ae580e03fba08f361.tar.gz
make lsp-plugins an optional dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d77ece905bac..49949616405b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pulseeffects-git
pkgdesc = Audio Effects for Pulseaudio Applications
- pkgver = 4.4.7.r134.g17c1306d
+ pkgver = 4.5.0.r23.g7e3852cf
pkgrel = 1
url = https://github.com/wwmm/pulseeffects
arch = x86_64
@@ -32,10 +32,10 @@ pkgbase = pulseeffects-git
depends = libsamplerate
depends = zita-convolver
depends = libebur128
- depends = lsp-plugins
optdepends = calf: limiter, compressor exciter, bass enhancer and others
optdepends = zam-plugins: maximizer
optdepends = rubberband: pitch shifting
+ optdepends = lsp-plugins: equalizer, delay
optdepends = mda.lv2: loudness
provides = pulseeffects
conflicts = pulseeffects
diff --git a/PKGBUILD b/PKGBUILD
index a8a84bbe2d26..a9611fe61c64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,20 @@
# Contributor: Wellington <wellingtonwallace@gmail.com>
pkgname=pulseeffects-git
-pkgver=4.4.7.r134.g17c1306d
+pkgver=4.5.0.r23.g7e3852cf
pkgrel=1
pkgdesc='Audio Effects for Pulseaudio Applications'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url='https://github.com/wwmm/pulseeffects'
license=('GPL3')
depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 'gst-plugins-bad'
- 'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 'zita-convolver' 'libebur128' 'lsp-plugins')
+ 'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 'zita-convolver' 'libebur128')
makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
'zam-plugins: maximizer'
'rubberband: pitch shifting'
+ 'lsp-plugins: equalizer, delay'
'mda.lv2: loudness')
source=("git+https://github.com/wwmm/pulseeffects.git")
conflicts=(pulseeffects)