Date: Thursday, June 6, 2019 @ 09:21:15 Author: dvzrv Revision: 477425
archrelease: copy trunk to community-x86_64 Added: samplv1/repos/community-x86_64/PKGBUILD (from rev 477424, samplv1/trunk/PKGBUILD) Deleted: samplv1/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 70 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-06-06 09:21:10 UTC (rev 477424) +++ PKGBUILD 2019-06-06 09:21:15 UTC (rev 477425) @@ -1,35 +0,0 @@ -# Maintainer: David Runge <d...@sleepmap.de> -# Contributor: speps <speps at aur dot archlinux dot org> - -pkgname=samplv1 -pkgver=0.9.7 -pkgrel=1 -pkgdesc="Polyphonic sampler synthesizer with stereo fx" -arch=('x86_64') -url="https://samplv1.sourceforge.io/" -license=('GPL2') -groups=('lv2-plugins' 'pro-audio' 'vee-one') -depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base') -makedepends=('lv2' 'qt5-tools') -source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('db741f498f5877b2a9357ced9cfc832e703c61fbef6c6650b0af11bb9128d8b55c91867f5792abb37164cb39b8a2cdfb7afd967f61b487fe08fa3372fb20de7d') - -prepare() { - cd "${pkgname}-${pkgver}" - autoreconf -vfi -} - -build() { - cd "${pkgname}-${pkgver}" - ./configure --prefix=/usr \ - --libdir=/usr/lib - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}/" install - install -t "${pkgdir}/usr/share/doc/${pkgname}" \ - -vDm 644 {AUTHORS,ChangeLog,README,TODO} -} -# vim:set ts=2 sw=2 et: Copied: samplv1/repos/community-x86_64/PKGBUILD (from rev 477424, samplv1/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-06-06 09:21:15 UTC (rev 477425) @@ -0,0 +1,35 @@ +# Maintainer: David Runge <d...@sleepmap.de> +# Contributor: speps <speps at aur dot archlinux dot org> + +pkgname=samplv1 +pkgver=0.9.8 +pkgrel=1 +pkgdesc="Polyphonic sampler synthesizer with stereo fx" +arch=('x86_64') +url="https://samplv1.sourceforge.io/" +license=('GPL2') +groups=('lv2-plugins' 'pro-audio' 'vee-one') +depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base') +makedepends=('lv2' 'qt5-tools') +source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") +sha512sums=('c2b8b07717d10d88d28413e2567051bb62eb49e73d73474d9e1fc4add843bf4c617db4e2863a0553b7f9e71bfd7561724619c70eed8f48f44e66099c431d580e') + +prepare() { + cd "${pkgname}-${pkgver}" + autoreconf -vfi +} + +build() { + cd "${pkgname}-${pkgver}" + ./configure --prefix=/usr \ + --libdir=/usr/lib + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}/" install + install -t "${pkgdir}/usr/share/doc/${pkgname}" \ + -vDm 644 {AUTHORS,ChangeLog,README,TODO} +} +# vim:set ts=2 sw=2 et: