From 54d789e67cccbcf6e9d447cd306ce757b760371d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 8 May 2019 00:04:18 +0000 Subject: [PATCH] community/x42-plugins to 20190507-1 --- community/x42-plugins/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/community/x42-plugins/PKGBUILD b/community/x42-plugins/PKGBUILD index 01eb170ae..341bd1cf7 100644 --- a/community/x42-plugins/PKGBUILD +++ b/community/x42-plugins/PKGBUILD @@ -5,21 +5,22 @@ # - export OPTIMIZATIONS to override Makefiles without x86isms pkgname=x42-plugins -pkgver=20190413 +pkgver=20190507 pkgrel=1 pkgdesc="Collection of LV2 plugins" arch=('x86_64') url="https://github.com/x42/x42-plugins" license=('GPL') -depends=('ftgl' 'glib2' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver') +depends=('ftgl' 'jack' 'liblo' 'libltc' 'pango' 'zita-convolver') makedepends=('gendesk' 'gtk2' 'help2man' 'lv2' 'ttf-dejavu') groups=('lv2-plugins' 'pro-audio') source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz") -sha512sums=('c41eb90ca5d5a746d55f7c1327ecfe58131318be5496c07638b6a891c8060e23fd666d2c3c5227a2a67f9eef8e1713038c65d9a38c5479d92426b930485e979e') +sha512sums=('f3f133bf3244e3870102164efa5f16d556c756c99c41f07a738c936afc56084e0ea68d1a4c050bab935fd4dc439241d2050144fbb428d3f973527098cdabf3e0') prepare() { cd "${pkgname}-${pkgver}" declare -A comments=( + ["darc"]="A general purpose audio signal compressor" ["dpl1"]="Look-ahead digital peak limiter intended but not limited to the final step of mastering or mixing" ["fat1"]="Auto-tuner based on Fons Adriaensen's zita-at1" ["fil4"]="4 band parametric equalizer with additional low+high shelf filters, Low and High-pass" @@ -29,6 +30,7 @@ prepare() { ["stepseq"]="Simple step sequencer for moddevices.com" ) declare -A generic=( + ["darc"]="Dynamic Audio Range Compressor" ["dpl1"]="Peak Limiter" ["fat1"]="Auto Tune" ["fil4"]="Parametric Equalizer"