[arch-commits] Commit in easyeffects/repos (2 files)
Frederik Schwan
freswa at gemini.archlinux.org
Tue Nov 23 10:07:10 UTC 2021
Date: Tuesday, November 23, 2021 @ 10:07:09
Author: freswa
Revision: 1054440
archrelease: copy trunk to community-staging-x86_64
Added:
easyeffects/repos/community-staging-x86_64/
easyeffects/repos/community-staging-x86_64/PKGBUILD
(from rev 1054439, easyeffects/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: easyeffects/repos/community-staging-x86_64/PKGBUILD (from rev 1054439, easyeffects/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-11-23 10:07:09 UTC (rev 1054440)
@@ -0,0 +1,34 @@
+# 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.1.5
+pkgrel=2
+pkgdesc='Audio Effects for Pipewire applications'
+arch=('x86_64')
+url='https://github.com/wwmm/easyeffects'
+license=('GPL3')
+depends=('calf' 'libglibmm-2.68.so' 'gtk4' 'gtkmm-4.0' 'libebur128' 'libbs2b.so'
+ 'librubberband.so' 'libsamplerate.so' 'libsigc-3.0.so' 'libsndfile.so'
+ 'liblilv-0.so' 'lsp-plugins' 'libpipewire-0.3.so' 'rnnoise' 'rubberband'
+ 'tbb' 'zita-convolver')
+makedepends=('appstream-glib' 'itstool' 'lv2' 'meson' 'nlohmann-json' 'zam-plugins')
+optdepends=(
+ 'zam-plugins: maximizer'
+ 'mda.lv2: bass loudness plugin'
+)
+replaces=('pulseeffects')
+source=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
+sha512sums=('0f4505e429416186f3af4338c1c7b5afac0f0ec343749bd9bcc8cf222349b2cb25714de493236c57b1dd60dfcc3e1359cab15cdeabb661f4cb20591b518f70a6')
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja install -C build
+}
More information about the arch-commits
mailing list