[arch-commits] Commit in pulseeffects/repos/community-x86_64 (PKGBUILD PKGBUILD)

Justin Kromlinger hashworks at archlinux.org
Mon Mar 1 16:23:51 UTC 2021


    Date: Monday, March 1, 2021 @ 16:23:51
  Author: hashworks
Revision: 876404

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
    (from rev 876403, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-01 16:23:44 UTC (rev 876403)
+++ PKGBUILD	2021-03-01 16:23:51 UTC (rev 876404)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Contributor: Wellington <wellingtonwallace at gmail.com>
-
-pkgname=pulseeffects
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugin-gtk' 'gst-plugins-bad'
-         'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 'zita-convolver' 'libebur128'
-         'calf' 'lsp-plugins' 'yelp' 'libpipewire-0.3.so')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
-             'zam-plugins' 'rubberband' 'pipewire')
-optdepends=('zam-plugins: maximizer'
-            'rubberband: pitch shifting')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f43e1ad22d243689b94d840dd71046079ff806a42606184918e2a28bc6a287d40e709a43abc51e4ea5ea36e99963db43486206a122cc89fe533afe1f9ee54e2f')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 876403, pulseeffects/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-01 16:23:51 UTC (rev 876404)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Justin Kromlinger <hashworks at archlinux.org>
+# Contributor: Wellington <wellingtonwallace at gmail.com>
+# Contributor: robertfoster
+
+pkgname=pulseeffects
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications over Pipewire'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('boost-libs' 'calf' 'glibmm' 'gst-plugin-gtk' 'gst-plugin-pipewire'
+         'gst-plugins-bad' 'gst-plugins-base' 'gstreamer' 'gtk3'
+         'gtkmm3' 'libebur128' 'libsamplerate' 'libsigc++' 'libsndfile' 'lilv'
+         'lsp-plugins' 'pipewire' 'pipewire-pulse' 'yelp' 'zita-convolver' 'rnnoise')
+makedepends=('appstream-glib' 'boost' 'itstool' 'meson' 'rubberband' 'zam-plugins')
+optdepends=('zam-plugins: maximizer'
+            'rubberband: pitch shifting')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('5cd8fe334766e3f939998c37651444da516e3eaf83841c34504d77dacee7f2e00653abb427e7ef7d909755b468689bc419697d97245ba906589df4b9d3cc5b83')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list