[arch-commits] Commit in pvoc/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:57:54
  Author: felixonmars
Revision: 659489

upgpkg: pvoc 0.1.12-5: reproducibility rebuild

Modified:
  pvoc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:57:10 UTC (rev 659488)
+++ PKGBUILD2020-07-07 16:57:54 UTC (rev 659489)
@@ -3,7 +3,7 @@
 
 pkgname=pvoc
 pkgver=0.1.12
-pkgrel=4
+pkgrel=5
 pkgdesc="LADSPLA plugins and a tool for time compression/expansion using 
phase-vocoding"
 arch=('x86_64')
 url="http://quitte.de/dsp/pvoc.html;


[arch-commits] Commit in pvoc/trunk (PKGBUILD)

2018-06-04 Thread David Runge via arch-commits
Date: Monday, June 4, 2018 @ 15:33:06
  Author: dvzrv
Revision: 340401

upgpkg: pvoc 0.1.12-4

Adding to pro-audio group. Moving ladspa to makedepends.

Modified:
  pvoc/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 15:26:16 UTC (rev 340400)
+++ PKGBUILD2018-06-04 15:33:06 UTC (rev 340401)
@@ -4,13 +4,14 @@
 
 pkgname=pvoc
 pkgver=0.1.12
-pkgrel=3
+pkgrel=4
 pkgdesc="LADSPLA plugins and a tool for time compression/expansion using 
phase-vocoding"
 arch=('x86_64')
 url="http://quitte.de/dsp/pvoc.html;
 license=('GPL2')
-groups=('ladspa-plugins')
-depends=('ladspa' 'fftw' 'libsndfile')
+groups=('ladspa-plugins' 'pro-audio')
+depends=('fftw' 'libsndfile')
+makedepends=('ladspa')
 source=("http://quitte.de/dsp/${pkgname}_${pkgver}.tar.gz;)
 
sha512sums=('132bf0db349f5b6f574c169af3e7cbe3db550dc3729616d6a9e5be4a468a40c8c3bbbcc42135d870ae8460e33e778e31b0fe24c2665893e1c6e0d9a694406a0f')
 
@@ -22,7 +23,7 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make PREFIX="${pkgdir}/usr" MAN1DEST="${pkgdir}/usr/share/man/man1" install
-  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -vDm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in pvoc/trunk (PKGBUILD)

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 23:46:56
  Author: dvzrv
Revision: 272181

upgpkg: pvoc 0.1.12-3

Updating maintainer. Switching to correct license (GPL2).
Switching to sha512sums. Installing README. Minor fixes.

Modified:
  pvoc/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-04 23:24:16 UTC (rev 272180)
+++ PKGBUILD2017-12-04 23:46:56 UTC (rev 272181)
@@ -1,27 +1,28 @@
 # $Id$
-# Maintainer : speps 
+# Maintainer: David Runge 
+# Contributor: speps 
 
 pkgname=pvoc
 pkgver=0.1.12
-pkgrel=2
+pkgrel=3
 pkgdesc="LADSPLA plugins and a tool for time compression/expansion using 
phase-vocoding"
 arch=('x86_64')
 url="http://quitte.de/dsp/pvoc.html;
-license=('GPL')
+license=('GPL2')
 groups=('ladspa-plugins')
 depends=('ladspa' 'fftw' 'libsndfile')
-source=("http://quitte.de/dsp/pvoc_$pkgver.tar.gz;)
-md5sums=('6171b97e0d8aa5545c780d4f8dc15167')
+source=("http://quitte.de/dsp/${pkgname}_${pkgver}.tar.gz;)
+sha512sums=('132bf0db349f5b6f574c169af3e7cbe3db550dc3729616d6a9e5be4a468a40c8c3bbbcc42135d870ae8460e33e778e31b0fe24c2665893e1c6e0d9a694406a0f')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "${pkgname}-${pkgver}"
   make PREFIX=/usr
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make PREFIX="$pkgdir/usr" \
-   MAN1DEST="$pkgdir/usr/share/man/man1" install
+  cd "${pkgname}-${pkgver}"
+  make PREFIX="${pkgdir}/usr" MAN1DEST="${pkgdir}/usr/share/man/man1" install
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in pvoc/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 22:02:37
  Author: bpiotrowski
Revision: 149212

C++11 ABI rebuild

Modified:
  pvoc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 21:02:03 UTC (rev 149211)
+++ PKGBUILD2015-12-06 21:02:37 UTC (rev 149212)
@@ -3,7 +3,7 @@
 
 pkgname=pvoc
 pkgver=0.1.12
-pkgrel=1
+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;


[arch-commits] Commit in pvoc/trunk (PKGBUILD)

2013-08-12 Thread speps
Date: Tuesday, August 13, 2013 @ 05:21:12
  Author: speps
Revision: 95490

upgpkg: pvoc 0.1.12-1

Modified:
  pvoc/trunk/PKGBUILD   (contents, properties)

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-13 03:19:04 UTC (rev 95489)
+++ PKGBUILD2013-08-13 03:21:12 UTC (rev 95490)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer : speps speps at aur dot archlinux dot org
 
 pkgname=pvoc


Property changes on: pvoc/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property