[arch-commits] Commit in pvoc/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 6 21:02:46 UTC 2015


    Date: Sunday, December 6, 2015 @ 22:02:45
  Author: bpiotrowski
Revision: 149213

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pvoc/repos/community-staging-i686/
  pvoc/repos/community-staging-i686/PKGBUILD
    (from rev 149212, pvoc/trunk/PKGBUILD)
  pvoc/repos/community-staging-x86_64/
  pvoc/repos/community-staging-x86_64/PKGBUILD
    (from rev 149212, pvoc/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: pvoc/repos/community-staging-i686/PKGBUILD (from rev 149212, pvoc/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 21:02:45 UTC (rev 149213)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=pvoc
+pkgver=0.1.12
+pkgrel=2
+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-staging-x86_64/PKGBUILD (from rev 149212, pvoc/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 21:02:45 UTC (rev 149213)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=pvoc
+pkgver=0.1.12
+pkgrel=2
+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:



More information about the arch-commits mailing list