[arch-commits] Commit in easyeffects/repos (2 files)

Justin Kromlinger hashworks at gemini.archlinux.org
Tue Aug 9 10:42:56 UTC 2022


    Date: Tuesday, August 9, 2022 @ 10:42:55
  Author: hashworks
Revision: 1263516

archrelease: copy trunk to community-staging-x86_64

Added:
  easyeffects/repos/community-staging-x86_64/
  easyeffects/repos/community-staging-x86_64/PKGBUILD
    (from rev 1263515, easyeffects/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: easyeffects/repos/community-staging-x86_64/PKGBUILD (from rev 1263515, easyeffects/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-08-09 10:42:55 UTC (rev 1263516)
@@ -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.2.8
+pkgrel=2
+pkgdesc='Audio Effects for Pipewire applications'
+arch=('x86_64')
+url='https://github.com/wwmm/easyeffects'
+license=('GPL3')
+depends=('calf' 'gtk4' 'libebur128' 'libbs2b.so'
+         'librubberband.so' 'libsamplerate.so' 'libsigc-3.0.so' 'libsndfile.so'
+         'liblilv-0.so' 'lsp-plugins' 'pipewire-pulse' 'rnnoise' 'rubberband'
+         'tbb' 'zita-convolver' 'libadwaita-1.so' 'libfmt.so')
+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=('8a306308e783ed19fd5380a6b8d1e0ddba1400bca3447ddbf2954355f6d74229d0e750e5ce50b19c9ad1979ee88cda6ad4d1b2549eef7bb88cd29b6dc96dc33b')
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja install -C build
+}



More information about the arch-commits mailing list