[arch-commits] Commit in pulseeffects/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Sep 18 02:34:42 UTC 2018


    Date: Tuesday, September 18, 2018 @ 02:34:42
  Author: foutrelis
Revision: 382864

archrelease: copy trunk to community-staging-x86_64

Added:
  pulseeffects/repos/community-staging-x86_64/
  pulseeffects/repos/community-staging-x86_64/PKGBUILD
    (from rev 382863, pulseeffects/trunk/PKGBUILD)

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

Copied: pulseeffects/repos/community-staging-x86_64/PKGBUILD (from rev 382863, pulseeffects/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-09-18 02:34:42 UTC (rev 382864)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Wellington <wellingtonwallace at gmail.com>
+
+pkgname=pulseeffects
+pkgver=4.3.4
+pkgrel=3
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 'gst-plugins-bad'
+        'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool'
+             'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+            'zam-plugins: maximizer'
+            'rubberband: pitch shifting'
+            'mda.lv2: loudness')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('0d39282b5d07ab645b893fba5efbd625a46471ecb1bbbe093a334c92495e3cb6')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+



More information about the arch-commits mailing list