Date: Sunday, March 22, 2020 @ 19:46:20 Author: ffy00 Revision: 603622
archrelease: copy trunk to community-x86_64 Added: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 603621, pulseeffects/trunk/PKGBUILD) Deleted: pulseeffects/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-03-22 19:46:11 UTC (rev 603621) +++ PKGBUILD 2020-03-22 19:46:20 UTC (rev 603622) @@ -1,36 +0,0 @@ -# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org> -# Contributor: Wellington <wellingtonwall...@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 -} - Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 603621, pulseeffects/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-03-22 19:46:20 UTC (rev 603622) @@ -0,0 +1,36 @@ +# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org> +# Contributor: Wellington <wellingtonwall...@gmail.com> + +pkgname=pulseeffects +pkgver=4.7.2 +pkgrel=1 +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=('f235504ca6edddf7a18f2c909ba58578a3d70e6fdab5ad0882f831c9d148f4fd35d0e55617305d787feefdba7a7544e1a72dac3dbc0e03bb9183e0937cdeaef2') + +build() { + mkdir -p $pkgname-$pkgver/build + cd $pkgname-$pkgver/build + + arch-meson .. + + ninja +} + +package() { + cd $pkgname-$pkgver/build + + DESTDIR="$pkgdir" ninja install +} +