Date: Tuesday, August 13, 2013 @ 05:21:30 Author: speps Revision: 95491
archrelease: copy trunk to community-i686, community-x86_64 Added: pvoc/repos/community-i686/ pvoc/repos/community-i686/PKGBUILD (from rev 95490, pvoc/trunk/PKGBUILD) pvoc/repos/community-x86_64/ pvoc/repos/community-x86_64/PKGBUILD (from rev 95490, pvoc/trunk/PKGBUILD) ---------------------------+ community-i686/PKGBUILD | 27 +++++++++++++++++++++++++++ community-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) Copied: pvoc/repos/community-i686/PKGBUILD (from rev 95490, pvoc/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-08-13 03:21:30 UTC (rev 95491) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer : speps <speps at aur dot archlinux dot org> + +pkgname=pvoc +pkgver=0.1.12 +pkgrel=1 +pkgdesc="LADSPLA plugins and a tool for time compression/expansion using phase-vocoding" +arch=('i686' 'x86_64') +url="http://quitte.de/dsp/pvoc.html" +license=('GPL') +groups=('ladspa-plugins') +depends=('ladspa' 'fftw' 'libsndfile') +source=("http://quitte.de/dsp/pvoc_$pkgver.tar.gz") +md5sums=('6171b97e0d8aa5545c780d4f8dc15167') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX="$pkgdir/usr" \ + MAN1DEST="$pkgdir/usr/share/man/man1" install +} + +# vim:set ts=2 sw=2 et: Copied: pvoc/repos/community-x86_64/PKGBUILD (from rev 95490, pvoc/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2013-08-13 03:21:30 UTC (rev 95491) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer : speps <speps at aur dot archlinux dot org> + +pkgname=pvoc +pkgver=0.1.12 +pkgrel=1 +pkgdesc="LADSPLA plugins and a tool for time compression/expansion using phase-vocoding" +arch=('i686' 'x86_64') +url="http://quitte.de/dsp/pvoc.html" +license=('GPL') +groups=('ladspa-plugins') +depends=('ladspa' 'fftw' 'libsndfile') +source=("http://quitte.de/dsp/pvoc_$pkgver.tar.gz") +md5sums=('6171b97e0d8aa5545c780d4f8dc15167') + +build() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX=/usr +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make PREFIX="$pkgdir/usr" \ + MAN1DEST="$pkgdir/usr/share/man/man1" install +} + +# vim:set ts=2 sw=2 et: