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

Frederik Schwan freswa at archlinux.org
Sat Jun 19 16:49:36 UTC 2021


    Date: Saturday, June 19, 2021 @ 16:49:35
  Author: freswa
Revision: 965542

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-19 16:49:32 UTC (rev 965541)
+++ PKGBUILD	2021-06-19 16:49:35 UTC (rev 965542)
@@ -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.3
-pkgrel=2
-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=('e9a969b7661e8daca84f5406dafba59a3cbf036f3b8a8893320574ed56465537454d2c854a7053c7f425728342776e9156ebcae8fa2b07bc5bfca04d04356dfd')
-
-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 965541, pulseeffects/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-19 16:49:35 UTC (rev 965542)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Justin Kromlinger <hashworks at archlinux.org>
+# Contributor: Wellington <wellingtonwallace at gmail.com>
+# Contributor: robertfoster
+
+pkgname=pulseeffects
+pkgver=5.0.4
+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=("${url}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
+sha512sums=('db40291351e6da79d87d372b06734e0129df7640da90ccf3cb3564f58130c9d8d35cbb854d53878773c37811649f17141e2a40b2ba670fdaf1b2e12138f694a6')
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja install -C build
+}



More information about the arch-commits mailing list