mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/x42-plugins to 20190507-1
This commit is contained in:
parent
c128acda3f
commit
54d789e67c
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue