Date: Tuesday, February 28, 2023 @ 09:44:19
Author: hashworks
Revision: 1405588
archrelease: copy trunk to community-testing-x86_64
Added:
easyeffects/repos/community-testing-x86_64/
easyeffects/repos/community-testing-x86_64/PKGBUILD
(from rev 1405587, easyeffects/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: easyeffects/repos/community-testing-x86_64/PKGBUILD (from rev 1405587,
easyeffects/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2023-02-28 09:44:19 UTC (rev 1405588)
@@ -0,0 +1,38 @@
+# Maintainer: Filipe LaĆns (FFY00) <[email protected]>
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Maintainer: Justin Kromlinger <[email protected]>
+# Contributor: Wellington <[email protected]>
+# Contributor: robertfoster
+
+pkgname=easyeffects
+pkgver=7.0.1
+pkgrel=2
+pkgdesc='Audio Effects for Pipewire applications'
+arch=('x86_64')
+url='https://github.com/wwmm/easyeffects'
+license=('GPL3')
+depends=('fftw' 'libfmt.so' 'gsl' 'gtk4' 'libadwaita-1.so'
+ 'libbs2b.so' 'libebur128' 'libsamplerate.so'
+ 'libsigc-3.0.so' 'libsndfile.so' 'liblilv-0.so'
+ 'pipewire' 'rnnoise' 'librubberband.so'
+ 'speexdsp' 'tbb' 'zita-convolver')
+makedepends=('appstream-glib' 'itstool' 'meson' 'nlohmann-json' 'speex' 'lv2')
+optdepends=(
+ 'calf: limiter, exciter, bass enhancer and others'
+ 'lsp-plugins-lv2: equalizer, compressor, delay, loudness'
+ 'zam-plugins-lv2: maximizer'
+ 'mda.lv2: bass loudness plugin'
+ 'yelp: in-app help'
+)
+replaces=('pulseeffects')
+source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
+sha512sums=('6eec2020fd91e793caf9fca45eb51e7efc1c59f2bb0d4aca15178a51753258fc1990438eda26b8cb8622b7f51d47d28f184593f238c9ed072f4306be0af3f5a2')
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja install -C build
+}