2021-08-28 20:06:38 +02:00
|
|
|
# Description: Audio Effects for Pulseaudio Applications
|
|
|
|
# URL: https://github.com/wwmm/easyeffects
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2022-11-06 12:54:40 +00:00
|
|
|
# Depends on: appstream-glib desktop-file-utils fmt gsl gtk4 libadwaita libbs2b libebur128 libsigc++ lilv nlohmann-json onetbb pipewire rnnoise rubberband speex speexdsp zita-convolver
|
2021-09-21 09:14:47 +02:00
|
|
|
# Optional: calf desktop-file-utils mda-lv2 vamp-plugin-sdk zam-plugins
|
2021-08-28 20:06:38 +02:00
|
|
|
|
|
|
|
name=easyeffects
|
2023-02-27 19:16:01 +01:00
|
|
|
version=7.0.1
|
2021-08-28 20:06:38 +02:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/wwmm/easyeffects/archive/v$version/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
meson setup easyeffects-$version build \
|
|
|
|
--prefix=/usr \
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
--buildtype plain \
|
2021-09-18 12:54:19 +02:00
|
|
|
--wrap-mode nodownload \
|
2021-08-28 20:06:38 +02:00
|
|
|
-D b_lto=true \
|
|
|
|
-D b_pie=true
|
|
|
|
meson compile -C build
|
|
|
|
DESTDIR=$PKG meson install -C build
|
2021-09-21 09:14:47 +02:00
|
|
|
|
2021-08-28 20:06:38 +02:00
|
|
|
rm -fr $PKG/usr/share/{locale,help}
|
|
|
|
}
|