Date: Tuesday, June 16, 2020 @ 23:33:51 Author: ffy00 Revision: 646273
archrelease: copy trunk to community-x86_64 Added: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 646272, pulseeffects/trunk/PKGBUILD) Deleted: pulseeffects/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-06-16 23:33:40 UTC (rev 646272) +++ PKGBUILD 2020-06-16 23:33:51 UTC (rev 646273) @@ -1,36 +0,0 @@ -# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org> -# Contributor: Wellington <wellingtonwall...@gmail.com> - -pkgname=pulseeffects -pkgver=4.7.2 -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-plugin-gtk' '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 -} - Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 646272, pulseeffects/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-06-16 23:33:51 UTC (rev 646273) @@ -0,0 +1,36 @@ +# Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org> +# Contributor: Wellington <wellingtonwall...@gmail.com> + +pkgname=pulseeffects +pkgver=4.7.3 +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-plugin-gtk' '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=('0170ae0fbc3f72120545657ad7013f81afb40a96224c690c41206b91ae7ac2637f17b19238ef7d8a9f21a361cb9e76a0e2bf83e84d1404cc69733e7ad156c3f4') + +build() { + mkdir -p $pkgname-$pkgver/build + cd $pkgname-$pkgver/build + + arch-meson .. + + ninja +} + +package() { + cd $pkgname-$pkgver/build + + DESTDIR="$pkgdir" ninja install +} +