[arch-commits] Commit in easyeffects/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Wed Jul 7 12:39:31 UTC 2021


    Date: Wednesday, July 7, 2021 @ 12:39:31
  Author: freswa
Revision: 975165

move rubberband dependency from optional to required

fixes FS#71461

Modified:
  easyeffects/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-07 12:33:49 UTC (rev 975164)
+++ PKGBUILD	2021-07-07 12:39:31 UTC (rev 975165)
@@ -6,17 +6,17 @@
 
 pkgname=easyeffects
 pkgver=6.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Audio Effects for Pipewire applications'
 arch=('x86_64')
 url='https://github.com/wwmm/easyeffects'
 license=('GPL3')
 depends=('libglibmm-2.68.so' 'gtk4' 'gtkmm-4.0' 'libebur128' 'libbs2b.so'
-         'libsamplerate.so' 'libsigc-3.0.so' 'libsndfile.so' 'liblilv-0.so'
-         'lsp-plugins' 'libpipewire-0.3.so' 'rnnoise' 'zita-convolver')
-makedepends=('appstream-glib' 'itstool' 'lv2' 'meson' 'nlohmann-json' 'rubberband' 'zam-plugins')
-optdepends=('zam-plugins: maximizer'
-            'rubberband: pitch shifting')
+         'librubberband.so' 'libsamplerate.so' 'libsigc-3.0.so' 'libsndfile.so'
+         'liblilv-0.so' 'lsp-plugins' 'libpipewire-0.3.so' 'rnnoise' 'rubberband'
+         'zita-convolver')
+makedepends=('appstream-glib' 'itstool' 'lv2' 'meson' 'nlohmann-json' 'zam-plugins')
+optdepends=('zam-plugins: maximizer')
 replaces=('pulseeffects')
 source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
 sha512sums=('d05f3ae6e28e610a9281dd8e5d05be91a9bb27043f8dd26698fdfd104604c20f02b8e5f595917d5d29ca4ec72a3b9038fc4fb1795081213cf88a07e61e1291c9')




More information about the arch-commits mailing list