[arch-commits] Commit in pulseeffects/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Jan 28 03:42:58 UTC 2020
Date: Tuesday, January 28, 2020 @ 03:42:57
Author: foutrelis
Revision: 557145
archrelease: copy trunk to community-staging-x86_64
Added:
pulseeffects/repos/community-staging-x86_64/
pulseeffects/repos/community-staging-x86_64/PKGBUILD
(from rev 557144, pulseeffects/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: pulseeffects/repos/community-staging-x86_64/PKGBUILD (from rev 557144, pulseeffects/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-01-28 03:42:57 UTC (rev 557145)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Wellington <wellingtonwallace at gmail.com>
+
+pkgname=pulseeffects
+pkgver=4.7.1
+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'
+ 'calf' 'lsp-plugins')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('zam-plugins: maximizer'
+ 'rubberband: pitch shifting'
+ 'mda.lv2: loudness')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('19a84986ff49d832147697ed81e793f6f7b22600b4b928cf9efe7db0ed455181547d21b3216d47e4d0ae495ef420ce8392cbef0d1edef0d9d5130a1ad2d89c8f')
+
+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