[arch-commits] Commit in easyeffects/repos (2 files)
Frederik Schwan
freswa at archlinux.org
Wed Jul 7 10:46:49 UTC 2021
Date: Wednesday, July 7, 2021 @ 10:46:49
Author: freswa
Revision: 974413
archrelease: copy trunk to community-testing-x86_64
Added:
easyeffects/repos/community-testing-x86_64/
easyeffects/repos/community-testing-x86_64/PKGBUILD
(from rev 974412, easyeffects/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: easyeffects/repos/community-testing-x86_64/PKGBUILD (from rev 974412, easyeffects/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2021-07-07 10:46:49 UTC (rev 974413)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+# Contributor: Wellington <wellingtonwallace at gmail.com>
+# Contributor: robertfoster
+
+pkgname=easyeffects
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='Audio Effects for Pipewire applications'
+arch=('x86_64')
+url='https://github.com/wwmm/easyeffects'
+license=('GPL3')
+depends=('libglibmm-2.68.so' 'gtk4' 'gtkmm-4.0' 'libebur128' 'libbs2b.so'
+ 'libsamplerate.so' 'libsigc-3.0.so' 'libsndfile.so' 'liblilv-0.so'
+ 'lsp-plugins' 'libpipewire-0.3.so' 'rnnoise' 'zita-convolver')
+makedepends=('appstream-glib' 'itstool' 'lv2' 'meson' 'nlohmann-json' 'rubberband' 'zam-plugins')
+optdepends=('zam-plugins: maximizer'
+ 'rubberband: pitch shifting')
+replaces=('pulseeffects')
+source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
+sha512sums=('d05f3ae6e28e610a9281dd8e5d05be91a9bb27043f8dd26698fdfd104604c20f02b8e5f595917d5d29ca4ec72a3b9038fc4fb1795081213cf88a07e61e1291c9')
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja install -C build
+}
More information about the arch-commits
mailing list