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

Justin Kromlinger hashworks at archlinux.org
Thu Mar 18 19:15:57 UTC 2021


    Date: Thursday, March 18, 2021 @ 19:15:57
  Author: hashworks
Revision: 894493

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 19:15:52 UTC (rev 894492)
+++ PKGBUILD	2021-03-18 19:15:57 UTC (rev 894493)
@@ -1,36 +0,0 @@
-# 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
-}

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 894492, pulseeffects/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-18 19:15:57 UTC (rev 894493)
@@ -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.2
+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=('3cbfcc82c4ed052301d3f700e897a99bacc1a1c66000d2c837ebdb0516c914071fed9334bba917956aeb2b37784ea06054461aef5da95688ea74247311d09300')
+
+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