[arch-commits] Commit in easyeffects/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Justin Kromlinger hashworks at gemini.archlinux.org
Tue Aug 9 10:40:24 UTC 2022


    Date: Tuesday, August 9, 2022 @ 10:40:24
  Author: hashworks
Revision: 1263515

archrelease: copy trunk to staging-x86_64

Added:
  easyeffects/repos/staging-x86_64/PKGBUILD
    (from rev 1263514, easyeffects/trunk/PKGBUILD)
Deleted:
  easyeffects/repos/staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 10:40:20 UTC (rev 1263514)
+++ PKGBUILD	2022-08-09 10:40:24 UTC (rev 1263515)
@@ -1,34 +0,0 @@
-# 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
-}

Copied: easyeffects/repos/staging-x86_64/PKGBUILD (from rev 1263514, easyeffects/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-09 10:40:24 UTC (rev 1263515)
@@ -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