Date: Thursday, May 4, 2023 @ 10:22:27
Author: arojas
Revision: 1458748
archrelease: copy trunk to community-staging-x86_64
Added:
easyeffects/repos/community-staging-x86_64/
easyeffects/repos/community-staging-x86_64/PKGBUILD
(from rev 1458747, easyeffects/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: easyeffects/repos/community-staging-x86_64/PKGBUILD (from rev 1458747,
easyeffects/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2023-05-04 10:22:27 UTC (rev 1458748)
@@ -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.4
+pkgrel=1
+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=('0d9b51d329ad207b0df42dc0b7285900441df9f6f96c1119571a10376ca148ecc0b74e2372f5aa334cf38be60386d8479cb93bb3e5c1b76c29a305debd9ba5eb')
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja install -C build
+}