Date: Sunday, February 26, 2023 @ 14:32:50
Author: hashworks
Revision: 1405149
archrelease: copy trunk to community-x86_64
Added:
easyeffects/repos/community-x86_64/PKGBUILD
(from rev 1405148, easyeffects/trunk/PKGBUILD)
Deleted:
easyeffects/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-26 14:32:46 UTC (rev 1405148)
+++ PKGBUILD 2023-02-26 14:32:50 UTC (rev 1405149)
@@ -1,38 +0,0 @@
-# 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.0
-pkgrel=2
-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' 'lv2'
- 'pipewire' 'rnnoise' 'librubberband.so'
- 'speexdsp' 'tbb' 'zita-convolver')
-makedepends=('appstream-glib' 'itstool' 'meson' 'nlohmann-json')
-optdepends=(
- 'calf: limiter, exciter, bass enhancer and others'
- 'lsp-plugins: 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=('e7e187f154ce076c8e204c5b54951f21fbfe4cd12408a2024560e7fc3a26e58faa7710dc7ae1e5f26a2fe1cafe9ca42c360b1b05ad1e324f614aaac106277ef3')
-
-build() {
- arch-meson ${pkgname}-${pkgver} build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja install -C build
-}
Copied: easyeffects/repos/community-x86_64/PKGBUILD (from rev 1405148,
easyeffects/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-26 14:32:50 UTC (rev 1405149)
@@ -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.1
+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' 'lv2'
+ 'pipewire' 'rnnoise' 'librubberband.so'
+ 'speexdsp' 'tbb' 'zita-convolver')
+makedepends=('appstream-glib' 'itstool' 'meson' 'nlohmann-json' 'speex')
+optdepends=(
+ 'calf: limiter, exciter, bass enhancer and others'
+ 'lsp-plugins: 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=('6eec2020fd91e793caf9fca45eb51e7efc1c59f2bb0d4aca15178a51753258fc1990438eda26b8cb8622b7f51d47d28f184593f238c9ed072f4306be0af3f5a2')
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja install -C build
+}