Date: Tuesday, June 7, 2022 @ 15:54:49 Author: dvzrv Revision: 1228493
archrelease: copy trunk to community-x86_64 Added: samplv1/repos/community-x86_64/PKGBUILD (from rev 1228492, samplv1/trunk/PKGBUILD) Deleted: samplv1/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 84 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-06-07 15:54:38 UTC (rev 1228492) +++ PKGBUILD 2022-06-07 15:54:49 UTC (rev 1228493) @@ -1,42 +0,0 @@ -# Maintainer: David Runge <dv...@archlinux.org> -# Contributor: speps <speps at aur dot archlinux dot org> - -pkgname=samplv1 -pkgver=0.9.25 -pkgrel=2 -pkgdesc="Polyphonic sampler synthesizer with stereo fx" -arch=(x86_64) -url="https://samplv1.sourceforge.io/" -license=(GPL2) -groups=(lv2-plugins pro-audio) -depends=(gcc-libs glibc hicolor-icon-theme lv2-host qt6-base qt6-svg) -makedepends=(alsa-lib cmake jack liblo libsndfile lv2 qt6-tools) -optdepends=( - 'alsa-lib: for standalone application' - 'jack: for standalone application' - 'liblo: for standalone application' - 'new-session-manager: for session management using the standalone application' - 'qt6-wayland: for native wayland support' -) -options=(debug) -source=(https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha512sums=('7e978407fa644f7e0b9d427cbcf95a6b16287129a043a0e40f69f009b4bf7ede50d88045a0f33a4abc9d05f48c2ad5939467d0d5b6df89d0b6aabd543e666ff3') -b2sums=('a760b8fbbf959eb90208ba0504a350c290b675b28fe579c5f1c10d2a6c2373b5b47e1267512071236c23272008f0472532a63a080c8c1d427a3513ef25ca0818') - -build() { - cmake -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=None \ - -DCONFIG_QT6=ON \ - -Wno-dev \ - -B build \ - -S $pkgname-$pkgver - make VERBOSE=1 -C build -} - -package() { - depends+=(libsndfile.so) - - make VERBOSE=1 DESTDIR="$pkgdir" install -C build - install -vDm 644 $pkgname-$pkgver/{ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/" -} -# vim:set ts=2 sw=2 et: Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 1228492, samplv1/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-06-07 15:54:49 UTC (rev 1228493) @@ -0,0 +1,42 @@ +# Maintainer: David Runge <dv...@archlinux.org> +# Contributor: speps <speps at aur dot archlinux dot org> + +pkgname=samplv1 +pkgver=0.9.26 +pkgrel=1 +pkgdesc="Polyphonic sampler synthesizer with stereo fx" +arch=(x86_64) +url="https://samplv1.sourceforge.io/" +license=(GPL2) +groups=(lv2-plugins pro-audio) +depends=(gcc-libs glibc hicolor-icon-theme lv2-host qt6-base qt6-svg) +makedepends=(alsa-lib cmake jack liblo libsndfile lv2 qt6-tools) +optdepends=( + 'alsa-lib: for standalone application' + 'jack: for standalone application' + 'liblo: for standalone application' + 'new-session-manager: for session management using the standalone application' + 'qt6-wayland: for native wayland support' +) +options=(debug) +source=(https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) +sha512sums=('3749c65aa4266d3508c45ec409df157f5d75864becc6ea5b5cf7af87f1ed817dc0f6f14779811a7e5f9a43f5f8565671c1a5598bcc01052b502c4c1f22169e93') +b2sums=('7d7bde35d61f175eda552a17a03a11dca9a3db5ebe5e4430eae3dad7dfd5d4414fb23439e393d32ac5d44e629e9fa50f67213ae6b20c30319f5cb31c4a1e0c58') + +build() { + cmake -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=None \ + -DCONFIG_QT6=ON \ + -Wno-dev \ + -B build \ + -S $pkgname-$pkgver + make VERBOSE=1 -C build +} + +package() { + depends+=(libsndfile.so) + + make VERBOSE=1 DESTDIR="$pkgdir" install -C build + install -vDm 644 $pkgname-$pkgver/{ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/" +} +# vim:set ts=2 sw=2 et: