mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-09 10:42:12 +01:00
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
|
pkgname=easyeffects
|
|
pkgver=7.1.3
|
|
pkgrel=0
|
|
pkgdesc="audio plugins for PipeWire applications"
|
|
url="https://github.com/wwmm/easyeffects"
|
|
# s390x: blocked by pipewire
|
|
arch="all !s390x"
|
|
license="GPL-3.0-or-later"
|
|
install="$pkgname.post-install"
|
|
depends="lv2"
|
|
makedepends="
|
|
appstream-glib-dev
|
|
desktop-file-utils
|
|
fftw-dev
|
|
fmt-dev
|
|
gsl-dev
|
|
gtk4.0-dev
|
|
itstool
|
|
libadwaita-dev
|
|
libbs2b-dev
|
|
libebur128-dev
|
|
libsamplerate-dev
|
|
libsigc++3-dev
|
|
libsndfile-dev
|
|
lilv-dev
|
|
lv2-dev
|
|
meson
|
|
ladspa-dev
|
|
nlohmann-json
|
|
onetbb-dev
|
|
pipewire-dev
|
|
rnnoise-dev
|
|
soundtouch-dev
|
|
speexdsp-dev
|
|
zita-convolver-dev
|
|
"
|
|
subpackages="$pkgname-doc $pkgname-lang"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/wwmm/easyeffects/archive/refs/tags/v$pkgver.tar.gz"
|
|
options="!check" # no testsuite
|
|
|
|
build() {
|
|
abuild-meson . build
|
|
meson compile -C build
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C build
|
|
}
|
|
|
|
sha512sums="
|
|
9e277b0c432f5015b33d4ac6961d5eec4cbf498dd2e947d231a9c13d8c7b7680f7ded7bf3d55d2c72ebf46de94308447a0b1e3b8cbbb13ce96c3a79bf027ffa3 easyeffects-7.1.3.tar.gz
|
|
"
|