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

Felix Yan felixonmars at archlinux.org
Tue Jan 15 12:15:37 UTC 2019


    Date: Tuesday, January 15, 2019 @ 12:15:36
  Author: felixonmars
Revision: 423330

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pulseeffects/repos/community-staging-x86_64/PKGBUILD (from rev 423329, pulseeffects/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-01-15 12:15:36 UTC (rev 423330)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Wellington <wellingtonwallace at gmail.com>
+
+pkgname=pulseeffects
+pkgver=4.4.5
+pkgrel=2
+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' 'appstream-glib'
+             '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")
+sha512sums=('c154de38b97e9db20854a796ff53567aaafaeedc9782265d3298315fde17db4cc72111d6609d472e5ebeee78997bac7fdfaa22ed03bc946d4659bb2737340733')
+
+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