[arch-commits] Commit in vmpk/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-11 Thread David Runge via arch-commits
Date: Wednesday, December 12, 2018 @ 07:31:13
  Author: dvzrv
Revision: 415562

archrelease: copy trunk to community-x86_64

Added:
  vmpk/repos/community-x86_64/PKGBUILD
(from rev 415561, vmpk/trunk/PKGBUILD)
Deleted:
  vmpk/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 07:31:06 UTC (rev 415561)
+++ PKGBUILD2018-12-12 07:31:13 UTC (rev 415562)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=vmpk
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('x86_64')
-url="http://vmpk.sourceforge.net/";
-license=('GPL3')
-groups=('pro-audio')
-depends=('drumstick' 'qt5-x11extras')
-makedepends=('cmake' 'docbook-xsl' 'qt5-tools' 'libxkbcommon-x11')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/a/}/${pkgname}-${pkgver}.tar.bz2";)
-sha512sums=('b0ddf90c48bb50b13fcd8148af7c153edbdbf33fe0a1f31ea8474a27de6cf34a063d7e08a068fdc984ad66fb88d38c6573514e5f474ff4f35bd827aa0de3c3c0')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 ../{AUTHORS,ChangeLog,NEWS,README,TODO}
-}

Copied: vmpk/repos/community-x86_64/PKGBUILD (from rev 415561, 
vmpk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 07:31:13 UTC (rev 415562)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=vmpk
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Virtual MIDI Piano Keyboard"
+arch=('x86_64')
+url="http://vmpk.sourceforge.net/";
+license=('GPL3')
+groups=('pro-audio')
+depends=('drumstick' 'qt5-x11extras')
+makedepends=('cmake' 'docbook-xsl' 'qt5-tools' 'libxkbcommon-x11')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/a/}/${pkgname}-${pkgver}.tar.bz2";)
+sha512sums=('134e221aac195da1636182966b32c83ae7974a8ac5f023a931b9c19044b08ef27be54c2f53bac2885516f7405570ec9d51b1bef9c77bf8ade5d9ab372bf18960')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../{AUTHORS,ChangeLog,NEWS,README,TODO}
+}


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

2018-12-11 Thread David Runge via arch-commits
Date: Wednesday, December 12, 2018 @ 07:31:06
  Author: dvzrv
Revision: 415561

upgpkg: vmpk 0.7.1-1

Upgrading to 0.7.1.

Modified:
  vmpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 07:21:17 UTC (rev 415560)
+++ PKGBUILD2018-12-12 07:31:06 UTC (rev 415561)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=vmpk
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Virtual MIDI Piano Keyboard"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('drumstick' 'qt5-x11extras')
 makedepends=('cmake' 'docbook-xsl' 'qt5-tools' 'libxkbcommon-x11')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/a/}/${pkgname}-${pkgver}.tar.bz2";)
-sha512sums=('b0ddf90c48bb50b13fcd8148af7c153edbdbf33fe0a1f31ea8474a27de6cf34a063d7e08a068fdc984ad66fb88d38c6573514e5f474ff4f35bd827aa0de3c3c0')
+sha512sums=('134e221aac195da1636182966b32c83ae7974a8ac5f023a931b9c19044b08ef27be54c2f53bac2885516f7405570ec9d51b1bef9c77bf8ade5d9ab372bf18960')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-12-12 Thread David Runge via arch-commits
Date: Wednesday, December 12, 2018 @ 22:22:39
  Author: dvzrv
Revision: 415881

upgpkg: drumkv1 0.9.4-1

Upgrading to 0.9.4.

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 22:20:12 UTC (rev 415880)
+++ PKGBUILD2018-12-12 22:22:39 UTC (rev 415881)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=drumkv1
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 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=('c17e7e69aa498bf74be681ac6a377ca7b6002e87257660a1ac90fd8ef1fe275695cf4fa0be077270895b008a0582fb22e1dc266faa34b1d24ea3a37649303473')
+sha512sums=('0f76e2533c81dd41821b7d73eedd9a55d22018bce4a5eb034bde6159059ed31cadd7956c268b02c8be775c0b1ba3a7d601d184250e21d07724ca76965e7ffd21')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in drumkv1/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-12 Thread David Runge via arch-commits
Date: Wednesday, December 12, 2018 @ 22:22:49
  Author: dvzrv
Revision: 415883

archrelease: copy trunk to community-x86_64

Added:
  drumkv1/repos/community-x86_64/PKGBUILD
(from rev 415882, drumkv1/trunk/PKGBUILD)
Deleted:
  drumkv1/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 22:22:41 UTC (rev 415882)
+++ PKGBUILD2018-12-12 22:22:49 UTC (rev 415883)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=drumkv1
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=('x86_64')
-url="https://drumkv1.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=('c17e7e69aa498bf74be681ac6a377ca7b6002e87257660a1ac90fd8ef1fe275695cf4fa0be077270895b008a0582fb22e1dc266faa34b1d24ea3a37649303473')
-
-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: drumkv1/repos/community-x86_64/PKGBUILD (from rev 415882, 
drumkv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 22:22:49 UTC (rev 415883)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=drumkv1
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=('x86_64')
+url="https://drumkv1.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=('0f76e2533c81dd41821b7d73eedd9a55d22018bce4a5eb034bde6159059ed31cadd7956c268b02c8be775c0b1ba3a7d601d184250e21d07724ca76965e7ffd21')
+
+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:


[arch-commits] Commit in padthv1/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-12 Thread David Runge via arch-commits
Date: Wednesday, December 12, 2018 @ 22:33:31
  Author: dvzrv
Revision: 415890

archrelease: copy trunk to community-x86_64

Added:
  padthv1/repos/community-x86_64/PKGBUILD
(from rev 415889, padthv1/trunk/PKGBUILD)
Deleted:
  padthv1/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 22:33:24 UTC (rev 415889)
+++ PKGBUILD2018-12-12 22:33:31 UTC (rev 415890)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-pkgname=padthv1
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="An old-school polyphonic additive synthesizer"
-arch=('x86_64')
-url="https://padthv1.sourceforge.io/";
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'fftw' 'hicolor-icon-theme' 'jack' 'liblo'
-'qt5-base')
-makedepends=('lv2' 'qt5-tools')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('799a55861d73a54c412658b1007bebe346c07e78aec279f47007b1298f843802cbd8d9a5d8327cea6366f5cad16f8ca58e5c13e88fa1756f2124d57067782e44')
-
-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: padthv1/repos/community-x86_64/PKGBUILD (from rev 415889, 
padthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 22:33:31 UTC (rev 415890)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+pkgname=padthv1
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="An old-school polyphonic additive synthesizer"
+arch=('x86_64')
+url="https://padthv1.sourceforge.io/";
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio' 'vee-one')
+depends=('desktop-file-utils' 'fftw' 'hicolor-icon-theme' 'jack' 'liblo'
+'qt5-base')
+makedepends=('lv2' 'qt5-tools')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('23cd295f46ddffbec618b9b17176c47a9d89b47918378ce0a1bdeccb727b726ef9dfc21ec80ffe78808dcd08469a52ec6272e4903ce6f5d0b2c4d4c66eb26154')
+
+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:


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

2018-12-12 Thread David Runge via arch-commits
Date: Wednesday, December 12, 2018 @ 22:33:24
  Author: dvzrv
Revision: 415889

upgpkg: padthv1 0.9.4-1

Upgrading to 0.9.4.

Modified:
  padthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 22:31:36 UTC (rev 415888)
+++ PKGBUILD2018-12-12 22:33:24 UTC (rev 415889)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=padthv1
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="An old-school polyphonic additive synthesizer"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 'qt5-base')
 makedepends=('lv2' 'qt5-tools')
 
source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('799a55861d73a54c412658b1007bebe346c07e78aec279f47007b1298f843802cbd8d9a5d8327cea6366f5cad16f8ca58e5c13e88fa1756f2124d57067782e44')
+sha512sums=('23cd295f46ddffbec618b9b17176c47a9d89b47918378ce0a1bdeccb727b726ef9dfc21ec80ffe78808dcd08469a52ec6272e4903ce6f5d0b2c4d4c66eb26154')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in synthv1/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-12 Thread David Runge via arch-commits
Date: Wednesday, December 12, 2018 @ 22:48:18
  Author: dvzrv
Revision: 415892

archrelease: copy trunk to community-x86_64

Added:
  synthv1/repos/community-x86_64/PKGBUILD
(from rev 415891, synthv1/trunk/PKGBUILD)
Deleted:
  synthv1/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 22:48:11 UTC (rev 415891)
+++ PKGBUILD2018-12-12 22:48:18 UTC (rev 415892)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=synthv1
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
-arch=('x86_64')
-url="https://synthv1.sourceforge.io/synthv1-index.html";
-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=('36231b1aef25f14478673dfdffdecc5a18075ccdecd37f2643ecd1e9d01bf49da1ac5eb3b389616b9781ef77972a390d56092e8cf5af48bcb9416d4f91135cb6')
-
-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: synthv1/repos/community-x86_64/PKGBUILD (from rev 415891, 
synthv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 22:48:18 UTC (rev 415892)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=synthv1
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
+arch=('x86_64')
+url="https://synthv1.sourceforge.io/synthv1-index.html";
+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=('9809caeb0b273194a53e6b6158621ce5d315df245ae486779710435782160fbe7efc57cfe479beafc2dc41d38b781f2d02fa2fe1e85188697fab1a498dcec5bd')
+
+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:


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

2018-12-12 Thread David Runge via arch-commits
Date: Wednesday, December 12, 2018 @ 22:48:11
  Author: dvzrv
Revision: 415891

upgpkg: synthv1 0.9.4-1

Upgrading to 0.9.4.

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 22:33:31 UTC (rev 415890)
+++ PKGBUILD2018-12-12 22:48:11 UTC (rev 415891)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=synthv1
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="Old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 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=('36231b1aef25f14478673dfdffdecc5a18075ccdecd37f2643ecd1e9d01bf49da1ac5eb3b389616b9781ef77972a390d56092e8cf5af48bcb9416d4f91135cb6')
+sha512sums=('9809caeb0b273194a53e6b6158621ce5d315df245ae486779710435782160fbe7efc57cfe479beafc2dc41d38b781f2d02fa2fe1e85188697fab1a498dcec5bd')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in samplv1/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-12 Thread David Runge via arch-commits
Date: Wednesday, December 12, 2018 @ 22:54:11
  Author: dvzrv
Revision: 415898

archrelease: copy trunk to community-x86_64

Added:
  samplv1/repos/community-x86_64/PKGBUILD
(from rev 415897, samplv1/trunk/PKGBUILD)
Deleted:
  samplv1/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-12 22:54:04 UTC (rev 415897)
+++ PKGBUILD2018-12-12 22:54:11 UTC (rev 415898)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=samplv1
-pkgver=0.9.3
-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=('288ef9ba724f822143e3684e9ad5e21473926d94cd70da5849dc054fe9bd85f87f4e90d7cdec597fc6570c06956709d18a4e2d9de2d4eecd6f433be685b16fba')
-
-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 415897, 
samplv1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-12 22:54:11 UTC (rev 415898)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=samplv1
+pkgver=0.9.4
+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=('6df05c02e11761bbc752533682edea48b676ac157de7c82a4cdf5937373bf71960541ce2070b7462e41dfdec75c98c1a444a066c2ebd713ee838a2e11ae4dec8')
+
+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:


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

2018-12-12 Thread David Runge via arch-commits
Date: Wednesday, December 12, 2018 @ 22:54:04
  Author: dvzrv
Revision: 415897

upgpkg: samplv1 0.9.4-1

Upgrading to 0.9.4.

Modified:
  samplv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 22:51:52 UTC (rev 415896)
+++ PKGBUILD2018-12-12 22:54:04 UTC (rev 415897)
@@ -2,7 +2,7 @@
 # Contributor: speps 
 
 pkgname=samplv1
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 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=('288ef9ba724f822143e3684e9ad5e21473926d94cd70da5849dc054fe9bd85f87f4e90d7cdec597fc6570c06956709d18a4e2d9de2d4eecd6f433be685b16fba')
+sha512sums=('6df05c02e11761bbc752533682edea48b676ac157de7c82a4cdf5937373bf71960541ce2070b7462e41dfdec75c98c1a444a066c2ebd713ee838a2e11ae4dec8')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in nextcloud-app-spreed/repos/community-any (PKGBUILD PKGBUILD)

2018-12-15 Thread David Runge via arch-commits
Date: Saturday, December 15, 2018 @ 10:18:53
  Author: dvzrv
Revision: 416356

archrelease: copy trunk to community-any

Added:
  nextcloud-app-spreed/repos/community-any/PKGBUILD
(from rev 416355, nextcloud-app-spreed/trunk/PKGBUILD)
Deleted:
  nextcloud-app-spreed/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-15 10:18:46 UTC (rev 416355)
+++ PKGBUILD2018-12-15 10:18:53 UTC (rev 416356)
@@ -1,22 +0,0 @@
-# Maintainer: David Runge 
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=4.99.0
-pkgrel=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed";
-license=('AGPL3')
-depends=('nextcloud')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('19210496b2de0979bdc0fe56b5e87c3e770d44fdb920cea6a2ef807156ee8f1b7b1f24658c58cb462286a5c205522beb93656f7cc8e6f788c02a9f706dee913d')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 416355, 
nextcloud-app-spreed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-15 10:18:53 UTC (rev 416356)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge 
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed";
+license=('AGPL3')
+depends=('nextcloud<16.0.0')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('c5d32c252cba301f559e331c284ef01c07d87d5bf6403efaadd506c8f0fb22e6cd367452555cb6105c7c723f6a30479a51d98235a1b2ee795fbf0755c92a4852')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+}


[arch-commits] Commit in nextcloud-app-spreed/trunk (PKGBUILD)

2018-12-15 Thread David Runge via arch-commits
Date: Saturday, December 15, 2018 @ 10:18:46
  Author: dvzrv
Revision: 416355

upgpkg: nextcloud-app-spreed 5.0.0-1

Upgrading to 5.0.0.

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-15 10:17:35 UTC (rev 416354)
+++ PKGBUILD2018-12-15 10:18:46 UTC (rev 416355)
@@ -1,15 +1,15 @@
 # Maintainer: David Runge 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=4.99.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="Video & audio-conferencing using WebRTC"
 arch=('any')
 url="https://apps.nextcloud.com/apps/spreed";
 license=('AGPL3')
-depends=('nextcloud')
+depends=('nextcloud<16.0.0')
 
source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('19210496b2de0979bdc0fe56b5e87c3e770d44fdb920cea6a2ef807156ee8f1b7b1f24658c58cb462286a5c205522beb93656f7cc8e6f788c02a9f706dee913d')
+sha512sums=('c5d32c252cba301f559e331c284ef01c07d87d5bf6403efaadd506c8f0fb22e6cd367452555cb6105c7c723f6a30479a51d98235a1b2ee795fbf0755c92a4852')
 
 prepare() {
   find ${_name} -type f -exec chmod 644 {} +


[arch-commits] Commit in dragonfly-reverb/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-17 Thread David Runge via arch-commits
Date: Monday, December 17, 2018 @ 18:27:30
  Author: dvzrv
Revision: 416556

archrelease: copy trunk to community-x86_64

Added:
  dragonfly-reverb/repos/community-x86_64/PKGBUILD
(from rev 416555, dragonfly-reverb/trunk/PKGBUILD)
Deleted:
  dragonfly-reverb/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-17 18:27:23 UTC (rev 416555)
+++ PKGBUILD2018-12-17 18:27:30 UTC (rev 416556)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-pkgname=dragonfly-reverb
-_name=DragonflyReverb
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
-arch=('x86_64')
-url="https://github.com/michaelwillis/dragonfly-reverb";
-license=('GPL3')
-groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
-depends=('jack' 'libglvnd')
-makedepends=('gendesk' 'liblo' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-source-v${pkgver}.tar.gz";)
-sha512sums=('5cff7a0ce02bc1c57a06bf6ab45dc53e52018942c1d518693d77ad1b9f1f98e28cf9efccb98f8b43531af9577aa24cc4f519437290f5a641365ac5a0f2ef9c29')
-
-prepare() {
-  mv -v "DragonflyReverb-source-v${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name DragonflyReverb \
-  --exec DragonflyReverb \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "bin/${_name}" -t "${pkgdir}/usr/bin"
-  install -vDm 644 "${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications/"
-  install -vDm 755 "bin/${_name}-vst.so" -t "${pkgdir}/usr/lib/vst"
-  install -vDm 755 "bin/${_name}.lv2/"*.so \
--t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
-  install -vDm 644 "bin/${_name}.lv2/"*.ttl \
--t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: dragonfly-reverb/repos/community-x86_64/PKGBUILD (from rev 416555, 
dragonfly-reverb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-17 18:27:30 UTC (rev 416556)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+pkgname=dragonfly-reverb
+_name=DragonflyReverb
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
+arch=('x86_64')
+url="https://github.com/michaelwillis/dragonfly-reverb";
+license=('GPL3')
+groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
+depends=('jack' 'libglvnd')
+makedepends=('gendesk' 'liblo' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tgz";)
+sha512sums=('a6a2109932676877f80ab18011bed6f13acd65e79cbca5c4c7c993839066ffa9615a2e575771a4fbf31cbbd48d0669548d26c44c8f0e5965eb7ab1e9018cbc3e')
+
+prepare() {
+  mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name DragonflyReverb \
+  --exec DragonflyReverb \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 755 "bin/${_name}" -t "${pkgdir}/usr/bin"
+  install -vDm 644 "${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  install -vDm 755 "bin/${_name}-vst.so" -t "${pkgdir}/usr/lib/vst"
+  install -vDm 755 "bin/${_name}.lv2/"*.so \
+-t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
+  install -vDm 644 "bin/${_name}.lv2/"*.ttl \
+-t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-12-17 Thread David Runge via arch-commits
Date: Monday, December 17, 2018 @ 18:27:23
  Author: dvzrv
Revision: 416555

upgpkg: dragonfly-reverb 1.1.2-1

Upgrading to 1.1.2 with slight changes to naming scheme for source package.

Modified:
  dragonfly-reverb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-17 18:00:01 UTC (rev 416554)
+++ PKGBUILD2018-12-17 18:27:23 UTC (rev 416555)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=dragonfly-reverb
 _name=DragonflyReverb
-pkgver=1.0.0
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
 arch=('x86_64')
@@ -10,11 +10,11 @@
 groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
 depends=('jack' 'libglvnd')
 makedepends=('gendesk' 'liblo' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-source-v${pkgver}.tar.gz";)
-sha512sums=('5cff7a0ce02bc1c57a06bf6ab45dc53e52018942c1d518693d77ad1b9f1f98e28cf9efccb98f8b43531af9577aa24cc4f519437290f5a641365ac5a0f2ef9c29')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tgz";)
+sha512sums=('a6a2109932676877f80ab18011bed6f13acd65e79cbca5c4c7c993839066ffa9615a2e575771a4fbf31cbbd48d0669548d26c44c8f0e5965eb7ab1e9018cbc3e')
 
 prepare() {
-  mv -v "DragonflyReverb-source-v${pkgver}" "$pkgname-$pkgver"
+  mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
   # XDG desktop file
   gendesk -n \


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

2018-12-21 Thread David Runge via arch-commits
Date: Friday, December 21, 2018 @ 09:03:42
  Author: dvzrv
Revision: 417077

upgpkg: wolf-shaper 0.1.7-1

Upgrading to 0.1.7.

Modified:
  wolf-shaper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 08:49:44 UTC (rev 417076)
+++ PKGBUILD2018-12-21 09:03:42 UTC (rev 417077)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=wolf-shaper
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc="A waveshaper plugin with a graph editor"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('jack' 'libglvnd')
 makedepends=('dssi' 'gendesk' 'lv2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pdesaulniers/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-source.tar.gz";)
-sha512sums=('f5ef8a7e80ebb35e4ea7e0dbb3e3b73f88b8c607149af6ac34c35754145b374b1129a02b806a5ffb7b8164ce0768f1a3c87bd2f653803cef6ad92e281217a94a')
+sha512sums=('1aaae508f792f574ce29d119eccecff6cb054103bae502816bda9358758f13f666327f52eb9011ef367b758ef876860699a3c05fe229f7a46363fbcb78ff913f')
 
 prepare() {
   mv -v "$pkgname" "$pkgname-$pkgver"


[arch-commits] Commit in wolf-shaper/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-21 Thread David Runge via arch-commits
Date: Friday, December 21, 2018 @ 09:03:52
  Author: dvzrv
Revision: 417078

archrelease: copy trunk to community-x86_64

Added:
  wolf-shaper/repos/community-x86_64/PKGBUILD
(from rev 417077, wolf-shaper/trunk/PKGBUILD)
Deleted:
  wolf-shaper/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 09:03:42 UTC (rev 417077)
+++ PKGBUILD2018-12-21 09:03:52 UTC (rev 417078)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-pkgname=wolf-shaper
-pkgver=0.1.6
-pkgrel=1
-pkgdesc="A waveshaper plugin with a graph editor"
-arch=('x86_64')
-url="https://github.com/pdesaulniers/wolf-shaper";
-license=('GPL3')
-groups=('dssi-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('jack' 'libglvnd')
-makedepends=('dssi' 'gendesk' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pdesaulniers/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-source.tar.gz";)
-sha512sums=('f5ef8a7e80ebb35e4ea7e0dbb3e3b73f88b8c607149af6ac34c35754145b374b1129a02b806a5ffb7b8164ce0768f1a3c87bd2f653803cef6ad92e281217a94a')
-
-prepare() {
-  mv -v "$pkgname" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  BUILD_VST2=true BUILD_LV2=true BUILD_DSSI=true BUILD_JACK=true make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "bin/${pkgname}" -t "${pkgdir}/usr/bin/"
-  install -vDm 644 "${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications"
-  install -vDm 755 "bin/${pkgname}-vst.so" -t "${pkgdir}/usr/lib/vst"
-  install -vDm 755 "bin/${pkgname}-dssi.so" -t "${pkgdir}/usr/lib/dssi"
-  install -vDm 755 "bin/${pkgname}.lv2/"*.so \
--t "${pkgdir}/usr/lib/lv2/${pkgname}.lv2"
-  install -vDm 644 "bin/${pkgname}.lv2/"*.ttl \
--t "${pkgdir}/usr/lib/lv2/${pkgname}.lv2"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: wolf-shaper/repos/community-x86_64/PKGBUILD (from rev 417077, 
wolf-shaper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 09:03:52 UTC (rev 417078)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+pkgname=wolf-shaper
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="A waveshaper plugin with a graph editor"
+arch=('x86_64')
+url="https://github.com/pdesaulniers/wolf-shaper";
+license=('GPL3')
+groups=('dssi-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('jack' 'libglvnd')
+makedepends=('dssi' 'gendesk' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pdesaulniers/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}-source.tar.gz";)
+sha512sums=('1aaae508f792f574ce29d119eccecff6cb054103bae502816bda9358758f13f666327f52eb9011ef367b758ef876860699a3c05fe229f7a46363fbcb78ff913f')
+
+prepare() {
+  mv -v "$pkgname" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  BUILD_VST2=true BUILD_LV2=true BUILD_DSSI=true BUILD_JACK=true make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 755 "bin/${pkgname}" -t "${pkgdir}/usr/bin/"
+  install -vDm 644 "${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications"
+  install -vDm 755 "bin/${pkgname}-vst.so" -t "${pkgdir}/usr/lib/vst"
+  install -vDm 755 "bin/${pkgname}-dssi.so" -t "${pkgdir}/usr/lib/dssi"
+  install -vDm 755 "bin/${pkgname}.lv2/"*.so \
+-t "${pkgdir}/usr/lib/lv2/${pkgname}.lv2"
+  install -vDm 644 "bin/${pkgname}.lv2/"*.ttl \
+-t "${pkgdir}/usr/lib/lv2/${pkgname}.lv2"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 18:21:06
  Author: dvzrv
Revision: 417555

upgpkg: suil 0.10.2-1

Upgrading to 0.10.2. Dropping support for qt4. Using python again for waf 
install script, as upstream fixed it.

Modified:
  suil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 17:58:11 UTC (rev 417554)
+++ PKGBUILD2018-12-22 18:21:06 UTC (rev 417555)
@@ -3,19 +3,18 @@
 # Contributor: speps 
 
 pkgname=suil
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.10.2
+pkgrel=1
 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
 arch=('x86_64')
 url="https://drobilla.net/software/suil/";
 license=('custom:ISC')
-makedepends=('gtk2' 'gtk3' 'lv2' 'python2' 'qt4' 'qt5-base')
-optdepends=('qt4: Qt4 UI wrapping support'
-'qt5-base: Qt5 UI wrapping support'
+makedepends=('gtk2' 'gtk3' 'lv2' 'python' 'qt5-base')
+optdepends=('qt5-base: Qt5 UI wrapping support'
 'gtk2: GTK+ 2.x UI wrapping support'
 'gtk3: GTK+ 3.x UI wrapping support')
 source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('721b73d987c1712e82493386e5d71957002c8a713595fce4372f1a5eb306c64a559db1ca794cec96295f72e22a9c0e9193f9a68b7f5846f2db45ce16b253fbea'
+sha512sums=('8f5b4d772e58dfc4563a5102d189d886218fdc56e74c9d8c118f7bbbcc5d056904c2c8d132f993187416145383d3d8cb4787e2f8c113e57ad47e5d4def7f2fba'
 'SKIP')
 validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
 
@@ -27,19 +26,19 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  python2 waf configure --prefix=/usr
-  python2 waf build
+  python waf configure --prefix=/usr
+  python waf build
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
+  python waf install --destdir="${pkgdir}"
   # license
   install -vDm 644 COPYING \
 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   # docs
   install -t "$pkgdir/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,NEWS,PACKAGING,README}
+-vDm 644 {AUTHORS,NEWS,PACKAGING,README.md}
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in suil/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 18:21:13
  Author: dvzrv
Revision: 417556

archrelease: copy trunk to community-x86_64

Added:
  suil/repos/community-x86_64/PKGBUILD
(from rev 417555, suil/trunk/PKGBUILD)
Deleted:
  suil/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 +
 1 file changed, 44 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-22 18:21:06 UTC (rev 417555)
+++ PKGBUILD2018-12-22 18:21:13 UTC (rev 417556)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-
-pkgname=suil
-pkgver=0.10.0
-pkgrel=3
-pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
-arch=('x86_64')
-url="https://drobilla.net/software/suil/";
-license=('custom:ISC')
-makedepends=('gtk2' 'gtk3' 'lv2' 'python2' 'qt4' 'qt5-base')
-optdepends=('qt4: Qt4 UI wrapping support'
-'qt5-base: Qt5 UI wrapping support'
-'gtk2: GTK+ 2.x UI wrapping support'
-'gtk3: GTK+ 3.x UI wrapping support')
-source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('721b73d987c1712e82493386e5d71957002c8a713595fce4372f1a5eb306c64a559db1ca794cec96295f72e22a9c0e9193f9a68b7f5846f2db45ce16b253fbea'
-'SKIP')
-validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # remove local call to ldconfig
-  sed -i "/ldconfig/d" wscript
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf configure --prefix=/usr
-  python2 waf build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-  # license
-  install -vDm 644 COPYING \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -t "$pkgdir/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,NEWS,PACKAGING,README}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: suil/repos/community-x86_64/PKGBUILD (from rev 417555, 
suil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-22 18:21:13 UTC (rev 417556)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+
+pkgname=suil
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
+arch=('x86_64')
+url="https://drobilla.net/software/suil/";
+license=('custom:ISC')
+makedepends=('gtk2' 'gtk3' 'lv2' 'python' 'qt5-base')
+optdepends=('qt5-base: Qt5 UI wrapping support'
+'gtk2: GTK+ 2.x UI wrapping support'
+'gtk3: GTK+ 3.x UI wrapping support')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('8f5b4d772e58dfc4563a5102d189d886218fdc56e74c9d8c118f7bbbcc5d056904c2c8d132f993187416145383d3d8cb4787e2f8c113e57ad47e5d4def7f2fba'
+'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove local call to ldconfig
+  sed -i "/ldconfig/d" wscript
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python waf configure --prefix=/usr
+  python waf build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python waf install --destdir="${pkgdir}"
+  # license
+  install -vDm 644 COPYING \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "$pkgdir/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,NEWS,PACKAGING,README.md}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 18:21:39
  Author: dvzrv
Revision: 417557

upgpkg: ardour 5.12-8

Rebuilding against suil 0.10.2.

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 18:21:13 UTC (rev 417556)
+++ PKGBUILD2018-12-22 18:21:39 UTC (rev 417557)
@@ -5,7 +5,7 @@
 _name=Ardour
 pkgname=ardour
 pkgver=5.12
-pkgrel=7
+pkgrel=8
 pkgdesc="Professional-grade digital audio workstation"
 arch=('x86_64')
 url="https://ardour.org/";


[arch-commits] Commit in ardour/repos/community-x86_64 (4 files)

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 18:21:46
  Author: dvzrv
Revision: 417558

archrelease: copy trunk to community-x86_64

Added:
  ardour/repos/community-x86_64/.contrib
(from rev 417557, ardour/trunk/.contrib)
  ardour/repos/community-x86_64/PKGBUILD
(from rev 417557, ardour/trunk/PKGBUILD)
Deleted:
  ardour/repos/community-x86_64/.contrib
  ardour/repos/community-x86_64/PKGBUILD

--+
 .contrib |4 +-
 PKGBUILD |  111 ++---
 2 files changed, 57 insertions(+), 58 deletions(-)

Deleted: .contrib
===
--- .contrib2018-12-22 18:21:39 UTC (rev 417557)
+++ .contrib2018-12-22 18:21:46 UTC (rev 417558)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros 
-# Contributor: Uli Armbruster 

Copied: ardour/repos/community-x86_64/.contrib (from rev 417557, 
ardour/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2018-12-22 18:21:46 UTC (rev 417558)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros 
+# Contributor: Uli Armbruster 

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-22 18:21:39 UTC (rev 417557)
+++ PKGBUILD2018-12-22 18:21:46 UTC (rev 417558)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: SpepS 
-
-_name=Ardour
-pkgname=ardour
-pkgver=5.12
-pkgrel=7
-pkgdesc="Professional-grade digital audio workstation"
-arch=('x86_64')
-url="https://ardour.org/";
-license=('GPL')
-groups=('pro-audio')
-depends=('liblrdf' 'libarchive' 'liblo' 'lilv' 'suil' 'taglib' 'aubio'
-'rubberband' 'gtkmm')
-makedepends=('boost' 'cppunit' 'git' 'itstool' 'python2')
-optdepends=('xjadeo: video monitoring'
-'harvid: video timeline')
-source=("${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf configure --prefix=/usr \
---configdir=/etc \
---with-backends="jack,alsa,dummy" \
---libjack=weak \
---nls \
---optimize \
---cxx11 \
---freedesktop \
---ptformat \
---lxvst \
---no-phone-home
-  python2 waf build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf i18n --destdir="${pkgdir}"
-  python2 waf install --destdir="${pkgdir}"
-  # xdg integration
-  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}.xml" \
-"${pkgdir}/usr/share/mime/application/x-${pkgname}.xml"
-  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}${pkgver%%.*}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  for size in 16 22 32 48 256 512; do
-install -vDm 644 "gtk2_${pkgname}/resources/${_name}-icon_${size}px.png" \
-  
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}${pkgver%%.*}.png"
-  done
-  # man pages
-  install -vDm 644 "${pkgname}.1"* -t "${pkgdir}/usr/share/man/man1/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/community-x86_64/PKGBUILD (from rev 417557, 
ardour/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-22 18:21:46 UTC (rev 417558)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: SpepS 
+
+_name=Ardour
+pkgname=ardour
+pkgver=5.12
+pkgrel=8
+pkgdesc="Professional-grade digital audio workstation"
+arch=('x86_64')
+url="https://ardour.org/";
+license=('GPL')
+groups=('pro-audio')
+depends=('liblrdf' 'libarchive' 'liblo' 'lilv' 'suil' 'taglib' 'aubio'
+'rubberband' 'gtkmm')
+makedepends=('boost' 'cppunit' 'git' 'itstool' 'python2')
+optdepends=('xjadeo: video monitoring'
+'harvid: video timeline')
+source=("${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf configure --prefix=/usr \
+--configdir=/etc \
+--with-backends="jack,alsa,dummy" \
+--libjack=weak \
+--nls \
+--optimize \
+--cxx11 \
+--freedesktop \
+--ptformat \
+--lxvst \
+--no-phone-home
+  python2 waf build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf i18n --destdir="${pkgdir}"
+  python2 waf install --destdir="${pkgdir}"
+  # xdg integration
+  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}.xml" \
+"${pkgdir}/usr/share/mime/application/x-${pkgname}.xml"
+  install -vDm 644 "build

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

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 18:23:28
  Author: dvzrv
Revision: 417559

upgpkg: audacity 1:2.2.2-1

Rebuilding against suil 0.10.2. Introducing epoch, as upstream's 2.3.0 was very 
broken and asked to downgrade.

Modified:
  audacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 18:21:46 UTC (rev 417558)
+++ PKGBUILD2018-12-22 18:23:28 UTC (rev 417559)
@@ -2,8 +2,9 @@
 # Contributor: Eric Bélanger 
 
 pkgname=audacity
-pkgver=2.3.0
+pkgver=2.2.2
 pkgrel=1
+epoch=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('x86_64')
 url="https://audacityteam.org";
@@ -12,12 +13,12 @@
 # upstream enquired via mail about:
 # vendors/requires older version of portaudio
 # vendors/doesn't detect system version of portmidi
-depends=('libid3tag' 'libmad' 'libsoxr' 'lilv' 'portsmf' 'soundtouch' 'suil' 
'twolame'
-'vamp-plugin-sdk' 'wxgtk3')
+depends=('libid3tag' 'libmad' 'libsoxr' 'lilv' 'portsmf' 'soundtouch' 'suil'
+'twolame' 'vamp-plugin-sdk' 'wxgtk3')
 makedepends=('cmake' 'ffmpeg')
 optdepends=('ffmpeg: additional import/export capabilities')
 
source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz";)
-sha512sums=('0b0daece8578fe3b14425f0fd29d984aee7d0c9ab65376b2f415abdac67690765e1601c8c7d7e5b732001f887234efd4b931942a278c454695ad17751ef3f8b7')
+sha512sums=('311a5f3413e7faf40dc5639b2b9f8b0d03d1a410c50d894ca7abf3fe5733a29b710ccf7e3215d97dd9142e93c0ab5e13955dfd13146b03f927f74465459a6457')
 
 prepare() {
   mv -v "${pkgname}-Audacity-${pkgver}" "${pkgname}-${pkgver}"


[arch-commits] Commit in audacity/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 18:23:35
  Author: dvzrv
Revision: 417560

archrelease: copy trunk to community-x86_64

Added:
  audacity/repos/community-x86_64/PKGBUILD
(from rev 417559, audacity/trunk/PKGBUILD)
Deleted:
  audacity/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  105 ++---
 1 file changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-22 18:23:28 UTC (rev 417559)
+++ PKGBUILD2018-12-22 18:23:35 UTC (rev 417560)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Eric Bélanger 
-
-pkgname=audacity
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="A program that lets you manipulate digital audio waveforms"
-arch=('x86_64')
-url="https://audacityteam.org";
-license=('GPL2' 'CCPL')
-groups=('pro-audio')
-# upstream enquired via mail about:
-# vendors/requires older version of portaudio
-# vendors/doesn't detect system version of portmidi
-depends=('libid3tag' 'libmad' 'libsoxr' 'lilv' 'portsmf' 'soundtouch' 'suil' 
'twolame'
-'vamp-plugin-sdk' 'wxgtk3')
-makedepends=('cmake' 'ffmpeg')
-optdepends=('ffmpeg: additional import/export capabilities')
-source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz";)
-sha512sums=('0b0daece8578fe3b14425f0fd29d984aee7d0c9ab65376b2f415abdac67690765e1601c8c7d7e5b732001f887234efd4b931942a278c454695ad17751ef3f8b7')
-
-prepare() {
-  mv -v "${pkgname}-Audacity-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  WX_CONFIG=wx-config-gtk3 ./configure --prefix="/usr" \
---with-libsndfile="system" \
---with-ffmpeg="system" \
---with-expat="system" \
---with-lame="system" \
---with-libsoxr="system" \
---with-portaudio \
---with-portmidi \
---with-libflac \
---with-libid3tag \
---with-libsamplerate \
---with-sbsms \
---with-soundtouch \
---with-libtwolame \
---with-libvorbis \
---with-lv2
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: audacity/repos/community-x86_64/PKGBUILD (from rev 417559, 
audacity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-22 18:23:35 UTC (rev 417560)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+# Contributor: Eric Bélanger 
+
+pkgname=audacity
+pkgver=2.2.2
+pkgrel=1
+epoch=1
+pkgdesc="A program that lets you manipulate digital audio waveforms"
+arch=('x86_64')
+url="https://audacityteam.org";
+license=('GPL2' 'CCPL')
+groups=('pro-audio')
+# upstream enquired via mail about:
+# vendors/requires older version of portaudio
+# vendors/doesn't detect system version of portmidi
+depends=('libid3tag' 'libmad' 'libsoxr' 'lilv' 'portsmf' 'soundtouch' 'suil'
+'twolame' 'vamp-plugin-sdk' 'wxgtk3')
+makedepends=('cmake' 'ffmpeg')
+optdepends=('ffmpeg: additional import/export capabilities')
+source=("https://github.com/${pkgname}/${pkgname}/archive/Audacity-${pkgver}.tar.gz";)
+sha512sums=('311a5f3413e7faf40dc5639b2b9f8b0d03d1a410c50d894ca7abf3fe5733a29b710ccf7e3215d97dd9142e93c0ab5e13955dfd13146b03f927f74465459a6457')
+
+prepare() {
+  mv -v "${pkgname}-Audacity-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  WX_CONFIG=wx-config-gtk3 ./configure --prefix="/usr" \
+--with-libsndfile="system" \
+--with-ffmpeg="system" \
+--with-expat="system" \
+--with-lame="system" \
+--with-libsoxr="system" \
+--with-portaudio \
+--with-portmidi \
+--with-libflac \
+--with-libid3tag \
+--with-libsamplerate \
+--with-sbsms \
+--with-soundtouch \
+--with-libtwolame \
+--with-libvorbis \
+--with-lv2
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 18:26:43
  Author: dvzrv
Revision: 417561

upgpkg: jalv 1.6.0-4

Rebuilding against suil 0.10.2. Fixing url. Removing qt4 support. Using python2 
for waf script, as it's incompatible with current python.

Modified:
  jalv/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 18:23:35 UTC (rev 417560)
+++ PKGBUILD2018-12-22 18:26:43 UTC (rev 417561)
@@ -3,16 +3,15 @@
 
 pkgname=jalv
 pkgver=1.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple but fully featured LV2 host for Jack"
 arch=('x86_64')
-url="https://drobilla.net/software//";
+url="https://drobilla.net/software/jalv";
 license=('custom:ISC')
 groups=('pro-audio')
 depends=('lilv' 'suil')
-makedepends=('python' 'qt4' 'qt5-base' 'gtk3' 'gtkmm')
-optdepends=('qt4: Qt 4.x frontend'
-'qt5-base: Qt 5.x frontend'
+makedepends=('python2' 'qt5-base' 'gtk3' 'gtkmm')
+optdepends=('qt5-base: Qt 5.x frontend'
 'gtk3: Gtk+ 3.x frontend'
 'gtkmm: Gtk+ 2.x frontend')
 source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
@@ -22,13 +21,13 @@
 
 build() {
   cd "${pkgname}-${pkgver}"
-  python waf configure --prefix=/usr
-  python waf
+  python2 waf configure --prefix=/usr
+  python2 waf
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python waf install --destdir="${pkgdir}"
+  python2 waf install --destdir="${pkgdir}"
   # license
   install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   # docs


[arch-commits] Commit in jalv/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 18:26:53
  Author: dvzrv
Revision: 417562

archrelease: copy trunk to community-x86_64

Added:
  jalv/repos/community-x86_64/PKGBUILD
(from rev 417561, jalv/trunk/PKGBUILD)
Deleted:
  jalv/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 +
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-22 18:26:43 UTC (rev 417561)
+++ PKGBUILD2018-12-22 18:26:53 UTC (rev 417562)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=jalv
-pkgver=1.6.0
-pkgrel=3
-pkgdesc="A simple but fully featured LV2 host for Jack"
-arch=('x86_64')
-url="https://drobilla.net/software//";
-license=('custom:ISC')
-groups=('pro-audio')
-depends=('lilv' 'suil')
-makedepends=('python' 'qt4' 'qt5-base' 'gtk3' 'gtkmm')
-optdepends=('qt4: Qt 4.x frontend'
-'qt5-base: Qt 5.x frontend'
-'gtk3: Gtk+ 3.x frontend'
-'gtkmm: Gtk+ 2.x frontend')
-source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('70453404788846774ef88b43653379f97140301e09e8de61779683df9ee85120485bebf03c959624639dc4d8dd71ce83db2a89b14b66be17696a88d1820ac1b3'
-'SKIP')
-validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python waf configure --prefix=/usr
-  python waf
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python waf install --destdir="${pkgdir}"
-  # license
-  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,NEWS,README}
-}

Copied: jalv/repos/community-x86_64/PKGBUILD (from rev 417561, 
jalv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-22 18:26:53 UTC (rev 417562)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=jalv
+pkgver=1.6.0
+pkgrel=4
+pkgdesc="A simple but fully featured LV2 host for Jack"
+arch=('x86_64')
+url="https://drobilla.net/software/jalv";
+license=('custom:ISC')
+groups=('pro-audio')
+depends=('lilv' 'suil')
+makedepends=('python2' 'qt5-base' 'gtk3' 'gtkmm')
+optdepends=('qt5-base: Qt 5.x frontend'
+'gtk3: Gtk+ 3.x frontend'
+'gtkmm: Gtk+ 2.x frontend')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('70453404788846774ef88b43653379f97140301e09e8de61779683df9ee85120485bebf03c959624639dc4d8dd71ce83db2a89b14b66be17696a88d1820ac1b3'
+'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf configure --prefix=/usr
+  python2 waf
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf install --destdir="${pkgdir}"
+  # license
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,NEWS,README}
+}


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

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 18:27:36
  Author: dvzrv
Revision: 417563

upgpkg: qtractor 0.9.3-2

Rebuilding against suil 0.10.2.

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 18:26:53 UTC (rev 417562)
+++ PKGBUILD2018-12-22 18:27:36 UTC (rev 417563)
@@ -5,7 +5,7 @@
 
 pkgname=qtractor
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
 url="http://qtractor.org/";


[arch-commits] Commit in qtractor/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 18:27:43
  Author: dvzrv
Revision: 417564

archrelease: copy trunk to community-x86_64

Added:
  qtractor/repos/community-x86_64/PKGBUILD
(from rev 417563, qtractor/trunk/PKGBUILD)
Deleted:
  qtractor/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-22 18:27:36 UTC (rev 417563)
+++ PKGBUILD2018-12-22 18:27:43 UTC (rev 417564)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('x86_64')
-url="http://qtractor.org/";
-license=('GPL')
-groups=('pro-audio')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'liblo' 'libmad' 'lilv'
-'qt5-x11extras' 'rubberband' 'suil')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('fbdb236d043502b5f450af976598fab958209910cd78e5ca735507f30f575c4fb6fb8d0c10b54f0c1f3781a0dfd328bd07ca9c9d370684f94a3efe28f2f02344')
-
-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
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README,README.VST,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 417563, 
qtractor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-22 18:27:43 UTC (rev 417564)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.9.3
+pkgrel=2
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('x86_64')
+url="http://qtractor.org/";
+license=('GPL')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'liblo' 'libmad' 'lilv'
+'qt5-x11extras' 'rubberband' 'suil')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('fbdb236d043502b5f450af976598fab958209910cd78e5ca735507f30f575c4fb6fb8d0c10b54f0c1f3781a0dfd328bd07ca9c9d370684f94a3efe28f2f02344')
+
+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
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,README,README.VST,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 22:10:00
  Author: dvzrv
Revision: 417566

upgpkg: apparmor 2.13.2-1

Upgrading to 2.13.2. Removing now included fix for syntax error in 
rc.apparmor.functions. Adding mod_apparmor for apache.

Modified:
  apparmor/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 20:48:19 UTC (rev 417565)
+++ PKGBUILD2018-12-22 22:10:00 UTC (rev 417566)
@@ -1,13 +1,13 @@
 # Maintainer: David Runge 
 pkgname=apparmor
-pkgver=2.13.1
-pkgrel=3
+pkgver=2.13.2
+pkgrel=1
 pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)"
 arch=('x86_64')
 url="https://gitlab.com/apparmor/apparmor";
-license=('GPL')
+license=('GPL2' 'LGPL2.1')
 depends=('audit' 'pam' 'python')
-makedepends=('swig' 'ruby')
+makedepends=('apache' 'ruby' 'swig')
 checkdepends=('dejagnu' 'python-pyflakes')
 optdepends=('perl: perl bindings'
 'ruby: ruby bindings')
@@ -20,11 +20,9 @@
 'etc/apparmor/parser.conf'
 'etc/apparmor/subdomain.conf'
 'etc/apparmor/severity.db')
-source=("https://launchpad.net/${pkgname}/${pkgver%.[0-9]}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"https://gitlab.com/${pkgname}/${pkgname}/merge_requests/240.diff";)
-sha512sums=('e4b9788ecc0b59285f17d5e87669f507bf849c15d0ac3833e8d1d6aa2ece7add15814c75f257cea9d71a709c1af4990d8b76773e59fd42dbf5cfa2de0f9495a7'
-'SKIP'
-
'f784a6939352d12f9641d70e58447d1cfd018a6986141d4c9e8188032d71532b8c9dd38c4fec99d08bbe464527eb7031c504803de702a9ece4e331a1fea0980a')
+source=("https://launchpad.net/${pkgname}/${pkgver%.[0-9]}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('2e5f84ced12c9de1a862e1a3258e8424f1f0d3c986947aec9d88a9258729a584953d00591c8902aa41e664acf9a639dab96d025c3a1ed3f91f0edce8d028b58f'
+'SKIP')
 # AppArmor Development Team (AppArmor signing key) 
 validpgpkeys=('3ECDCBA5FB34D254961CC53F6689E64E3D3664BB')
 _core_perl="/usr/bin/core_perl"
@@ -48,9 +46,6 @@
   # fix default installation path for vim syntax file
   sed -e 's/share\/apparmor/share\/vim\/vimfiles\/syntax/' \
   -i utils/vim/Makefile
-  # fixing syntax error in rc.apparmor.functions:
-  # https://gitlab.com/apparmor/apparmor/merge_requests/240/diffs
-  patch -Np1 -i ../240.diff
   cd libraries/libapparmor/
   autoreconf -vfi
 }
@@ -74,6 +69,7 @@
   make -C profiles
   make -C utils
   make -C changehat/pam_apparmor
+  make -C changehat/mod_apparmor
   make -C utils/vim
 }
 
@@ -92,6 +88,7 @@
   cd "$pkgname-$pkgver"
   make -C libraries/libapparmor DESTDIR="${pkgdir}" install
   make -C changehat/pam_apparmor DESTDIR="${pkgdir}/usr" install
+  make -C changehat/mod_apparmor DESTDIR="${pkgdir}" install
   make -C binutils DESTDIR="${pkgdir}" install
   make -C parser DESTDIR="${pkgdir}" install
   make -C parser DESTDIR="${pkgdir}" install-systemd


[arch-commits] Commit in apparmor/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 22:10:12
  Author: dvzrv
Revision: 417567

archrelease: copy trunk to community-x86_64

Added:
  apparmor/repos/community-x86_64/PKGBUILD
(from rev 417566, apparmor/trunk/PKGBUILD)
Deleted:
  apparmor/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  225 ++---
 1 file changed, 111 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-22 22:10:00 UTC (rev 417566)
+++ PKGBUILD2018-12-22 22:10:12 UTC (rev 417567)
@@ -1,114 +0,0 @@
-# Maintainer: David Runge 
-pkgname=apparmor
-pkgver=2.13.1
-pkgrel=3
-pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)"
-arch=('x86_64')
-url="https://gitlab.com/apparmor/apparmor";
-license=('GPL')
-depends=('audit' 'pam' 'python')
-makedepends=('swig' 'ruby')
-checkdepends=('dejagnu' 'python-pyflakes')
-optdepends=('perl: perl bindings'
-'ruby: ruby bindings')
-provides=('libapparmor')
-replaces=('apparmor-libapparmor' 'apparmor-pam' 'apparmor-parser'
-'apparmor-profiles' 'apparmor-utils' 'apparmor-vim')
-backup=('etc/apparmor/easyprof.conf'
-'etc/apparmor/logprof.conf'
-'etc/apparmor/notify.conf'
-'etc/apparmor/parser.conf'
-'etc/apparmor/subdomain.conf'
-'etc/apparmor/severity.db')
-source=("https://launchpad.net/${pkgname}/${pkgver%.[0-9]}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"https://gitlab.com/${pkgname}/${pkgname}/merge_requests/240.diff";)
-sha512sums=('e4b9788ecc0b59285f17d5e87669f507bf849c15d0ac3833e8d1d6aa2ece7add15814c75f257cea9d71a709c1af4990d8b76773e59fd42dbf5cfa2de0f9495a7'
-'SKIP'
-
'f784a6939352d12f9641d70e58447d1cfd018a6986141d4c9e8188032d71532b8c9dd38c4fec99d08bbe464527eb7031c504803de702a9ece4e331a1fea0980a')
-# AppArmor Development Team (AppArmor signing key) 
-validpgpkeys=('3ECDCBA5FB34D254961CC53F6689E64E3D3664BB')
-_core_perl="/usr/bin/core_perl"
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix PYTHONPATH for aa-logprof based check
-  local _py3_ver=$(python --version | cut -d " " -f2)
-  local 
path="${PWD}/libraries/libapparmor/swig/python/build/lib.linux-${CARCH}-${_py3_ver%"."*}/LibAppArmor"
-  local libs="${PWD}/libraries/libapparmor/src/.libs"
-  sed -e "/PYTHONPATH/ s|utils\ |utils:$path\ LD_LIBRARY_PATH=$libs\ |" \
-  -i profiles/Makefile
-  # remove test-aa.py (utils check), producing too many fails
-  rm -v utils/test/test-aa.py
-  # fix bin directory for parser install target
-  # fix lib dir location
-  sed -e 's|/usr/sbin|/usr/bin|g' \
-  -e 's|/sbin|/usr/bin|g' \
-  -e 's/\}\/lib\/apparmor/\}\/usr\/lib\/apparmor/' \
-  -i parser/Makefile
-  # fix default installation path for vim syntax file
-  sed -e 's/share\/apparmor/share\/vim\/vimfiles\/syntax/' \
-  -i utils/vim/Makefile
-  # fixing syntax error in rc.apparmor.functions:
-  # https://gitlab.com/apparmor/apparmor/merge_requests/240/diffs
-  patch -Np1 -i ../240.diff
-  cd libraries/libapparmor/
-  autoreconf -vfi
-}
-
-build() {
-  # export required perl executable locations
-  export MAKEFLAGS+=" POD2MAN=${_core_perl}/pod2man"
-  export MAKEFLAGS+=" POD2HTML=${_core_perl}/pod2html"
-  export MAKEFLAGS+=" PODCHECKER=${_core_perl}/podchecker"
-  export MAKEFLAGS+=" PROVE=${_core_perl}/prove"
-  cd "${pkgname}-${pkgver}/libraries/libapparmor/"
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-perl \
-  --with-python \
-  --with-ruby
-  make
-  cd ../..
-  make -C binutils
-  make -C parser
-  make -C profiles
-  make -C utils
-  make -C changehat/pam_apparmor
-  make -C utils/vim
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -C libraries/libapparmor check
-  make -C binutils check
-# parser checks don't run on non-apparmor enabled kernel
-#  make -C parser check
-# profiles check need to be run on a system with aa installed?
-#  make -C profiles check
-  make -C utils check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make -C libraries/libapparmor DESTDIR="${pkgdir}" install
-  make -C changehat/pam_apparmor DESTDIR="${pkgdir}/usr" install
-  make -C binutils DESTDIR="${pkgdir}" install
-  make -C parser DESTDIR="${pkgdir}" install
-  make -C parser DESTDIR="${pkgdir}" install-systemd
-  make -C profiles DESTDIR="${pkgdir}" install
-  make -C utils DESTDIR="${pkgdir}" BINDIR="${pkgdir}/usr/bin" install
-  # strip perl library
-  find "${pkgdir}/usr/lib/perl5/" \
--type f -iname "*.so" \
--exec strip --strip-unneeded {} \;
-  # removing empty core_perl directory
-  rm -rv "${pkgdir}"/usr/lib/perl5/*/core_perl
-  # move ruby bindings to vendor_ruby
-  mv -v "${pkgdir}/usr/lib/ruby/site_ruby/" \
-"${pkgdir}/usr/lib/ruby/vendor_ruby/"
-  # adding files below /etc/apparmor.d to backup array
-  cd "${pkgdir}"
-  # tricking extract_function_variable() in makepkg into not 

[arch-commits] Commit in sonic-visualiser/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 22:33:08
  Author: dvzrv
Revision: 417571

archrelease: copy trunk to community-x86_64

Added:
  sonic-visualiser/repos/community-x86_64/PKGBUILD
(from rev 417570, sonic-visualiser/trunk/PKGBUILD)
Deleted:
  sonic-visualiser/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  115 -
 1 file changed, 54 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-22 22:33:01 UTC (rev 417570)
+++ PKGBUILD2018-12-22 22:33:08 UTC (rev 417571)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Orivej Desh 
-
-_download_id=2391
-pkgname=sonic-visualiser
-pkgver=3.1.1
-pkgrel=2
-pkgdesc="A viewer and analyser of music audio files."
-arch=('x86_64')
-url="https://www.sonicvisualiser.org/";
-license=('GPL2')
-groups=('pro-audio')
-depends=('capnproto' 'desktop-file-utils' 'hicolor-icon-theme' 'libfishsound'
-'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio'
-'qt5-svg' 'rubberband' 'sord')
-source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('e83efffb62179e67a0e5fd7352f63f5a0210102a7fb38c5ad486479a3749f68a44fec2d1843d1c1ca826ba0004bf421811a270a0a50e3f89f71d956dc7a76ae7')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # build using c++14: https://sourceforge.net/p/sv1/bugs/261/
-  sed -e 's/c++11/c++14/g' -i *.pr* configure.ac* svcore/svcore.pro \
-  svapp/svapp.pro checker/*.pr* svgui/svgui.pro {bqaudioio,piper-cpp}/Makefile 
\
-  piper-cpp/vamp-client/qt/test.pro piper-cpp/ext/json11/Makefile \
-  dataquay/{lib.pro,tests/tests.pro}
-
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  # DESTDIR still ignored
-  # https://sourceforge.net/p/sv1/bugs/254
-  export INSTALL_ROOT="${pkgdir}/"
-  ./configure --prefix=/usr
-  qmake-qt5 ${pkgname}.pro
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make install
-  # install some things separately, because build system is broken:
-  # https://sourceforge.net/p/sv1/bugs/247/
-
-  # desktop files
-  install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
-
-  # samples
-  install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
-
-  # templates
-  install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
-
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}
-}

Copied: sonic-visualiser/repos/community-x86_64/PKGBUILD (from rev 417570, 
sonic-visualiser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-22 22:33:08 UTC (rev 417571)
@@ -0,0 +1,54 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Orivej Desh 
+
+_download_id=2420
+pkgname=sonic-visualiser
+pkgver=3.2
+pkgrel=1
+pkgdesc="A viewer and analyser of music audio files."
+arch=('x86_64')
+url="https://www.sonicvisualiser.org/";
+license=('GPL2')
+groups=('pro-audio')
+depends=('capnproto' 'desktop-file-utils' 'hicolor-icon-theme' 'libfishsound'
+'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio'
+'qt5-svg' 'rubberband' 'sord')
+source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('213cf6bf871628560a9e89e58445e9ee9dfcc050c3c013b535e37ebff08c9952d03001d08d20cedd965539e49aae3bdc1df7e6edad585597638ea0071109b84f')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # DESTDIR still ignored
+  # https://sourceforge.net/p/sv1/bugs/254
+  export INSTALL_ROOT="${pkgdir}/"
+  ./configure --prefix=/usr
+  qmake-qt5 ${pkgname}.pro
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  # DESTDIR still ignored
+  # https://sourceforge.net/p/sv1/bugs/254
+  export INSTALL_ROOT="${pkgdir}/"
+
+  make install
+  # install some things separately, because build system is broken:
+  # https://sourceforge.net/p/sv1/bugs/247/
+
+  # desktop files
+  install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
+  # samples
+  install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
+  # templates
+  install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}
+}


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

2018-12-22 Thread David Runge via arch-commits
Date: Saturday, December 22, 2018 @ 22:33:01
  Author: dvzrv
Revision: 417570

upgpkg: sonic-visualiser 3.2-1

Upgrading to 3.2. Removing unneeded hacks to build everything with c++14 
instead of c++11.

Modified:
  sonic-visualiser/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-22 22:27:17 UTC (rev 417569)
+++ PKGBUILD2018-12-22 22:33:01 UTC (rev 417570)
@@ -2,10 +2,10 @@
 # Contributor: speps 
 # Contributor: Orivej Desh 
 
-_download_id=2391
+_download_id=2420
 pkgname=sonic-visualiser
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.2
+pkgrel=1
 pkgdesc="A viewer and analyser of music audio files."
 arch=('x86_64')
 url="https://www.sonicvisualiser.org/";
@@ -15,16 +15,10 @@
 'libid3tag' 'liblo' 'liblrdf' 'libmad' 'liboggz' 'libpulse' 'portaudio'
 'qt5-svg' 'rubberband' 'sord')
 
source=("https://code.soundsoftware.ac.uk/attachments/download/${_download_id}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('e83efffb62179e67a0e5fd7352f63f5a0210102a7fb38c5ad486479a3749f68a44fec2d1843d1c1ca826ba0004bf421811a270a0a50e3f89f71d956dc7a76ae7')
+sha512sums=('213cf6bf871628560a9e89e58445e9ee9dfcc050c3c013b535e37ebff08c9952d03001d08d20cedd965539e49aae3bdc1df7e6edad585597638ea0071109b84f')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # build using c++14: https://sourceforge.net/p/sv1/bugs/261/
-  sed -e 's/c++11/c++14/g' -i *.pr* configure.ac* svcore/svcore.pro \
-  svapp/svapp.pro checker/*.pr* svgui/svgui.pro {bqaudioio,piper-cpp}/Makefile 
\
-  piper-cpp/vamp-client/qt/test.pro piper-cpp/ext/json11/Makefile \
-  dataquay/{lib.pro,tests/tests.pro}
-
   autoreconf -vfi
 }
 
@@ -40,6 +34,9 @@
 
 package() {
   cd "${pkgname}-${pkgver}"
+  # DESTDIR still ignored
+  # https://sourceforge.net/p/sv1/bugs/254
+  export INSTALL_ROOT="${pkgdir}/"
 
   make install
   # install some things separately, because build system is broken:
@@ -47,13 +44,10 @@
 
   # desktop files
   install -t "${pkgdir}/usr/share/applications/" -vDm 644 "${pkgname}.desktop"
-
   # samples
   install -t "${pkgdir}/usr/share/${pkgname}/samples" -vDm 644 samples/*
-
   # templates
   install -t "${pkgdir}/usr/share/${pkgname}/templates" -vDm 644 templates/*
-
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
 -vDm 644 {CHANGELOG,CITATION,README.{md,OSC}}


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

2018-12-23 Thread David Runge via arch-commits
Date: Sunday, December 23, 2018 @ 09:09:42
  Author: dvzrv
Revision: 417602

upgpkg: ardour 5.12-9

Installing mime info to /usr/share/mime/packages so it will get picked up 
correctly.

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-23 08:28:09 UTC (rev 417601)
+++ PKGBUILD2018-12-23 09:09:42 UTC (rev 417602)
@@ -5,7 +5,7 @@
 _name=Ardour
 pkgname=ardour
 pkgver=5.12
-pkgrel=8
+pkgrel=9
 pkgdesc="Professional-grade digital audio workstation"
 arch=('x86_64')
 url="https://ardour.org/";
@@ -41,7 +41,7 @@
   python2 waf install --destdir="${pkgdir}"
   # xdg integration
   install -vDm 644 "build/gtk2_${pkgname}/${pkgname}.xml" \
-"${pkgdir}/usr/share/mime/application/x-${pkgname}.xml"
+-t "${pkgdir}/usr/share/mime/packages/"
   install -vDm 644 "build/gtk2_${pkgname}/${pkgname}${pkgver%%.*}.desktop" \
 "${pkgdir}/usr/share/applications/${pkgname}.desktop"
   for size in 16 22 32 48 256 512; do


[arch-commits] Commit in ardour/repos/community-x86_64 (4 files)

2018-12-23 Thread David Runge via arch-commits
Date: Sunday, December 23, 2018 @ 09:09:51
  Author: dvzrv
Revision: 417603

archrelease: copy trunk to community-x86_64

Added:
  ardour/repos/community-x86_64/.contrib
(from rev 417602, ardour/trunk/.contrib)
  ardour/repos/community-x86_64/PKGBUILD
(from rev 417602, ardour/trunk/PKGBUILD)
Deleted:
  ardour/repos/community-x86_64/.contrib
  ardour/repos/community-x86_64/PKGBUILD

--+
 .contrib |4 +-
 PKGBUILD |  110 ++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: .contrib
===
--- .contrib2018-12-23 09:09:42 UTC (rev 417602)
+++ .contrib2018-12-23 09:09:51 UTC (rev 417603)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros 
-# Contributor: Uli Armbruster 

Copied: ardour/repos/community-x86_64/.contrib (from rev 417602, 
ardour/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2018-12-23 09:09:51 UTC (rev 417603)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros 
+# Contributor: Uli Armbruster 

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-23 09:09:42 UTC (rev 417602)
+++ PKGBUILD2018-12-23 09:09:51 UTC (rev 417603)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: SpepS 
-
-_name=Ardour
-pkgname=ardour
-pkgver=5.12
-pkgrel=8
-pkgdesc="Professional-grade digital audio workstation"
-arch=('x86_64')
-url="https://ardour.org/";
-license=('GPL')
-groups=('pro-audio')
-depends=('liblrdf' 'libarchive' 'liblo' 'lilv' 'suil' 'taglib' 'aubio'
-'rubberband' 'gtkmm')
-makedepends=('boost' 'cppunit' 'git' 'itstool' 'python2')
-optdepends=('xjadeo: video monitoring'
-'harvid: video timeline')
-source=("${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver}";)
-sha512sums=('SKIP')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf configure --prefix=/usr \
---configdir=/etc \
---with-backends="jack,alsa,dummy" \
---libjack=weak \
---nls \
---optimize \
---cxx11 \
---freedesktop \
---ptformat \
---lxvst \
---no-phone-home
-  python2 waf build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf i18n --destdir="${pkgdir}"
-  python2 waf install --destdir="${pkgdir}"
-  # xdg integration
-  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}.xml" \
-"${pkgdir}/usr/share/mime/application/x-${pkgname}.xml"
-  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}${pkgver%%.*}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  for size in 16 22 32 48 256 512; do
-install -vDm 644 "gtk2_${pkgname}/resources/${_name}-icon_${size}px.png" \
-  
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${pkgname}${pkgver%%.*}.png"
-  done
-  # man pages
-  install -vDm 644 "${pkgname}.1"* -t "${pkgdir}/usr/share/man/man1/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/community-x86_64/PKGBUILD (from rev 417602, 
ardour/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-23 09:09:51 UTC (rev 417603)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: SpepS 
+
+_name=Ardour
+pkgname=ardour
+pkgver=5.12
+pkgrel=9
+pkgdesc="Professional-grade digital audio workstation"
+arch=('x86_64')
+url="https://ardour.org/";
+license=('GPL')
+groups=('pro-audio')
+depends=('liblrdf' 'libarchive' 'liblo' 'lilv' 'suil' 'taglib' 'aubio'
+'rubberband' 'gtkmm')
+makedepends=('boost' 'cppunit' 'git' 'itstool' 'python2')
+optdepends=('xjadeo: video monitoring'
+'harvid: video timeline')
+source=("${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver}";)
+sha512sums=('SKIP')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf configure --prefix=/usr \
+--configdir=/etc \
+--with-backends="jack,alsa,dummy" \
+--libjack=weak \
+--nls \
+--optimize \
+--cxx11 \
+--freedesktop \
+--ptformat \
+--lxvst \
+--no-phone-home
+  python2 waf build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf i18n --destdir="${pkgdir}"
+  python2 waf install --destdir="${pkgdir}"
+  # xdg integration
+  install -vDm 644 "build/gtk2_${pkgname}/${pkgname}.xml" \
+-t "${pkgdir}/usr/share/mime/packages/"
+  install -vDm 644 "build/gtk2_${pkgname}/${pkgname

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

2018-12-23 Thread David Runge via arch-commits
Date: Sunday, December 23, 2018 @ 17:33:26
  Author: dvzrv
Revision: 417658

upgpkg: rosegarden 18.12-1

Upgrading to 18.12. Adding desktop-file-utils to depends.

Modified:
  rosegarden/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-23 17:06:36 UTC (rev 417657)
+++ PKGBUILD2018-12-23 17:33:26 UTC (rev 417658)
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=rosegarden
-pkgver=18.06
+pkgver=18.12
 pkgrel=1
 pkgdesc="MIDI/audio sequencer and notation editor"
 arch=('x86_64')
@@ -12,7 +12,8 @@
 url="https://www.rosegardenmusic.com/";
 license=('GPL2')
 groups=('pro-audio')
-depends=('fftw' 'jack' 'liblrdf' 'liblo' 'lirc' 'hicolor-icon-theme' 
'qt5-base')
+depends=('desktop-file-utils' 'fftw' 'jack' 'liblrdf' 'liblo' 'lirc'
+'hicolor-icon-theme' 'qt5-base')
 makedepends=('cmake' 'dssi' 'imake' 'ladspa' 'qt5-tools')
 optdepends=('cups: Printing support'
 'dssi-plugins: DSSI plugin support'
@@ -25,7 +26,7 @@
 'flac: FLAC support'
 'wavpack: Lossless audio codec support')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-sha512sums=('7ab9c677484c1518457db21091bc612071556e9002c6132e0b4fa7aa5c970f45f130a1a68333a184de895f5912b4229b2bbbcf0f508d6cff1eaec6b7ac599ca9')
+sha512sums=('2adf1c2bfbd6a054d66438b766a33774997ae577668ddbe7869ed4d25ab263b04e1ff086cc5fb4d2916621138d8986a1c032bd2719fa7cc7b43f0abc073d78d8')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in rosegarden/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-23 Thread David Runge via arch-commits
Date: Sunday, December 23, 2018 @ 17:33:52
  Author: dvzrv
Revision: 417659

archrelease: copy trunk to community-x86_64

Added:
  rosegarden/repos/community-x86_64/PKGBUILD
(from rev 417658, rosegarden/trunk/PKGBUILD)
Deleted:
  rosegarden/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-23 17:33:26 UTC (rev 417658)
+++ PKGBUILD2018-12-23 17:33:52 UTC (rev 417659)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Giovanni Scafora 
-# Contributor: damir 
-# Contributor: Robert Emil Berge 
-
-pkgname=rosegarden
-pkgver=18.06
-pkgrel=1
-pkgdesc="MIDI/audio sequencer and notation editor"
-arch=('x86_64')
-url="https://www.rosegardenmusic.com/";
-license=('GPL2')
-groups=('pro-audio')
-depends=('fftw' 'jack' 'liblrdf' 'liblo' 'lirc' 'hicolor-icon-theme' 
'qt5-base')
-makedepends=('cmake' 'dssi' 'imake' 'ladspa' 'qt5-tools')
-optdepends=('cups: Printing support'
-'dssi-plugins: DSSI plugin support'
-'evince: Print preview support'
-'ladspa-plugins: LADSPA plugin support'
-'lilypond: Notation display support'
-'mupdf: Print preview support'
-'okular: Print preview support'
-'timidity++: Softsynth support'
-'flac: FLAC support'
-'wavpack: Lossless audio codec support')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-sha512sums=('7ab9c677484c1518457db21091bc612071556e9002c6132e0b4fa7aa5c970f45f130a1a68333a184de895f5912b4229b2bbbcf0f508d6cff1eaec6b7ac599ca9')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -p build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 ../{AUTHORS,README}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/community-x86_64/PKGBUILD (from rev 417658, 
rosegarden/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-23 17:33:52 UTC (rev 417659)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Giovanni Scafora 
+# Contributor: damir 
+# Contributor: Robert Emil Berge 
+
+pkgname=rosegarden
+pkgver=18.12
+pkgrel=1
+pkgdesc="MIDI/audio sequencer and notation editor"
+arch=('x86_64')
+url="https://www.rosegardenmusic.com/";
+license=('GPL2')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'fftw' 'jack' 'liblrdf' 'liblo' 'lirc'
+'hicolor-icon-theme' 'qt5-base')
+makedepends=('cmake' 'dssi' 'imake' 'ladspa' 'qt5-tools')
+optdepends=('cups: Printing support'
+'dssi-plugins: DSSI plugin support'
+'evince: Print preview support'
+'ladspa-plugins: LADSPA plugin support'
+'lilypond: Notation display support'
+'mupdf: Print preview support'
+'okular: Print preview support'
+'timidity++: Softsynth support'
+'flac: FLAC support'
+'wavpack: Lossless audio codec support')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+sha512sums=('2adf1c2bfbd6a054d66438b766a33774997ae577668ddbe7869ed4d25ab263b04e1ff086cc5fb4d2916621138d8986a1c032bd2719fa7cc7b43f0abc073d78d8')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -p build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}/build"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 ../{AUTHORS,README}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (cinelerra-cv)

2018-12-29 Thread David Runge via arch-commits
Date: Saturday, December 29, 2018 @ 22:05:07
  Author: dvzrv
Revision: 418940

Moving cinelerra-cv to the AUR, after announcing it upstream and getting into 
contact with cinelerra-gg as a potential replacement (in the future).

Deleted:
  cinelerra-cv/


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 11:25:29
  Author: dvzrv
Revision: 428390

upgpkg: python-tabulate 0.8.3-1

Upgrading to 0.8.3. Adding all required (test) dependencies for the packages. 
Running test suite properly.

Modified:
  python-tabulate/trunk/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 12 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 09:09:24 UTC (rev 428389)
+++ PKGBUILD2019-01-29 11:25:29 UTC (rev 428390)
@@ -2,16 +2,18 @@
 _name=tabulate
 pkgbase=python-tabulate
 pkgname=('python-tabulate' 'python2-tabulate')
-pkgver=0.8.2
-pkgrel=3
+pkgver=0.8.3
+pkgrel=1
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate";
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
+makedepends=('python-numpy' 'python-pandas' 'python-setuptools'
+'python-wcwidth' 'python2-numpy' 'python2-pandas' 'python2-setuptools'
+'python2-wcwidth')
+checkdepends=('python-nose' 'python2-nose')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('9e34fb84e16f4b2c1378c0f53c5ef803438fcae7bc1637ac8975f358a11653f641bba0ea19529858e8e62aa45bb5bccd3b6f0492fd2d9d9c9a3bf963dd1ac0a7')
+sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
@@ -26,22 +28,12 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH="${PYTHONPATH}:${PWD}"
-  # disabling failing tests:
-  # https://bitbucket.org/astanin/python-tabulate/issues/149
-  py.test -k 'not test_dict_like \
-  and not test_list_of_dicts \
-  and not test_List_of_dicts_keys \
-  and not test_list_of_dicts_firstrow \
-  and not test_list_of_dicts_dict_of_headers \
-  and not test_list_of_lists_with_supplied_index \
-  and not test_list_of_lists_with_index_firstrow \
-  and not test_isconvertible_on_set_values'
-  py.test2 -k 'not test_list_of_lists_with_supplied_index \
-   and not test_list_of_lists_with_index_firstrow'
+  python setup.py test
+  python2 setup.py test
 }
 
 package_python-tabulate() {
-  depends=('python-setuptools')
+  depends=('python-numpy' 'python-pandas' 'python-setuptools' 'python-wcwidth')
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
 --optimize=1 \
@@ -52,7 +44,8 @@
 }
 
 package_python2-tabulate() {
-  depends=('python2-setuptools')
+  depends=('python2-numpy' 'python2-pandas' 'python2-setuptools'
+  'python2-wcwidth')
   cd "$pkgbase-$pkgver"
   python2 setup.py install --skip-build \
 --optimize=1 \


[arch-commits] Commit in python-tabulate/repos/community-any (PKGBUILD PKGBUILD)

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 11:25:43
  Author: dvzrv
Revision: 428391

archrelease: copy trunk to community-any

Added:
  python-tabulate/repos/community-any/PKGBUILD
(from rev 428390, python-tabulate/trunk/PKGBUILD)
Deleted:
  python-tabulate/repos/community-any/PKGBUILD

--+
 PKGBUILD |  123 -
 1 file changed, 58 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 11:25:29 UTC (rev 428390)
+++ PKGBUILD2019-01-29 11:25:43 UTC (rev 428391)
@@ -1,65 +0,0 @@
-# Maintainer: David Runge 
-_name=tabulate
-pkgbase=python-tabulate
-pkgname=('python-tabulate' 'python2-tabulate')
-pkgver=0.8.2
-pkgrel=3
-pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
-arch=('any')
-url="https://bitbucket.org/astanin/python-tabulate";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('9e34fb84e16f4b2c1378c0f53c5ef803438fcae7bc1637ac8975f358a11653f641bba0ea19529858e8e62aa45bb5bccd3b6f0492fd2d9d9c9a3bf963dd1ac0a7')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="${PYTHONPATH}:${PWD}"
-  # disabling failing tests:
-  # https://bitbucket.org/astanin/python-tabulate/issues/149
-  py.test -k 'not test_dict_like \
-  and not test_list_of_dicts \
-  and not test_List_of_dicts_keys \
-  and not test_list_of_dicts_firstrow \
-  and not test_list_of_dicts_dict_of_headers \
-  and not test_list_of_lists_with_supplied_index \
-  and not test_list_of_lists_with_index_firstrow \
-  and not test_isconvertible_on_set_values'
-  py.test2 -k 'not test_list_of_lists_with_supplied_index \
-   and not test_list_of_lists_with_index_firstrow'
-}
-
-package_python-tabulate() {
-  depends=('python-setuptools')
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-package_python2-tabulate() {
-  depends=('python2-setuptools')
-  cd "$pkgbase-$pkgver"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # move executable to unique name
-  mv -v "${pkgdir}/usr/bin/${_name}"{,2}
-}

Copied: python-tabulate/repos/community-any/PKGBUILD (from rev 428390, 
python-tabulate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 11:25:43 UTC (rev 428391)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge 
+_name=tabulate
+pkgbase=python-tabulate
+pkgname=('python-tabulate' 'python2-tabulate')
+pkgver=0.8.3
+pkgrel=1
+pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
+arch=('any')
+url="https://bitbucket.org/astanin/python-tabulate";
+license=('MIT')
+makedepends=('python-numpy' 'python-pandas' 'python-setuptools'
+'python-wcwidth' 'python2-numpy' 'python2-pandas' 'python2-setuptools'
+'python2-wcwidth')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PYTHONPATH}:${PWD}"
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-tabulate() {
+  depends=('python-numpy' 'python-pandas' 'python-setuptools' 'python-wcwidth')
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+package_python2-tabulate() {
+  depends=('python2-numpy' 'python2-pandas' 'python2-setuptools'
+  'python2-wcwidth')
+  cd "$pkgbase-$pkgver"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${

[arch-commits] Commit in python-tabulate/repos/community-any (PKGBUILD PKGBUILD)

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:21:41
  Author: dvzrv
Revision: 428432

archrelease: copy trunk to community-any

Added:
  python-tabulate/repos/community-any/PKGBUILD
(from rev 428431, python-tabulate/trunk/PKGBUILD)
Deleted:
  python-tabulate/repos/community-any/PKGBUILD

--+
 PKGBUILD |  119 +++--
 1 file changed, 61 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 20:21:36 UTC (rev 428431)
+++ PKGBUILD2019-01-29 20:21:41 UTC (rev 428432)
@@ -1,58 +0,0 @@
-# Maintainer: David Runge 
-_name=tabulate
-pkgbase=python-tabulate
-pkgname=('python-tabulate' 'python2-tabulate')
-pkgver=0.8.3
-pkgrel=1
-pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
-arch=('any')
-url="https://bitbucket.org/astanin/python-tabulate";
-license=('MIT')
-makedepends=('python-numpy' 'python-pandas' 'python-setuptools'
-'python-wcwidth' 'python2-numpy' 'python2-pandas' 'python2-setuptools'
-'python2-wcwidth')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="${PYTHONPATH}:${PWD}"
-  python setup.py test
-  python2 setup.py test
-}
-
-package_python-tabulate() {
-  depends=('python-numpy' 'python-pandas' 'python-setuptools' 'python-wcwidth')
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-package_python2-tabulate() {
-  depends=('python2-numpy' 'python2-pandas' 'python2-setuptools'
-  'python2-wcwidth')
-  cd "$pkgbase-$pkgver"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # move executable to unique name
-  mv -v "${pkgdir}/usr/bin/${_name}"{,2}
-}

Copied: python-tabulate/repos/community-any/PKGBUILD (from rev 428431, 
python-tabulate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 20:21:41 UTC (rev 428432)
@@ -0,0 +1,61 @@
+# Maintainer: David Runge 
+_name=tabulate
+pkgbase=python-tabulate
+pkgname=('python-tabulate' 'python2-tabulate')
+pkgver=0.8.3
+pkgrel=2
+pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
+arch=('any')
+url="https://bitbucket.org/astanin/python-tabulate";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth' 
'python2-nose' 'python2-numpy' 'python2-pandas' 'python2-wcwidth')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PYTHONPATH}:${PWD}"
+  python setup.py test
+  python2 setup.py test
+}
+
+package_python-tabulate() {
+  depends=('python-setuptools')
+  optdepends=('python-numpy: NumPy array support'
+  'python-pandas: pandas.DataFrame support'
+  'python-wcwidth: wide-character support')
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+package_python2-tabulate() {
+  depends=('python2-setuptools')
+  optdepends=('python2-numpy: NumPy array support'
+  'python2-pandas: pandas.DataFrame support'
+  'python2-wcwidth: wide-character support')
+  cd "$pkgbase-$pkgver"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # move executable to unique name
+  mv -v "${pkgdir}/u

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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:21:34
  Author: dvzrv
Revision: 428430

upgpkg: python-tabulate 0.8.3-2

Moving python{,2}-{numpy,pandas,wcwidth} to optdepends, where they belong.

Modified:
  python-tabulate/trunk/PKGBUILD

--+
 PKGBUILD |   19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:07:40 UTC (rev 428429)
+++ PKGBUILD2019-01-29 20:21:34 UTC (rev 428430)
@@ -3,15 +3,13 @@
 pkgbase=python-tabulate
 pkgname=('python-tabulate' 'python2-tabulate')
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Pretty-print tabular data in Python, a library and a command-line 
utility."
 arch=('any')
 url="https://bitbucket.org/astanin/python-tabulate";
 license=('MIT')
-makedepends=('python-numpy' 'python-pandas' 'python-setuptools'
-'python-wcwidth' 'python2-numpy' 'python2-pandas' 'python2-setuptools'
-'python2-wcwidth')
-checkdepends=('python-nose' 'python2-nose')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python-numpy' 'python-pandas' 'python-wcwidth' 
'python2-nose' 'python2-numpy' 'python2-pandas' 'python2-wcwidth')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
 
sha512sums=('7f0205a4d80ed0b426a45622a3b8ec0a9b77cf6d67c1207db7fbc20a12e83a15748e63d5f8e5e65fa348b6265fd0cac93be4d04f9c1c182476b93507e1131cbf')
 
@@ -33,7 +31,10 @@
 }
 
 package_python-tabulate() {
-  depends=('python-numpy' 'python-pandas' 'python-setuptools' 'python-wcwidth')
+  depends=('python-setuptools')
+  optdepends=('python-numpy: NumPy array support'
+  'python-pandas: pandas.DataFrame support'
+  'python-wcwidth: wide-character support')
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
 --optimize=1 \
@@ -44,8 +45,10 @@
 }
 
 package_python2-tabulate() {
-  depends=('python2-numpy' 'python2-pandas' 'python2-setuptools'
-  'python2-wcwidth')
+  depends=('python2-setuptools')
+  optdepends=('python2-numpy: NumPy array support'
+  'python2-pandas: pandas.DataFrame support'
+  'python2-wcwidth: wide-character support')
   cd "$pkgbase-$pkgver"
   python2 setup.py install --skip-build \
 --optimize=1 \


[arch-commits] Commit in sigal/repos/community-any (PKGBUILD PKGBUILD)

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:30:10
  Author: dvzrv
Revision: 428437

archrelease: copy trunk to community-any

Added:
  sigal/repos/community-any/PKGBUILD
(from rev 428436, sigal/trunk/PKGBUILD)
Deleted:
  sigal/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 +
 1 file changed, 43 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 20:30:03 UTC (rev 428436)
+++ PKGBUILD2019-01-29 20:30:10 UTC (rev 428437)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge 
-pkgname=sigal
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Yet another simple static gallery generator"
-arch=('any')
-url="http://sigal.saimon.org/en/latest/";
-license=('MIT')
-depends=('ffmpeg' 'python-blinker' 'python-click' 'python-jinja'
-'python-markdown' 'python-pillow' 'python-pilkit' 'python-setuptools')
-checkdepends=('python-pytest-cov' 'python-boto' 'python-brotli' 
'python-feedgenerator' 'python-zopfli')
-optdepends=('python-boto: upload to S3 plugin'
-'python-brotli: compress assets plugin'
-'python-feedgenerator: feed plugin'
-'python-zopfli: compress assets plugin')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/saimn/${pkgname}/archive/${pkgver}.tar.gz";)
-# tests are not included in pypi source: 
https://github.com/saimn/sigal/issues/337
-#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('21d8f8d7cd0fc557f72158e4208bf97ec3aa0ae1408e6a5a7870d3e2f6af1644f366f4ecbb3d2714d7ec948b0f91afe6fac6031b91da223cdebb78459614dc73')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH=build:${PYTHONPATH}
-  # test_album fails because of missing fr_FR.UTF-8 locale:
-  # https://github.com/saimn/sigal/issues/338
-  py.test -k "not test_album"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {AUTHORS,{CONTRIBUTING,README}.rst} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: sigal/repos/community-any/PKGBUILD (from rev 428436, 
sigal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 20:30:10 UTC (rev 428437)
@@ -0,0 +1,43 @@
+# Maintainer: David Runge 
+pkgname=sigal
+pkgver=2.0
+pkgrel=1
+pkgdesc="Yet another simple static gallery generator"
+arch=('any')
+url="http://sigal.saimon.org/en/latest/";
+license=('MIT')
+depends=('ffmpeg' 'python-blinker' 'python-click' 'python-jinja'
+'python-markdown' 'python-pillow' 'python-pilkit' 'python-setuptools')
+checkdepends=('python-pytest-cov' 'python-boto' 'python-brotli' 
'python-feedgenerator' 'python-zopfli')
+optdepends=('python-boto: upload to S3 plugin'
+'python-brotli: compress assets plugin'
+'python-feedgenerator: feed plugin'
+'python-zopfli: compress assets plugin')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('b6b1a38472864dd5168c23ba12d317d75052c6e339a9b3d3a93b493ffce69f8319df5d47d77327314c5828b74230c8c4a03009ef2b172afec2de748d0323b5f2')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH=build:${PYTHONPATH}
+  py.test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 {AUTHORS,{CONTRIBUTING,README}.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:30:03
  Author: dvzrv
Revision: 428436

upgpkg: sigal 2.0-1

Upgrading to 2.0. Using pythonhosted.org as source (tests are now included). 
Running all tests.

Modified:
  sigal/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:22:48 UTC (rev 428435)
+++ PKGBUILD2019-01-29 20:30:03 UTC (rev 428436)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=sigal
-pkgver=1.4.1
+pkgver=2.0
 pkgrel=1
 pkgdesc="Yet another simple static gallery generator"
 arch=('any')
@@ -13,10 +13,8 @@
 'python-brotli: compress assets plugin'
 'python-feedgenerator: feed plugin'
 'python-zopfli: compress assets plugin')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/saimn/${pkgname}/archive/${pkgver}.tar.gz";)
-# tests are not included in pypi source: 
https://github.com/saimn/sigal/issues/337
-#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('21d8f8d7cd0fc557f72158e4208bf97ec3aa0ae1408e6a5a7870d3e2f6af1644f366f4ecbb3d2714d7ec948b0f91afe6fac6031b91da223cdebb78459614dc73')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('b6b1a38472864dd5168c23ba12d317d75052c6e339a9b3d3a93b493ffce69f8319df5d47d77327314c5828b74230c8c4a03009ef2b172afec2de748d0323b5f2')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -30,9 +28,7 @@
 check() {
   cd "$pkgname-$pkgver"
   export PYTHONPATH=build:${PYTHONPATH}
-  # test_album fails because of missing fr_FR.UTF-8 locale:
-  # https://github.com/saimn/sigal/issues/338
-  py.test -k "not test_album"
+  py.test
 }
 
 package() {


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:54:11
  Author: dvzrv
Revision: 428440

upgpkg: python-libtmux 0.8.1-1

Upgrading to 0.8.1. Removing unrequired patch. Removing copying of sources (for 
python2).

Modified:
  python-libtmux/trunk/PKGBUILD

--+
 PKGBUILD |   40 +++-
 1 file changed, 15 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 20:53:51 UTC (rev 428439)
+++ PKGBUILD2019-01-29 20:54:11 UTC (rev 428440)
@@ -2,69 +2,59 @@
 _name=libtmux
 pkgbase=python-libtmux
 pkgname=('python-libtmux' 'python2-libtmux')
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="Python api for tmux"
 arch=('any')
 url="https://libtmux.git-pull.com/";
-license=('BSD')
+license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'tmux')
 checkdepends=('python-pytest' 'python2-pytest' 'procps-ng')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${_name}/archive/v${pkgver}.tar.gz";
-
"https://github.com/tmux-python/libtmux/commit/7443b60f6df60335bf2ecb199f25e57ec888fe65.patch";)
-sha512sums=('9828e8d7c471b9f228c8a9e4e4369478a445ce4e25dece2a9f50652d30f4a778f9e769440fd34f582ab43436003bb06ae201475ba4116f5844bc44dc7f558874'
-
'55f8290ee7367b22282df57c1fa27dea20197003157d0c57270e3754ee2212588d09b3b09993205c0a2420c86185db142ae39cb51232c7cf6b893396d795ec4d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${_name}/archive/v${pkgver}.tar.gz";)
+# pypi sources don't include the tests: 
https://github.com/tmux-python/libtmux/issues/173
+#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('a26410aa6840325f2572e430427a1805c7086a19ea49ff7794a6542e8c2805b15d306f1a01adb3bea23b4c99980c4c40b0de431dde16bd7f35491011314df13e')
 
-prepare() {
-  # https://github.com/tmux-python/libtmux/issues/117 is not BSD-specific
-  patch -p1 -d "${_name}-${pkgver}" < 
7443b60f6df60335bf2ecb199f25e57ec888fe65.patch
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
 build() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
   python2 setup.py build
 }
 
 check() {
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python -m pytest
-
-  cd ../"${pkgname[1]}-${pkgver}"
   python2 -m pytest
 }
 
 package_python-libtmux() {
   depends=('python' 'tmux')
-  cd "${pkgname[0]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
   # license
-  install -vDm644 LICENSE \
+  install -vDm 644 LICENSE \
 "${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" \
--vDm644 {CHANGES,README.rst,TODO}
+-vDm 644 {CHANGES,README.rst,TODO}
 }
 
 package_python2-libtmux() {
   depends=('python2' 'tmux')
-  cd "${pkgname[1]}-${pkgver}"
+  cd "${_name}-${pkgver}"
   python2 setup.py install --skip-build \
 --optimize=1 \
 --prefix=/usr \
 --root="${pkgdir}"
   # license
-  install -vDm644 LICENSE \
+  install -vDm 644 LICENSE \
 "${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" \
--vDm644 {CHANGES,README.rst,TODO}
+-vDm 644 {CHANGES,README.rst,TODO}
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-libtmux/repos/community-any (PKGBUILD PKGBUILD)

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 20:54:21
  Author: dvzrv
Revision: 428441

archrelease: copy trunk to community-any

Added:
  python-libtmux/repos/community-any/PKGBUILD
(from rev 428440, python-libtmux/trunk/PKGBUILD)
Deleted:
  python-libtmux/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 -
 1 file changed, 60 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 20:54:11 UTC (rev 428440)
+++ PKGBUILD2019-01-29 20:54:21 UTC (rev 428441)
@@ -1,70 +0,0 @@
-# Maintainer: David Runge 
-_name=libtmux
-pkgbase=python-libtmux
-pkgname=('python-libtmux' 'python2-libtmux')
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="Python api for tmux"
-arch=('any')
-url="https://libtmux.git-pull.com/";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'tmux')
-checkdepends=('python-pytest' 'python2-pytest' 'procps-ng')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${_name}/archive/v${pkgver}.tar.gz";
-
"https://github.com/tmux-python/libtmux/commit/7443b60f6df60335bf2ecb199f25e57ec888fe65.patch";)
-sha512sums=('9828e8d7c471b9f228c8a9e4e4369478a445ce4e25dece2a9f50652d30f4a778f9e769440fd34f582ab43436003bb06ae201475ba4116f5844bc44dc7f558874'
-
'55f8290ee7367b22282df57c1fa27dea20197003157d0c57270e3754ee2212588d09b3b09993205c0a2420c86185db142ae39cb51232c7cf6b893396d795ec4d')
-
-prepare() {
-  # https://github.com/tmux-python/libtmux/issues/117 is not BSD-specific
-  patch -p1 -d "${_name}-${pkgver}" < 
7443b60f6df60335bf2ecb199f25e57ec888fe65.patch
-  mv -v "${_name}-${pkgver}" "${pkgname[0]}-${pkgver}"
-  cp -av "${pkgname[0]}-${pkgver}" "${pkgname[1]}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py build
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${pkgname[0]}-${pkgver}"
-  python -m pytest
-
-  cd ../"${pkgname[1]}-${pkgver}"
-  python2 -m pytest
-}
-
-package_python-libtmux() {
-  depends=('python' 'tmux')
-  cd "${pkgname[0]}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm644 LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" \
--vDm644 {CHANGES,README.rst,TODO}
-}
-
-package_python2-libtmux() {
-  depends=('python2' 'tmux')
-  cd "${pkgname[1]}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # license
-  install -vDm644 LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" \
--vDm644 {CHANGES,README.rst,TODO}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-libtmux/repos/community-any/PKGBUILD (from rev 428440, 
python-libtmux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 20:54:21 UTC (rev 428441)
@@ -0,0 +1,60 @@
+# Maintainer: David Runge 
+_name=libtmux
+pkgbase=python-libtmux
+pkgname=('python-libtmux' 'python2-libtmux')
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Python api for tmux"
+arch=('any')
+url="https://libtmux.git-pull.com/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'tmux')
+checkdepends=('python-pytest' 'python2-pytest' 'procps-ng')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${_name}/archive/v${pkgver}.tar.gz";)
+# pypi sources don't include the tests: 
https://github.com/tmux-python/libtmux/issues/173
+#source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('a26410aa6840325f2572e430427a1805c7086a19ea49ff7794a6542e8c2805b15d306f1a01adb3bea23b4c99980c4c40b0de431dde16bd7f35491011314df13e')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  python -m pytest
+  python2 -m pytest
+}
+
+package_python-libtmux() {
+  depends=('python' 'tmux')
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname[0]}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname[0]}" \
+-vDm 644 {CHANGES,README.rst,TODO}
+}
+
+package_python2-libtmux() {
+  depends=('python2' 'tmux')
+  cd "${_name}-${pkgver}"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # license
+  install -vDm 644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname[1]}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname[1]}" \
+-vDm 644 {CHANGES,README.rst,TODO}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in tmuxp/repos/community-any (PKGBUILD PKGBUILD)

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 21:48:13
  Author: dvzrv
Revision: 428480

archrelease: copy trunk to community-any

Added:
  tmuxp/repos/community-any/PKGBUILD
(from rev 428479, tmuxp/trunk/PKGBUILD)
Deleted:
  tmuxp/repos/community-any/PKGBUILD

--+
 PKGBUILD |   97 ++---
 1 file changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-29 21:48:03 UTC (rev 428479)
+++ PKGBUILD2019-01-29 21:48:13 UTC (rev 428480)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-pkgname=tmuxp
-pkgver=1.5.0a
-pkgrel=2
-pkgdesc="tmux session manager. built on libtmux"
-arch=('any')
-url="https://tmuxp.git-pull.com/en/latest/";
-license=('BSD')
-depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux>=0.8.0' 'tmux')
-checkdepends=('python-pytest' 'python-pytest-rerunfailures')
-# pypi sources don't include tests: 
https://github.com/tmux-python/tmuxp/issues/431
-#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('e98847eb8613f44f114ecb896bc39ec213a4c7a0c29eb45ea243735aa835582db28d69baeb374c09779687ef0be692c7191fe31226f1b89cc6e4c73d226b0aa8')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # remove all hard version pinning:
-  # https://github.com/tmux-python/tmuxp/issues/432
-  sed -e 's/==/>=/g' -i requirements/*.txt
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-# test_workspacebuilder.py does not return:
-# https://github.com/tmux-python/tmuxp/issues/377
-check() {
-  cd "${pkgname}-${pkgver}"
-  py.test -k "not test_workspacebuilder"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}/"
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {CHANGES,README.rst}
-}
-
-# vim:set ts=2 sw=2 et:}

Copied: tmuxp/repos/community-any/PKGBUILD (from rev 428479, 
tmuxp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-29 21:48:13 UTC (rev 428480)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+pkgname=tmuxp
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="tmux session manager. built on libtmux"
+arch=('any')
+url="https://tmuxp.git-pull.com/en/latest/";
+license=('MIT')
+depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux')
+checkdepends=('python-pytest' 'python-pytest-rerunfailures')
+# pypi sources don't include tests: 
https://github.com/tmux-python/tmuxp/issues/431
+# pypi sources don't include tests/scripts: 
https://github.com/tmux-python/tmuxp/issues/474
+#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tmux-python/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('e6b90e01e47a115f2dc69c7b49216059c83337b42e0e0fd0df735fa205cf47459a70ac445bae5953a84437f09869824e4363f35cb96b453df3fb9dd85c6554fa')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove all hard version pinning:
+  # https://github.com/tmux-python/tmuxp/issues/432
+  sed -e 's/==/>=/g' -i requirements/*.txt
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+# test_workspacebuilder.py does not return:
+# https://github.com/tmux-python/tmuxp/issues/377
+  py.test -k "not test_workspacebuilder"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}/"
+  # license
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {CHANGES,README.rst}
+}
+
+# vim:set ts=2 sw=2 et:}


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

2019-01-29 Thread David Runge via arch-commits
Date: Tuesday, January 29, 2019 @ 21:48:03
  Author: dvzrv
Revision: 428479

upgpkg: tmuxp 1.5.0-1

Upgrading to 1.5.0. Changing license to MIT. still using github sources, 
because of missing fixtures.

Modified:
  tmuxp/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-29 21:47:33 UTC (rev 428478)
+++ PKGBUILD2019-01-29 21:48:03 UTC (rev 428479)
@@ -1,17 +1,18 @@
 # Maintainer: David Runge 
 pkgname=tmuxp
-pkgver=1.5.0a
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
 pkgdesc="tmux session manager. built on libtmux"
 arch=('any')
 url="https://tmuxp.git-pull.com/en/latest/";
-license=('BSD')
-depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux>=0.8.0' 'tmux')
+license=('MIT')
+depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 
'python-libtmux')
 checkdepends=('python-pytest' 'python-pytest-rerunfailures')
 # pypi sources don't include tests: 
https://github.com/tmux-python/tmuxp/issues/431
+# pypi sources don't include tests/scripts: 
https://github.com/tmux-python/tmuxp/issues/474
 
#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tony/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('e98847eb8613f44f114ecb896bc39ec213a4c7a0c29eb45ea243735aa835582db28d69baeb374c09779687ef0be692c7191fe31226f1b89cc6e4c73d226b0aa8')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tmux-python/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('e6b90e01e47a115f2dc69c7b49216059c83337b42e0e0fd0df735fa205cf47459a70ac445bae5953a84437f09869824e4363f35cb96b453df3fb9dd85c6554fa')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -25,10 +26,10 @@
   python setup.py build
 }
 
+check() {
+  cd "${pkgname}-${pkgver}"
 # test_workspacebuilder.py does not return:
 # https://github.com/tmux-python/tmuxp/issues/377
-check() {
-  cd "${pkgname}-${pkgver}"
   py.test -k "not test_workspacebuilder"
 }
 


[arch-commits] Commit in nextcloud-app-spreed/repos/community-any (PKGBUILD PKGBUILD)

2019-01-31 Thread David Runge via arch-commits
Date: Thursday, January 31, 2019 @ 18:18:52
  Author: dvzrv
Revision: 428774

archrelease: copy trunk to community-any

Added:
  nextcloud-app-spreed/repos/community-any/PKGBUILD
(from rev 428773, nextcloud-app-spreed/trunk/PKGBUILD)
Deleted:
  nextcloud-app-spreed/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-31 18:18:45 UTC (rev 428773)
+++ PKGBUILD2019-01-31 18:18:52 UTC (rev 428774)
@@ -1,22 +0,0 @@
-# Maintainer: David Runge 
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed";
-license=('AGPL3')
-depends=('nextcloud<16.0.0')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('201ad8f6bc3f1c45088970fb6647194ee13517b7765a9b4f2b8664c903d31ccf2e8ad55f4d2d4c75b41a0ec1e4f81ccb6f0e9176f8004d7695b10dcfb849d2fa')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 428773, 
nextcloud-app-spreed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-31 18:18:52 UTC (rev 428774)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge 
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed";
+license=('AGPL3')
+depends=('nextcloud<16.0.0')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('ef849cb56f7973a92a61d19f36d1aaa795ec2d4c6c44e11d52ee675a21b8751a46003636dfdb2aacc87c0bf25e9e1dbb6fa61ffee3aa61a7e8f0ba627996ac0b')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -dm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+  cp -av ${_name}/* "${pkgdir}/usr/share/webapps/nextcloud/apps/${_name}/"
+}


[arch-commits] Commit in nextcloud-app-spreed/trunk (PKGBUILD)

2019-01-31 Thread David Runge via arch-commits
Date: Thursday, January 31, 2019 @ 18:18:45
  Author: dvzrv
Revision: 428773

upgpkg: nextcloud-app-spreed 5.0.2-1

Upgrading to 5.0.2.

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-31 17:52:45 UTC (rev 428772)
+++ PKGBUILD2019-01-31 18:18:45 UTC (rev 428773)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc="Video & audio-conferencing using WebRTC"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('AGPL3')
 depends=('nextcloud<16.0.0')
 
source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('201ad8f6bc3f1c45088970fb6647194ee13517b7765a9b4f2b8664c903d31ccf2e8ad55f4d2d4c75b41a0ec1e4f81ccb6f0e9176f8004d7695b10dcfb849d2fa')
+sha512sums=('ef849cb56f7973a92a61d19f36d1aaa795ec2d4c6c44e11d52ee675a21b8751a46003636dfdb2aacc87c0bf25e9e1dbb6fa61ffee3aa61a7e8f0ba627996ac0b')
 
 prepare() {
   find ${_name} -type f -exec chmod 644 {} +


[arch-commits] Commit in din/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-31 Thread David Runge via arch-commits
Date: Thursday, January 31, 2019 @ 18:33:26
  Author: dvzrv
Revision: 428776

archrelease: copy trunk to community-x86_64

Added:
  din/repos/community-x86_64/PKGBUILD
(from rev 428775, din/trunk/PKGBUILD)
Deleted:
  din/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-31 18:33:18 UTC (rev 428775)
+++ PKGBUILD2019-01-31 18:33:26 UTC (rev 428776)
@@ -1,37 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: muzhed 
-
-pkgname=din
-pkgver=38.a
-_pkgver=${pkgver//.}
-pkgrel=1
-pkgdesc="A sound synthesizer and musical instrument."
-arch=('x86_64')
-url="https://dinisnoise.org/";
-license=('GPL2')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
-makedepends=('boost' 'glu')
-source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${_pkgver}.tar.gz";)
-sha512sums=('252154fdf401d4eb37979c63765280d065ff57b680789020d068b682e71ddbaec5361168615d1b325d41f095620c72bf3f622471082f01ec185667c417135484')
-
-prepare() {
-  cd "${pkgname}-${_pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-  CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
-  CFLAGS="${CFLAGS} -O3" \
-  ./configure --prefix='/usr'
-  make
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  make install DESTDIR="${pkgdir}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
-}

Copied: din/repos/community-x86_64/PKGBUILD (from rev 428775, 
din/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-31 18:33:26 UTC (rev 428776)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Contributor: muzhed 
+
+pkgname=din
+pkgver=39.0.1
+pkgrel=1
+pkgdesc="A sound synthesizer and musical instrument."
+arch=('x86_64')
+url="https://dinisnoise.org/";
+license=('GPL2')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
+makedepends=('boost' 'glu')
+source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('25ab9f9129090ed4d4554b647644a51d577ad692978e074e6712ad05fa2e2f1be9c80b7199fdcf48234abf5bacc3734cffb1fe0bd99c81c5acc601af3632')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
+  CFLAGS="${CFLAGS} -O3" \
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
+}


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

2019-01-31 Thread David Runge via arch-commits
Date: Thursday, January 31, 2019 @ 18:33:18
  Author: dvzrv
Revision: 428775

upgpkg: din 39.0.1-1

Upgrading to 39.0.1. Removing custom _pkgver hack.

Modified:
  din/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-31 18:18:52 UTC (rev 428774)
+++ PKGBUILD2019-01-31 18:33:18 UTC (rev 428775)
@@ -2,8 +2,7 @@
 # Contributor: muzhed 
 
 pkgname=din
-pkgver=38.a
-_pkgver=${pkgver//.}
+pkgver=39.0.1
 pkgrel=1
 pkgdesc="A sound synthesizer and musical instrument."
 arch=('x86_64')
@@ -12,16 +11,16 @@
 groups=('pro-audio')
 depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
 makedepends=('boost' 'glu')
-source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${_pkgver}.tar.gz";)
-sha512sums=('252154fdf401d4eb37979c63765280d065ff57b680789020d068b682e71ddbaec5361168615d1b325d41f095620c72bf3f622471082f01ec185667c417135484')
+source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('25ab9f9129090ed4d4554b647644a51d577ad692978e074e6712ad05fa2e2f1be9c80b7199fdcf48234abf5bacc3734cffb1fe0bd99c81c5acc601af3632')
 
 prepare() {
-  cd "${pkgname}-${_pkgver}"
+  cd "${pkgname}-${pkgver}"
   autoreconf -vfi
 }
 
 build() {
-  cd "${pkgname}-${_pkgver}"
+  cd "${pkgname}-${pkgver}"
   CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
   CFLAGS="${CFLAGS} -O3" \
   ./configure --prefix='/usr'
@@ -29,7 +28,7 @@
 }
 
 package() {
-  cd "${pkgname}-${_pkgver}"
+  cd "${pkgname}-${pkgver}"
   make install DESTDIR="${pkgdir}"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \


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

2019-02-01 Thread David Runge via arch-commits
Date: Friday, February 1, 2019 @ 09:23:28
  Author: dvzrv
Revision: 428997

upgpkg: dragonfly-reverb 1.1.3-1

Upgrading to 1.1.3. Using system libsamplerate to compile the vendored 
freeverb3.

Modified:
  dragonfly-reverb/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-01 09:22:11 UTC (rev 428996)
+++ PKGBUILD2019-02-01 09:23:28 UTC (rev 428997)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=dragonfly-reverb
 _name=DragonflyReverb
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('jack' 'libglvnd')
 makedepends=('gendesk' 'liblo' 'lv2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tgz";)
-sha512sums=('a6a2109932676877f80ab18011bed6f13acd65e79cbca5c4c7c993839066ffa9615a2e575771a4fbf31cbbd48d0669548d26c44c8f0e5965eb7ab1e9018cbc3e')
+sha512sums=('1e93c1f067499153b4015715448f1d14effaeab06b0a0fb4d009fe5531730355c0830c65e46ae9694ee219da043c1476e0f73fccd4369072f170d9327209d55e')
 
 prepare() {
   mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
@@ -27,6 +27,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
+  export SYSTEM_LIBSAMPLERATE="true"
   make
 }
 


[arch-commits] Commit in dragonfly-reverb/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-01 Thread David Runge via arch-commits
Date: Friday, February 1, 2019 @ 09:23:35
  Author: dvzrv
Revision: 428998

archrelease: copy trunk to community-x86_64

Added:
  dragonfly-reverb/repos/community-x86_64/PKGBUILD
(from rev 428997, dragonfly-reverb/trunk/PKGBUILD)
Deleted:
  dragonfly-reverb/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   89 ++---
 1 file changed, 45 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-01 09:23:28 UTC (rev 428997)
+++ PKGBUILD2019-02-01 09:23:35 UTC (rev 428998)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-pkgname=dragonfly-reverb
-_name=DragonflyReverb
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
-arch=('x86_64')
-url="https://github.com/michaelwillis/dragonfly-reverb";
-license=('GPL3')
-groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
-depends=('jack' 'libglvnd')
-makedepends=('gendesk' 'liblo' 'lv2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tgz";)
-sha512sums=('a6a2109932676877f80ab18011bed6f13acd65e79cbca5c4c7c993839066ffa9615a2e575771a4fbf31cbbd48d0669548d26c44c8f0e5965eb7ab1e9018cbc3e')
-
-prepare() {
-  mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name DragonflyReverb \
-  --exec DragonflyReverb \
-  --categories "AudioVideo;Audio"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 755 "bin/${_name}" -t "${pkgdir}/usr/bin"
-  install -vDm 644 "${pkgname}.desktop" \
--t "${pkgdir}/usr/share/applications/"
-  install -vDm 755 "bin/${_name}-vst.so" -t "${pkgdir}/usr/lib/vst"
-  install -vDm 755 "bin/${_name}.lv2/"*.so \
--t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
-  install -vDm 644 "bin/${_name}.lv2/"*.ttl \
--t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: dragonfly-reverb/repos/community-x86_64/PKGBUILD (from rev 428997, 
dragonfly-reverb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-01 09:23:35 UTC (rev 428998)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+pkgname=dragonfly-reverb
+_name=DragonflyReverb
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="A free hall-style reverb based on freeverb3 algorithms"
+arch=('x86_64')
+url="https://github.com/michaelwillis/dragonfly-reverb";
+license=('GPL3')
+groups=('pro-audio' 'lv2-plugins' 'vst-plugins')
+depends=('jack' 'libglvnd')
+makedepends=('gendesk' 'liblo' 'lv2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/michaelwillis/${pkgname}/releases/download/${pkgver}/${_name}-Source-v${pkgver}.tgz";)
+sha512sums=('1e93c1f067499153b4015715448f1d14effaeab06b0a0fb4d009fe5531730355c0830c65e46ae9694ee219da043c1476e0f73fccd4369072f170d9327209d55e')
+
+prepare() {
+  mv -v "DragonflyReverb-Source-v${pkgver}" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name DragonflyReverb \
+  --exec DragonflyReverb \
+  --categories "AudioVideo;Audio"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  export SYSTEM_LIBSAMPLERATE="true"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 755 "bin/${_name}" -t "${pkgdir}/usr/bin"
+  install -vDm 644 "${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  install -vDm 755 "bin/${_name}-vst.so" -t "${pkgdir}/usr/lib/vst"
+  install -vDm 755 "bin/${_name}.lv2/"*.so \
+-t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
+  install -vDm 644 "bin/${_name}.lv2/"*.ttl \
+-t "${pkgdir}/usr/lib/lv2/${_name}.lv2/"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-02-02 Thread David Runge via arch-commits
Date: Saturday, February 2, 2019 @ 14:55:59
  Author: dvzrv
Revision: 429175

upgpkg: python-atomicwrites 1.3.0-1

Upgrading to 1.3.0.

Modified:
  python-atomicwrites/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-02 13:38:05 UTC (rev 429174)
+++ PKGBUILD2019-02-02 14:55:59 UTC (rev 429175)
@@ -4,7 +4,7 @@
 _name=atomicwrites
 pkgbase=python-atomicwrites
 pkgname=('python-atomicwrites' 'python2-atomicwrites')
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Atomic file writes on POSIX"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('4df7ee97e0817a80378b273ced310b8ad88eb6ced93a594a6e3dc38ad1e7208226fde01b6d282f85583c57a50859e82c85bacaae8a7c64fce55e6965f74b12c5')
+sha512sums=('9b619b622f4509c2a41ad340f91bd6e74f238cf9a35f4662fa70f1f957a78069cb89f9bf16f8da70a597bc43a0c6c4fdea6afd0d157364a53a2fa5d8f4272a61')
 
 build() {
   cd "${_name}-${pkgver}"


[arch-commits] Commit in python-atomicwrites/repos/community-any (PKGBUILD PKGBUILD)

2019-02-02 Thread David Runge via arch-commits
Date: Saturday, February 2, 2019 @ 14:56:12
  Author: dvzrv
Revision: 429176

archrelease: copy trunk to community-any

Added:
  python-atomicwrites/repos/community-any/PKGBUILD
(from rev 429175, python-atomicwrites/trunk/PKGBUILD)
Deleted:
  python-atomicwrites/repos/community-any/PKGBUILD

--+
 PKGBUILD |  105 ++---
 1 file changed, 52 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-02 14:55:59 UTC (rev 429175)
+++ PKGBUILD2019-02-02 14:56:12 UTC (rev 429176)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: eolianoe 
-
-_name=atomicwrites
-pkgbase=python-atomicwrites
-pkgname=('python-atomicwrites' 'python2-atomicwrites')
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Atomic file writes on POSIX"
-arch=('any')
-url="https://github.com/untitaker/python-atomicwrites";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('4df7ee97e0817a80378b273ced310b8ad88eb6ced93a594a6e3dc38ad1e7208226fde01b6d282f85583c57a50859e82c85bacaae8a7c64fce55e6965f74b12c5')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  export PYTHONPATH=build:${PYTHONPATH}
-  py.test
-  py.test2
-}
-
-package_python-atomicwrites() {
-  depends=('python')
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-atomicwrites() {
-  depends=('python2')
-  cd "${_name}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-

Copied: python-atomicwrites/repos/community-any/PKGBUILD (from rev 429175, 
python-atomicwrites/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-02 14:56:12 UTC (rev 429176)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+# Contributor: eolianoe 
+
+_name=atomicwrites
+pkgbase=python-atomicwrites
+pkgname=('python-atomicwrites' 'python2-atomicwrites')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Atomic file writes on POSIX"
+arch=('any')
+url="https://github.com/untitaker/python-atomicwrites";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('9b619b622f4509c2a41ad340f91bd6e74f238cf9a35f4662fa70f1f957a78069cb89f9bf16f8da70a597bc43a0c6c4fdea6afd0d157364a53a2fa5d8f4272a61')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  export PYTHONPATH=build:${PYTHONPATH}
+  py.test
+  py.test2
+}
+
+package_python-atomicwrites() {
+  depends=('python')
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-atomicwrites() {
+  depends=('python2')
+  cd "${_name}-${pkgver}"
+  python2 setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+


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

2019-02-02 Thread David Runge via arch-commits
Date: Saturday, February 2, 2019 @ 16:05:22
  Author: dvzrv
Revision: 429178

upgpkg: python-etesync 0.6.1-1

Upgrading to 0.6.1. Disabling more integration tests.

Modified:
  python-etesync/trunk/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 14 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-02 15:35:31 UTC (rev 429177)
+++ PKGBUILD2019-02-02 16:05:22 UTC (rev 429178)
@@ -2,35 +2,21 @@
 
 _name=etesync
 pkgname=python-etesync
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Python API to interact with an EteSync server."
 arch=('any')
 url="https://pypi.python.org/pypi/etesync/";
 license=('LGPL')
-depends=('python-appdirs'
- 'python-asn1crypto'
- 'python-cffi'
- 'python-coverage'
- 'python-cryptography'
- 'python-furl'
- 'python-idna'
- 'python-orderedmultidict'
- 'python-packaging'
- 'python-peewee'
- 'python-py'
- 'python-pyasn1'
- 'python-pycparser'
- 'python-pyparsing'
- 'python-dateutil'
- 'python-requests'
- 'python-scrypt'
- 'python-six'
- 'python-vobject')
+depends=('python-appdirs' 'python-asn1crypto' 'python-cffi' 'python-coverage'
+'python-cryptography' 'python-furl' 'python-idna' 'python-orderedmultidict'
+'python-packaging' 'python-peewee' 'python-py' 'python-pyasn1'
+'python-pycparser' 'python-pyparsing' 'python-dateutil' 'python-requests'
+'python-scrypt' 'python-six' 'python-vobject')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('b76e35755476a1c7f7c8729bffcf48a20b2f27281896cc29b93426ef93c36700e9b03b9a8fad5903bb6e25fe0251272883861e189ab67eaf18ec48138a4eee25')
+sha512sums=('d779593e43e08a103c626057c6274dc00d1eef318a08dc052e9360d38132350c15f6dd99e607834590878e745efad153357348c2199d13d5ee22c9fd2485d3a2')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -45,7 +31,13 @@
   cd "${pkgname}-${pkgver}"
   # only run relevant tests:
   # https://github.com/etesync/pyetesync/issues/5
-  pytest tests/{test_collections.py,test_crypto.py}
+  # disable intermingled integration tests
+  # https://github.com/etesync/pyetesync/issues/12
+  pytest -k 'not test_crud \
+and not test_content_crud \
+and not test_syncing \
+and not test_unicode' \
+tests/{test_collections.py,test_crypto.py}
 }
 
 package() {


[arch-commits] Commit in python-etesync/repos/community-any (PKGBUILD PKGBUILD)

2019-02-02 Thread David Runge via arch-commits
Date: Saturday, February 2, 2019 @ 16:05:30
  Author: dvzrv
Revision: 429179

archrelease: copy trunk to community-any

Added:
  python-etesync/repos/community-any/PKGBUILD
(from rev 429178, python-etesync/trunk/PKGBUILD)
Deleted:
  python-etesync/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 -
 1 file changed, 52 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-02 16:05:22 UTC (rev 429178)
+++ PKGBUILD2019-02-02 16:05:30 UTC (rev 429179)
@@ -1,60 +0,0 @@
-# Maintainer: David Runge 
-
-_name=etesync
-pkgname=python-etesync
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="Python API to interact with an EteSync server."
-arch=('any')
-url="https://pypi.python.org/pypi/etesync/";
-license=('LGPL')
-depends=('python-appdirs'
- 'python-asn1crypto'
- 'python-cffi'
- 'python-coverage'
- 'python-cryptography'
- 'python-furl'
- 'python-idna'
- 'python-orderedmultidict'
- 'python-packaging'
- 'python-peewee'
- 'python-py'
- 'python-pyasn1'
- 'python-pycparser'
- 'python-pyparsing'
- 'python-dateutil'
- 'python-requests'
- 'python-scrypt'
- 'python-six'
- 'python-vobject')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('b76e35755476a1c7f7c8729bffcf48a20b2f27281896cc29b93426ef93c36700e9b03b9a8fad5903bb6e25fe0251272883861e189ab67eaf18ec48138a4eee25')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # only run relevant tests:
-  # https://github.com/etesync/pyetesync/issues/5
-  pytest tests/{test_collections.py,test_crypto.py}
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {DESCRIPTION.rst,README.md}
-}
-

Copied: python-etesync/repos/community-any/PKGBUILD (from rev 429178, 
python-etesync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-02 16:05:30 UTC (rev 429179)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge 
+
+_name=etesync
+pkgname=python-etesync
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Python API to interact with an EteSync server."
+arch=('any')
+url="https://pypi.python.org/pypi/etesync/";
+license=('LGPL')
+depends=('python-appdirs' 'python-asn1crypto' 'python-cffi' 'python-coverage'
+'python-cryptography' 'python-furl' 'python-idna' 'python-orderedmultidict'
+'python-packaging' 'python-peewee' 'python-py' 'python-pyasn1'
+'python-pycparser' 'python-pyparsing' 'python-dateutil' 'python-requests'
+'python-scrypt' 'python-six' 'python-vobject')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('d779593e43e08a103c626057c6274dc00d1eef318a08dc052e9360d38132350c15f6dd99e607834590878e745efad153357348c2199d13d5ee22c9fd2485d3a2')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # only run relevant tests:
+  # https://github.com/etesync/pyetesync/issues/5
+  # disable intermingled integration tests
+  # https://github.com/etesync/pyetesync/issues/12
+  pytest -k 'not test_crud \
+and not test_content_crud \
+and not test_syncing \
+and not test_unicode' \
+tests/{test_collections.py,test_crypto.py}
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {DESCRIPTION.rst,README.md}
+}
+


[arch-commits] Commit in supercollider/trunk (3 files)

2019-02-02 Thread David Runge via arch-commits
Date: Saturday, February 2, 2019 @ 18:27:57
  Author: dvzrv
Revision: 429209

Upgrading to 3.10.1. Backporting proposed upstream fix for external libraries 
vs. system libraries.

Added:
  supercollider/trunk/supercollider-use_system_boost.patch
Modified:
  supercollider/trunk/PKGBUILD
Deleted:
  supercollider/trunk/use-system-boost.patch

--+
 PKGBUILD |   12 -
 supercollider-use_system_boost.patch |  359 +
 use-system-boost.patch   |   75 --
 3 files changed, 365 insertions(+), 81 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-02 18:24:45 UTC (rev 429208)
+++ PKGBUILD2019-02-02 18:27:57 UTC (rev 429209)
@@ -4,8 +4,8 @@
 
 _name=SuperCollider
 pkgname=supercollider
-pkgver=3.10.0
-pkgrel=3
+pkgver=3.10.1
+pkgrel=1
 pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
 arch=('x86_64')
 url="https://supercollider.github.io";
@@ -19,12 +19,12 @@
 'sc3-plugins: additional extension plugins for scsynth')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2";
 'boost-1.67.patch'
-'use-system-boost.patch'
+"${pkgname}-use_system_boost.patch"
 )
 install="${pkgname}.install"
-sha512sums=('5670f0264329f0e90ed9c1b5bf63853fd67cd83ad48e2d96979ca548ed42265105d766e7fbb51839cb7b917a687929080e7c42f1c0baf3eb36a5365dee4b12bb'
+sha512sums=('283fb44f3c5d690f0c646782f3ac4d3cab6c9d787982006c85c743246f32bbe0de2b79dd1f6b183fd9a5085424b956c8e7c25878ef2418e50d41e1f8d85ed0b9'
 
'9980d77802f18fd56d2a13f24f070e81768d9111b2cc63e479a0e9b405a04aec28bc523e5d36aab0462af6a3831d64598470cdc6c3266431e2ca64aa427a6bf2'
-
'5e42f64e5e08ca9e03870e662b6694a0c41f4ab2e6522c8d2aade617a68b4455dc1932a18de18176a9ed9fc89e36f1f1ec76d3e3ff8322d0d1e8ae6fb85cbce9')
+
'd9b2ef108673b11a27c63654ceacf3b7e51df11ce05fc6d9045abd219ea718c2552f5ea026a5182c272639e695a1073192013b14cae257e7e4b00dd3c303ecae')
 
 prepare() {
   mv -v "${_name}-Source" "${pkgname}-${pkgver}"
@@ -34,7 +34,7 @@
   patch -Np1 -i ../boost-1.67.patch
   # make sure system boost is used
   # https://github.com/supercollider/supercollider/issues/4096
-  patch -Np1 -i ../use-system-boost.patch
+  patch -Np1 -i ../"${pkgname}-use_system_boost.patch"
   mkdir -v build
 }
 

Added: supercollider-use_system_boost.patch
===
--- supercollider-use_system_boost.patch(rev 0)
+++ supercollider-use_system_boost.patch2019-02-02 18:27:57 UTC (rev 
429209)
@@ -0,0 +1,359 @@
+diff --git c/CMakeLists.txt w/CMakeLists.txt
+index 063028774..a6b76f49b 100644
+--- c/CMakeLists.txt
 w/CMakeLists.txt
+@@ -253,20 +253,43 @@ if (NOT WIN32)
+ endif()
+ 
+ if(SYSTEM_BOOST)
+-  set(Boost_USE_MULTITHREADED  ON)
+-  find_package( Boost 1.50.0 COMPONENTS  thread system filesystem 
program_options regex test_exec_monitor )
+-endif()
+-
+-if (Boost_FOUND)
+-  link_directories(${Boost_LIBRARY_DIRS})
++set(Boost_USE_MULTITHREADED ON)
++find_package( Boost 1.50.0 COMPONENTS  thread system filesystem 
program_options regex test_exec_monitor )
++if (Boost_FOUND)
++# we're specifically setting up the boost libraries here, so we can
++# name them
++add_library(boost_thread_lib SHARED IMPORTED)
++set_property(TARGET boost_thread_lib PROPERTY IMPORTED_LOCATION
++  ${Boost_THREAD_LIBRARY})
++add_library(boost_system_lib SHARED IMPORTED)
++set_property(TARGET boost_system_lib PROPERTY IMPORTED_LOCATION
++  ${Boost_SYSTEM_LIBRARY})
++add_library(boost_filesystem_lib SHARED IMPORTED)
++set_property(TARGET boost_filesystem_lib PROPERTY IMPORTED_LOCATION
++  ${Boost_FILESYSTEM_LIBRARY})
++add_library(boost_program_options_lib SHARED IMPORTED)
++set_property(TARGET boost_program_options_lib PROPERTY
++  IMPORTED_LOCATION ${Boost_PROGRAM_OPTIONS_LIBRARY})
++add_library(boost_regex_lib SHARED IMPORTED)
++set_property(TARGET boost_regex_lib PROPERTY IMPORTED_LOCATION
++  ${Boost_REGEX_LIBRARY})
++add_library(boost_test_exec_monitor_lib SHARED IMPORTED)
++set_property(TARGET boost_test_exec_monitor_lib PROPERTY
++  IMPORTED_LOCATION ${Boost_TEST_EXEC_MONITOR_LIBRARY})
++set(boost_include_dirs ${Boost_INCLUDE_DIRS})
++else()
++set(SYSTEM_BOOST OFF)
++set(boost_include_dirs ${CMAKE_SOURCE_DIR}/external_libraries/boost)
++message(WARNING "Not using system boost because none was found.")
++endif()
+ else()
+-  message(STATUS "building boost libraries manually")
++set(boost_include_dirs ${CMAKE_SOURCE_DIR}/external_libraries/boost)
+ 

[arch-commits] Commit in supercollider/repos/community-x86_64 (8 files)

2019-02-02 Thread David Runge via arch-commits
Date: Saturday, February 2, 2019 @ 18:28:26
  Author: dvzrv
Revision: 429210

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 429209, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-x86_64/boost-1.67.patch
(from rev 429209, supercollider/trunk/boost-1.67.patch)
  supercollider/repos/community-x86_64/supercollider-use_system_boost.patch
(from rev 429209, supercollider/trunk/supercollider-use_system_boost.patch)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 429209, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  supercollider/repos/community-x86_64/boost-1.67.patch
  supercollider/repos/community-x86_64/supercollider.install
  supercollider/repos/community-x86_64/use-system-boost.patch

--+
 PKGBUILD |  126 +--
 boost-1.67.patch |   24 +-
 supercollider-use_system_boost.patch |  359 +
 supercollider.install|   16 -
 use-system-boost.patch   |   75 --
 5 files changed, 442 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-02 18:27:57 UTC (rev 429209)
+++ PKGBUILD2019-02-02 18:28:26 UTC (rev 429210)
@@ -1,63 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.10.0
-pkgrel=3
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io";
-license=('GPL3')
-groups=('pro-audio')
-depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg' 
'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'yaml-cpp')
-makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
-checkdepends=('xorg-server-xvfb')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2";
-'boost-1.67.patch'
-'use-system-boost.patch'
-)
-install="${pkgname}.install"
-sha512sums=('5670f0264329f0e90ed9c1b5bf63853fd67cd83ad48e2d96979ca548ed42265105d766e7fbb51839cb7b917a687929080e7c42f1c0baf3eb36a5365dee4b12bb'
-
'9980d77802f18fd56d2a13f24f070e81768d9111b2cc63e479a0e9b405a04aec28bc523e5d36aab0462af6a3831d64598470cdc6c3266431e2ca64aa427a6bf2'
-
'5e42f64e5e08ca9e03870e662b6694a0c41f4ab2e6522c8d2aade617a68b4455dc1932a18de18176a9ed9fc89e36f1f1ec76d3e3ff8322d0d1e8ae6fb85cbce9')
-
-prepare() {
-  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # supernova build:
-  # https://github.com/supercollider/supercollider/issues/3981
-  patch -Np1 -i ../boost-1.67.patch
-  # make sure system boost is used
-  # https://github.com/supercollider/supercollider/issues/4096
-  patch -Np1 -i ../use-system-boost.patch
-  mkdir -v build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIBSCSYNTH=ON \
-   -DFORTIFY=ON \
-   -DSYSTEM_YAMLCPP=ON \
-   -DSYSTEM_BOOST=ON \
-   -DSC_VIM=OFF
-  make VERBOSE=1
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  xvfb-run make test ARGS="-V" || warning "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555";
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 ../{AUTHORS,{CHANGELOG,README,README_LINUX}.md}
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 429209, 
supercollider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-02 18:28:26 UTC (rev 429210)
@@ -0,0 +1,63 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io";
+license=('GPL3')
+groups=('pro-audio')
+depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg' 
'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'yaml-cpp')
+makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
+checkdepends=('xorg-server-xvfb')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'sc3-plugins: additional extension plugins for scsynth')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux

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

2019-02-03 Thread David Runge via arch-commits
Date: Sunday, February 3, 2019 @ 16:16:52
  Author: dvzrv
Revision: 429484

upgpkg: rtirq 20190129-1

Upgrading to 20190129. Making modifications and installation of service files 
more generic to cater for additional ones.

Modified:
  rtirq/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-03 15:30:06 UTC (rev 429483)
+++ PKGBUILD2019-02-03 16:16:52 UTC (rev 429484)
@@ -1,31 +1,32 @@
 # Maintainer: David Runge 
 # Contributor: Corey Mwamba 
-# Contributor: Corey Mwamba 
 
 pkgname=rtirq
-pkgver=20180209
-pkgrel=3
+pkgver=20190129
+pkgrel=1
 pkgdesc="Realtime IRQ thread system tuning."
 arch=('any')
-url="https://www.rncbc.org/archive/#rtirq";
+url="http://www.rncbc.org/archive/#rtirq";
 license=('GPL2')
 groups=('realtime')
 depends=('bash')
 backup=('etc/rtirq.conf')
-source=("https://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('9de924e627b91d6df162b6c8c0c3421fbab11f08162abe98b0fac8742ea924a7e0a18aab23d828e19fe81dfdb70f2f6814c7195acbcbc93af9a339dc549190b2')
+source=("http://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('e433716ef7269a8bb921b1f3e9bb7b75ed521c482172d1bf43e19a4f11b5a211949f1a2b952aee0a1b8b54c456fe629d97d6766bd287b71fd73c22d2c0ed746e'
+'SKIP')
+validpgpkeys=('0E89694D1D4F7883B98DEFA19D0514152A8E5EC4') # Rui Nuno Capela 

 
 prepare() {
   cd "${pkgname}-${pkgver}"
   # fix executable location in systemd service
-  sed -e "s|etc/init.d|usr/bin|" -i "${pkgname}.service"
+  sed -e "s|etc/init.d|usr/bin|" -i *".service"
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
   install -vDm 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
-  install -vDm 644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf"
-  install -vDm 644 "${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
+  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/"
+  install -vDm 644 *".service" -t \
+"${pkgdir}/usr/lib/systemd/system/"
 }
 


[arch-commits] Commit in rtirq/repos/community-any (PKGBUILD PKGBUILD)

2019-02-03 Thread David Runge via arch-commits
Date: Sunday, February 3, 2019 @ 16:17:00
  Author: dvzrv
Revision: 429485

archrelease: copy trunk to community-any

Added:
  rtirq/repos/community-any/PKGBUILD
(from rev 429484, rtirq/trunk/PKGBUILD)
Deleted:
  rtirq/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-03 16:16:52 UTC (rev 429484)
+++ PKGBUILD2019-02-03 16:17:00 UTC (rev 429485)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Corey Mwamba 
-# Contributor: Corey Mwamba 
-
-pkgname=rtirq
-pkgver=20180209
-pkgrel=3
-pkgdesc="Realtime IRQ thread system tuning."
-arch=('any')
-url="https://www.rncbc.org/archive/#rtirq";
-license=('GPL2')
-groups=('realtime')
-depends=('bash')
-backup=('etc/rtirq.conf')
-source=("https://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('9de924e627b91d6df162b6c8c0c3421fbab11f08162abe98b0fac8742ea924a7e0a18aab23d828e19fe81dfdb70f2f6814c7195acbcbc93af9a339dc549190b2')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix executable location in systemd service
-  sed -e "s|etc/init.d|usr/bin|" -i "${pkgname}.service"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -vDm 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
-  install -vDm 644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf"
-  install -vDm 644 "${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}
-

Copied: rtirq/repos/community-any/PKGBUILD (from rev 429484, 
rtirq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-03 16:17:00 UTC (rev 429485)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: Corey Mwamba 
+
+pkgname=rtirq
+pkgver=20190129
+pkgrel=1
+pkgdesc="Realtime IRQ thread system tuning."
+arch=('any')
+url="http://www.rncbc.org/archive/#rtirq";
+license=('GPL2')
+groups=('realtime')
+depends=('bash')
+backup=('etc/rtirq.conf')
+source=("http://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('e433716ef7269a8bb921b1f3e9bb7b75ed521c482172d1bf43e19a4f11b5a211949f1a2b952aee0a1b8b54c456fe629d97d6766bd287b71fd73c22d2c0ed746e'
+'SKIP')
+validpgpkeys=('0E89694D1D4F7883B98DEFA19D0514152A8E5EC4') # Rui Nuno Capela 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # fix executable location in systemd service
+  sed -e "s|etc/init.d|usr/bin|" -i *".service"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -vDm 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/"
+  install -vDm 644 *".service" -t \
+"${pkgdir}/usr/lib/systemd/system/"
+}
+


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

2019-02-05 Thread David Runge via arch-commits
Date: Tuesday, February 5, 2019 @ 22:33:40
  Author: dvzrv
Revision: 429677

upgpkg: lv2 1.16.0-1

Upgrading to 1.16.0. Switching to python based make/optdepends. Removing 
python2 shebang fix.

Modified:
  lv2/trunk/PKGBUILD

--+
 PKGBUILD |   43 +--
 1 file changed, 17 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 22:20:32 UTC (rev 429676)
+++ PKGBUILD2019-02-05 22:33:40 UTC (rev 429677)
@@ -2,54 +2,45 @@
 # Contributor: Ray Rashif 
 
 pkgname=lv2
-pkgver=1.14.0
-pkgrel=3
+pkgver=1.16.0
+pkgrel=1
 pkgdesc="Plugin standard for audio systems"
 url="http://lv2plug.in/";
 license=('LGPL' 'custom')
 arch=('x86_64')
 makedepends=('asciidoc' 'doxygen' 'gtk2' 'libsndfile' 'pygmentize'
-'python2-pygments' 'python2-rdflib' 'python2-six')
+'python-pygments' 'python-rdflib')
 optdepends=('libsndfile: Example sampler'
-'gtk2: Example sampler'
-'python2-pygments: Documentation generator script'
-'python2-rdflib: Documentation generator script')
-provides=('lv2core')
-conflicts=('lv2core')
-replaces=('lv2core')
-source=("http://lv2plug.in/spec/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('6991d848ed9f04a48ca3070efc15af83431f680aa8a8559a02b1666f7b8d43af8e089f78c3b14ad3345dac32fd1c8ad0faf3a3f56dddc07c6f0e0aeef4077498'
-'SKIP') # David Robillard
-validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
+'gtk2: Example scope and sampler'
+'python-pygments: Documentation generator script'
+'python-rdflib: Documentation generator script')
+source=("http://lv2plug.in/spec/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('ead6d590cded5dd7a548d6ffe0f2f9f8efadfa7bb9e8b4fa0aea6664ccdfbb3ca697514bddebe695a9442fba5b62714b5cd45c1bf7d0aaef12ffe50972c2d88c'
+'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard 

 
-prepare(){
-  cd "${pkgname}-${pkgver}"
-  # fix python2 shebang
-  sed -e 's/python/python2/' -i lv2specgen/lv2specgen.py
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
-  python2 waf configure --prefix=/usr \
+  python waf configure --prefix=/usr \
 --libdir=/usr/lib \
 --docs \
 --test
-  python2 waf build $MAKEFLAGS
+  python waf build $MAKEFLAGS
 }
 
 check() {
   cd "${pkgname}-${pkgver}"
-  python2 waf test
+  python waf test
 }
 
 package() {
   cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
+  python waf install --destdir="${pkgdir}"
   # license
-  install -vDm644 COPYING \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 COPYING \
+-t "${pkgdir}/usr/share/licenses/${pkgname}/"
   # docs
-  install -vDm644 {NEWS,README.md}\
+  install -vDm 644 {NEWS,README.md} \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 


[arch-commits] Commit in lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-05 Thread David Runge via arch-commits
Date: Tuesday, February 5, 2019 @ 22:33:48
  Author: dvzrv
Revision: 429678

archrelease: copy trunk to community-x86_64

Added:
  lv2/repos/community-x86_64/PKGBUILD
(from rev 429677, lv2/trunk/PKGBUILD)
Deleted:
  lv2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 +++--
 1 file changed, 47 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-05 22:33:40 UTC (rev 429677)
+++ PKGBUILD2019-02-05 22:33:48 UTC (rev 429678)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-
-pkgname=lv2
-pkgver=1.14.0
-pkgrel=3
-pkgdesc="Plugin standard for audio systems"
-url="http://lv2plug.in/";
-license=('LGPL' 'custom')
-arch=('x86_64')
-makedepends=('asciidoc' 'doxygen' 'gtk2' 'libsndfile' 'pygmentize'
-'python2-pygments' 'python2-rdflib' 'python2-six')
-optdepends=('libsndfile: Example sampler'
-'gtk2: Example sampler'
-'python2-pygments: Documentation generator script'
-'python2-rdflib: Documentation generator script')
-provides=('lv2core')
-conflicts=('lv2core')
-replaces=('lv2core')
-source=("http://lv2plug.in/spec/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('6991d848ed9f04a48ca3070efc15af83431f680aa8a8559a02b1666f7b8d43af8e089f78c3b14ad3345dac32fd1c8ad0faf3a3f56dddc07c6f0e0aeef4077498'
-'SKIP') # David Robillard
-validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-  # fix python2 shebang
-  sed -e 's/python/python2/' -i lv2specgen/lv2specgen.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf configure --prefix=/usr \
---libdir=/usr/lib \
---docs \
---test
-  python2 waf build $MAKEFLAGS
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-  # license
-  install -vDm644 COPYING \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -vDm644 {NEWS,README.md}\
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lv2/repos/community-x86_64/PKGBUILD (from rev 429677, 
lv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-05 22:33:48 UTC (rev 429678)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+
+pkgname=lv2
+pkgver=1.16.0
+pkgrel=1
+pkgdesc="Plugin standard for audio systems"
+url="http://lv2plug.in/";
+license=('LGPL' 'custom')
+arch=('x86_64')
+makedepends=('asciidoc' 'doxygen' 'gtk2' 'libsndfile' 'pygmentize'
+'python-pygments' 'python-rdflib')
+optdepends=('libsndfile: Example sampler'
+'gtk2: Example scope and sampler'
+'python-pygments: Documentation generator script'
+'python-rdflib: Documentation generator script')
+source=("http://lv2plug.in/spec/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('ead6d590cded5dd7a548d6ffe0f2f9f8efadfa7bb9e8b4fa0aea6664ccdfbb3ca697514bddebe695a9442fba5b62714b5cd45c1bf7d0aaef12ffe50972c2d88c'
+'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard 

+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python waf configure --prefix=/usr \
+--libdir=/usr/lib \
+--docs \
+--test
+  python waf build $MAKEFLAGS
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python waf test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python waf install --destdir="${pkgdir}"
+  # license
+  install -vDm 644 COPYING \
+-t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # docs
+  install -vDm 644 {NEWS,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-05 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 00:12:45
  Author: dvzrv
Revision: 429694

upgpkg: cmt 1.17-1

Upgrading to 1.17. Switching to https for source and url. Fixing Makefile for 
full RELRO.

Modified:
  cmt/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-05 23:44:51 UTC (rev 429693)
+++ PKGBUILD2019-02-06 00:12:45 UTC (rev 429694)
@@ -3,25 +3,23 @@
 #Contributor: Robert Emil Berge 
 
 pkgname=cmt
-pkgver=1.16
-pkgrel=8
+pkgver=1.17
+pkgrel=1
 pkgdesc="LADSPA plugins for use with software synthesis and recording packages 
on Linux"
 arch=('x86_64')
 license=('GPL2')
-url="http://www.ladspa.org/cmt/overview.html";
+url="https://www.ladspa.org/cmt/overview.html";
 depends=('gcc-libs')
 makedepends=('ladspa')
 groups=('ladspa-plugins' 'pro-audio')
-source=("http://www.ladspa.org/download/${pkgname}_src_${pkgver}.tgz";)
-sha512sums=('be4aaa064183b6121b4ca8d7d2535cb9a3bcb557e3a2f22b45ec9775b0e296f70a9a7edf697b78095d6ef1564bb5459bb742649082ac724d1774c0790379af21')
+source=("https://www.ladspa.org/download/${pkgname}_${pkgver}.tgz";)
+sha512sums=('7df31a44c41622785b569ef79bef91cba098fed89ca65dcb31b9fdd751caff863cf42eb7ca2ffab08e883fbcd040ab1c7290a96abf58e908be44ab803d672e26')
 
 prepare(){
-  mv -v ${pkgname} ${pkgname}-${pkgver}
+  mv -v ${pkgname}_${pkgver} ${pkgname}-${pkgver}
   cd ${pkgname}-${pkgver}
-  # fix CFLAGS
-  sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
-  -e 's|-Werror||g' \
-  -i src/makefile
+  # inserting CFLAGS and LDFLAGS for full RELRO
+  sed -e "s|-O2|${CFLAGS} ${LDFLAGS}|" -i src/Makefile
 }
 
 build() {
@@ -33,5 +31,6 @@
   cd ${pkgname}-${pkgver}
   install -vDm 755 plugins/cmt.so -t "${pkgdir}/usr/lib/ladspa/"
   # docs
-  install -vDm 644 {README,doc/*.html} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 {README,doc/*.html} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


[arch-commits] Commit in cmt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-05 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 00:13:03
  Author: dvzrv
Revision: 429695

archrelease: copy trunk to community-x86_64

Added:
  cmt/repos/community-x86_64/PKGBUILD
(from rev 429694, cmt/trunk/PKGBUILD)
Deleted:
  cmt/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   74 +
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-06 00:12:45 UTC (rev 429694)
+++ PKGBUILD2019-02-06 00:13:03 UTC (rev 429695)
@@ -1,38 +0,0 @@
-# $Id$
-#Maintainer: David Runge 
-#Contributor: Damir Perisa 
-#Contributor: Robert Emil Berge 
-
-pkgname=cmt
-pkgver=1.16
-pkgrel=8
-pkgdesc="LADSPA plugins for use with software synthesis and recording packages 
on Linux"
-arch=('x86_64')
-license=('GPL2')
-url="http://www.ladspa.org/cmt/overview.html";
-depends=('gcc-libs')
-makedepends=('ladspa')
-groups=('ladspa-plugins' 'pro-audio')
-source=("http://www.ladspa.org/download/${pkgname}_src_${pkgver}.tgz";)
-sha512sums=('be4aaa064183b6121b4ca8d7d2535cb9a3bcb557e3a2f22b45ec9775b0e296f70a9a7edf697b78095d6ef1564bb5459bb742649082ac724d1774c0790379af21')
-
-prepare(){
-  mv -v ${pkgname} ${pkgname}-${pkgver}
-  cd ${pkgname}-${pkgver}
-  # fix CFLAGS
-  sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \
-  -e 's|-Werror||g' \
-  -i src/makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/src
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -vDm 755 plugins/cmt.so -t "${pkgdir}/usr/lib/ladspa/"
-  # docs
-  install -vDm 644 {README,doc/*.html} -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: cmt/repos/community-x86_64/PKGBUILD (from rev 429694, 
cmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-06 00:13:03 UTC (rev 429695)
@@ -0,0 +1,36 @@
+#Maintainer: David Runge 
+#Contributor: Damir Perisa 
+#Contributor: Robert Emil Berge 
+
+pkgname=cmt
+pkgver=1.17
+pkgrel=1
+pkgdesc="LADSPA plugins for use with software synthesis and recording packages 
on Linux"
+arch=('x86_64')
+license=('GPL2')
+url="https://www.ladspa.org/cmt/overview.html";
+depends=('gcc-libs')
+makedepends=('ladspa')
+groups=('ladspa-plugins' 'pro-audio')
+source=("https://www.ladspa.org/download/${pkgname}_${pkgver}.tgz";)
+sha512sums=('7df31a44c41622785b569ef79bef91cba098fed89ca65dcb31b9fdd751caff863cf42eb7ca2ffab08e883fbcd040ab1c7290a96abf58e908be44ab803d672e26')
+
+prepare(){
+  mv -v ${pkgname}_${pkgver} ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
+  # inserting CFLAGS and LDFLAGS for full RELRO
+  sed -e "s|-O2|${CFLAGS} ${LDFLAGS}|" -i src/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/src
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -vDm 755 plugins/cmt.so -t "${pkgdir}/usr/lib/ladspa/"
+  # docs
+  install -vDm 644 {README,doc/*.html} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in supercollider/repos/community-x86_64 (8 files)

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 11:09:43
  Author: dvzrv
Revision: 429729

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 429728, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-x86_64/boost-1.67.patch
(from rev 429728, supercollider/trunk/boost-1.67.patch)
  supercollider/repos/community-x86_64/supercollider-use_system_boost.patch
(from rev 429728, supercollider/trunk/supercollider-use_system_boost.patch)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 429728, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  supercollider/repos/community-x86_64/boost-1.67.patch
  supercollider/repos/community-x86_64/supercollider-use_system_boost.patch
  supercollider/repos/community-x86_64/supercollider.install

--+
 PKGBUILD |  126 ++---
 boost-1.67.patch |   24 -
 supercollider-use_system_boost.patch |  718 -
 supercollider.install|   16 
 4 files changed, 442 insertions(+), 442 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-06 11:09:27 UTC (rev 429728)
+++ PKGBUILD2019-02-06 11:09:43 UTC (rev 429729)
@@ -1,63 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.10.1
-pkgrel=1
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io";
-license=('GPL3')
-groups=('pro-audio')
-depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg' 
'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'yaml-cpp')
-makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
-checkdepends=('xorg-server-xvfb')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2";
-'boost-1.67.patch'
-"${pkgname}-use_system_boost.patch"
-)
-install="${pkgname}.install"
-sha512sums=('283fb44f3c5d690f0c646782f3ac4d3cab6c9d787982006c85c743246f32bbe0de2b79dd1f6b183fd9a5085424b956c8e7c25878ef2418e50d41e1f8d85ed0b9'
-
'9980d77802f18fd56d2a13f24f070e81768d9111b2cc63e479a0e9b405a04aec28bc523e5d36aab0462af6a3831d64598470cdc6c3266431e2ca64aa427a6bf2'
-
'd9b2ef108673b11a27c63654ceacf3b7e51df11ce05fc6d9045abd219ea718c2552f5ea026a5182c272639e695a1073192013b14cae257e7e4b00dd3c303ecae')
-
-prepare() {
-  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # supernova build:
-  # https://github.com/supercollider/supercollider/issues/3981
-  patch -Np1 -i ../boost-1.67.patch
-  # make sure system boost is used
-  # https://github.com/supercollider/supercollider/issues/4096
-  patch -Np1 -i ../"${pkgname}-use_system_boost.patch"
-  mkdir -v build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIBSCSYNTH=ON \
-   -DFORTIFY=ON \
-   -DSYSTEM_YAMLCPP=ON \
-   -DSYSTEM_BOOST=ON \
-   -DSC_VIM=OFF
-  make VERBOSE=1
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  xvfb-run make test ARGS="-V" || warning "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555";
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 ../{AUTHORS,{CHANGELOG,README,README_LINUX}.md}
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 429728, 
supercollider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-06 11:09:43 UTC (rev 429729)
@@ -0,0 +1,63 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.10.1
+pkgrel=2
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io";
+license=('GPL3')
+groups=('pro-audio')
+depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg' 
'qt5-webengine' 'qt5-websockets' 'yaml-cpp')
+makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
+checkdepends=('xorg-server-xvfb')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'sc3-plugins: additional extension plugins for scsynth')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2";
+'boost-1.67.pa

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

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 11:09:27
  Author: dvzrv
Revision: 429728

upgpkg: supercollider 3.10.1-2

Removing qt5-webkit dependency (not required since 3.10.0).

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 10:33:48 UTC (rev 429727)
+++ PKGBUILD2019-02-06 11:09:27 UTC (rev 429728)
@@ -5,13 +5,13 @@
 _name=SuperCollider
 pkgname=supercollider
 pkgver=3.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
 arch=('x86_64')
 url="https://supercollider.github.io";
 license=('GPL3')
 groups=('pro-audio')
-depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg' 
'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'yaml-cpp')
+depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg' 
'qt5-webengine' 'qt5-websockets' 'yaml-cpp')
 makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
 checkdepends=('xorg-server-xvfb')
 optdepends=('emacs: emacs interface'


[arch-commits] Commit in lib32-ladspa/trunk (PKGBUILD fallback-ladspa-path.patch)

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 15:00:55
  Author: dvzrv
Revision: 429739

upgpkg: lib32-ladspa 1.15-1

Upgrading to 1.15. Removing unrequired patch. Switching to https for url and 
source.

Modified:
  lib32-ladspa/trunk/PKGBUILD
Deleted:
  lib32-ladspa/trunk/fallback-ladspa-path.patch

+
 PKGBUILD   |   44 +--
 fallback-ladspa-path.patch |   27 --
 2 files changed, 18 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 14:57:01 UTC (rev 429738)
+++ PKGBUILD2019-02-06 15:00:55 UTC (rev 429739)
@@ -1,37 +1,32 @@
 # Maintainer: Maxime Gauduin 
 # Contributor: carstene1ns 
+# Contributor: David Runge 
 
+_name=ladspa
 pkgname=lib32-ladspa
-pkgver=1.13
-pkgrel=6
+pkgver=1.15
+pkgrel=1
 pkgdesc="Linux Audio Developer's Simple Plugin API"
 arch=('x86_64')
-url='http://www.ladspa.org/'
+url="https://www.ladspa.org/";
 license=('LGPL')
-depends=('ladspa' 'lib32-gcc-libs' 'lib32-glibc')
+depends=('ladspa' 'lib32-gcc-libs')
 makedepends=('gcc-multilib')
-source=("https://github.com/OpenMandrivaAssociation/ladspa/raw/master/ladspa_sdk_${pkgver}.tgz";
-'fallback-ladspa-path.patch'
+source=("https://ladspa.org/download/${_name}_sdk_${pkgver}.tgz";
 'fix-memleak-in-plugin-scanning.patch')
-sha256sums=('b5ed3f4f253a0f6c1b7a1f4b8cf62376ca9f51d999650dd822650c43852d306b'
-'e1b2dfbb522e9b897048df140e90c972ab383ede849a3b25a472d206eeb5a7c5'
+sha256sums=('4229959b09d20c88c8c86f4aa76427843011705df22d9c28b38359fd1829fded'
 '27be471df55951fa1cc53089631b167e2654436fc5b3a5773f357cb9f9e29005')
 
 prepare() {
-  cd ladspa_sdk/src
-
-  patch -Np2 -i ../../fallback-ladspa-path.patch
-  patch -Np1 -i ../../fix-memleak-in-plugin-scanning.patch
-
-  sed -e "s/mkdirhier/mkdir -p/;
-  s#-O3#${CFLAGS} ${LDFLAGS/,--as-needed/}#" \
-  -i makefile
+  mv -v ${_name}_sdk_${pkgver} ${pkgname}-${pkgver}
+  cd "${pkgname}-${pkgver}"
+  patch -Np0 -i "../fix-memleak-in-plugin-scanning.patch"
+  # add LDFLAGS for full RELRO
+  sed -e "s#-O2#${CFLAGS} ${LDFLAGS}#" -i src/Makefile
 }
 
 build() {
-  cd ladspa_sdk/src
-
-
+  cd "${pkgname}-${pkgver}/src"
   make \
 CC='gcc -m32' \
 CPP='g++ -m32' \
@@ -40,13 +35,10 @@
 }
 
 package() {
-  cd ladspa_sdk/src
-
-  make \
-INSTALL_PLUGINS_DIR="${pkgdir}"/usr/lib32/ladspa/ \
-INSTALL_INCLUDE_DIR="${pkgdir}"/usr/include/ \
-INSTALL_BINARY_DIR="${pkgdir}"/usr/bin/ \
-install
+  cd "${pkgname}-${pkgver}/src"
+  make INSTALL_PLUGINS_DIR="${pkgdir}/usr/lib32/ladspa/" \
+   INSTALL_INCLUDE_DIR="${pkgdir}/usr/include/" \
+   INSTALL_BINARY_DIR="${pkgdir}/usr/bin/" install
   rm -rf "${pkgdir}"/usr/{bin,include}
 }
 

Deleted: fallback-ladspa-path.patch
===
--- fallback-ladspa-path.patch  2019-02-06 14:57:01 UTC (rev 429738)
+++ fallback-ladspa-path.patch  2019-02-06 15:00:55 UTC (rev 429739)
@@ -1,27 +0,0 @@
-diff -upr ladspa_sdk.orig/src/load.c ladspa_sdk/src/load.c
 ladspa_sdk.orig/src/load.c 2012-09-26 07:37:24.0 +0300
-+++ ladspa_sdk/src/load.c  2012-09-26 07:38:58.0 +0300
-@@ -54,6 +54,8 @@ dlopenLADSPA(const char * pcFilename, in
-to search. */
- 
- pcLADSPAPath = getenv("LADSPA_PATH");
-+if (! pcLADSPAPath)
-+  pcLADSPAPath = "/usr/lib/ladspa";
- 
- if (pcLADSPAPath) {
- 
-diff -upr ladspa_sdk.orig/src/search.c ladspa_sdk/src/search.c
 ladspa_sdk.orig/src/search.c   2012-09-26 07:37:24.0 +0300
-+++ ladspa_sdk/src/search.c2012-09-26 07:38:46.0 +0300
-@@ -99,10 +99,7 @@ LADSPAPluginSearch(LADSPAPluginSearchCal
- 
-   pcLADSPAPath = getenv("LADSPA_PATH");
-   if (!pcLADSPAPath) {
--fprintf(stderr,
--  "Warning: You do not have a LADSPA_PATH "
--  "environment variable set.\n");
--return;
-+pcLADSPAPath = "/usr/lib/ladspa";
-   }
-   
-   pcStart = pcLADSPAPath;


[arch-commits] Commit in lib32-ladspa/repos/multilib-x86_64 (5 files)

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 15:01:05
  Author: dvzrv
Revision: 429740

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-ladspa/repos/multilib-x86_64/PKGBUILD
(from rev 429739, lib32-ladspa/trunk/PKGBUILD)
  lib32-ladspa/repos/multilib-x86_64/fix-memleak-in-plugin-scanning.patch
(from rev 429739, lib32-ladspa/trunk/fix-memleak-in-plugin-scanning.patch)
Deleted:
  lib32-ladspa/repos/multilib-x86_64/PKGBUILD
  lib32-ladspa/repos/multilib-x86_64/fallback-ladspa-path.patch
  lib32-ladspa/repos/multilib-x86_64/fix-memleak-in-plugin-scanning.patch

--+
 PKGBUILD |   98 +++--
 fallback-ladspa-path.patch   |   27 -
 fix-memleak-in-plugin-scanning.patch |   22 +++
 3 files changed, 56 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-06 15:00:55 UTC (rev 429739)
+++ PKGBUILD2019-02-06 15:01:05 UTC (rev 429740)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: carstene1ns 
-
-pkgname=lib32-ladspa
-pkgver=1.13
-pkgrel=6
-pkgdesc="Linux Audio Developer's Simple Plugin API"
-arch=('x86_64')
-url='http://www.ladspa.org/'
-license=('LGPL')
-depends=('ladspa' 'lib32-gcc-libs' 'lib32-glibc')
-makedepends=('gcc-multilib')
-source=("https://github.com/OpenMandrivaAssociation/ladspa/raw/master/ladspa_sdk_${pkgver}.tgz";
-'fallback-ladspa-path.patch'
-'fix-memleak-in-plugin-scanning.patch')
-sha256sums=('b5ed3f4f253a0f6c1b7a1f4b8cf62376ca9f51d999650dd822650c43852d306b'
-'e1b2dfbb522e9b897048df140e90c972ab383ede849a3b25a472d206eeb5a7c5'
-'27be471df55951fa1cc53089631b167e2654436fc5b3a5773f357cb9f9e29005')
-
-prepare() {
-  cd ladspa_sdk/src
-
-  patch -Np2 -i ../../fallback-ladspa-path.patch
-  patch -Np1 -i ../../fix-memleak-in-plugin-scanning.patch
-
-  sed -e "s/mkdirhier/mkdir -p/;
-  s#-O3#${CFLAGS} ${LDFLAGS/,--as-needed/}#" \
-  -i makefile
-}
-
-build() {
-  cd ladspa_sdk/src
-
-
-  make \
-CC='gcc -m32' \
-CPP='g++ -m32' \
-LD='ld -m elf_i386' \
-targets
-}
-
-package() {
-  cd ladspa_sdk/src
-
-  make \
-INSTALL_PLUGINS_DIR="${pkgdir}"/usr/lib32/ladspa/ \
-INSTALL_INCLUDE_DIR="${pkgdir}"/usr/include/ \
-INSTALL_BINARY_DIR="${pkgdir}"/usr/bin/ \
-install
-  rm -rf "${pkgdir}"/usr/{bin,include}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-ladspa/repos/multilib-x86_64/PKGBUILD (from rev 429739, 
lib32-ladspa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-06 15:01:05 UTC (rev 429740)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: carstene1ns 
+# Contributor: David Runge 
+
+_name=ladspa
+pkgname=lib32-ladspa
+pkgver=1.15
+pkgrel=1
+pkgdesc="Linux Audio Developer's Simple Plugin API"
+arch=('x86_64')
+url="https://www.ladspa.org/";
+license=('LGPL')
+depends=('ladspa' 'lib32-gcc-libs')
+makedepends=('gcc-multilib')
+source=("https://ladspa.org/download/${_name}_sdk_${pkgver}.tgz";
+'fix-memleak-in-plugin-scanning.patch')
+sha256sums=('4229959b09d20c88c8c86f4aa76427843011705df22d9c28b38359fd1829fded'
+'27be471df55951fa1cc53089631b167e2654436fc5b3a5773f357cb9f9e29005')
+
+prepare() {
+  mv -v ${_name}_sdk_${pkgver} ${pkgname}-${pkgver}
+  cd "${pkgname}-${pkgver}"
+  patch -Np0 -i "../fix-memleak-in-plugin-scanning.patch"
+  # add LDFLAGS for full RELRO
+  sed -e "s#-O2#${CFLAGS} ${LDFLAGS}#" -i src/Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/src"
+  make \
+CC='gcc -m32' \
+CPP='g++ -m32' \
+LD='ld -m elf_i386' \
+targets
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/src"
+  make INSTALL_PLUGINS_DIR="${pkgdir}/usr/lib32/ladspa/" \
+   INSTALL_INCLUDE_DIR="${pkgdir}/usr/include/" \
+   INSTALL_BINARY_DIR="${pkgdir}/usr/bin/" install
+  rm -rf "${pkgdir}"/usr/{bin,include}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: fallback-ladspa-path.patch
===
--- fallback-ladspa-path.patch  2019-02-06 15:00:55 UTC (rev 429739)
+++ fallback-ladspa-path.patch  2019-02-06 15:01:05 UTC (rev 429740)
@@ -1,27 +0,0 @@
-diff -upr ladspa_sdk.orig/src/load.c ladspa_sdk/src/load.c
 ladspa_sdk.orig/src/load.c 2012-09-26 07:37:24.0 +0300
-+++ ladspa_sdk/src/load.c  2012-09-26 07:38:58.0 +0300
-@@ -54,6 +54,8 @@ dlopenLADSPA(const char * pcFilename, in
-to search. */
- 
- pcLADSPAPath = getenv("LADSPA_PATH");
-+if (! pcLADSPAPath)
-+  pcLADSPAPath = "/usr/lib/ladspa";
- 
- if (pcLADSPAPath) {
- 
-diff -upr ladspa_sdk.orig/src/search.c ladspa_sdk/src/search.c
 ladspa_sdk.orig/src/search.c   2012-09-26 07:37:24.0 +0300
-+++ ladspa_sdk/src/search.c2012-09-26 07:38:46.0 +0300
-@@ -99,10 +99,7 @@ LADSPAPluginSearch(LADSPAP

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

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 20:45:51
  Author: dvzrv
Revision: 429755

Switching to https for url.

Modified:
  stk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 20:42:32 UTC (rev 429754)
+++ PKGBUILD2019-02-06 20:45:51 UTC (rev 429755)
@@ -8,7 +8,7 @@
 pkgrel=2
 pkgdesc='The Synthesis ToolKit in C++'
 arch=('x86_64')
-url='http://ccrma.stanford.edu/software/stk/'
+url='https://ccrma.stanford.edu/software/stk/'
 license=('MIT')
 depends=('jack')
 optdepends=('tk: run provided demos/samples')


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

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 20:47:23
  Author: dvzrv
Revision: 429756

Switching to https for url.

Modified:
  qastools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 20:45:51 UTC (rev 429755)
+++ PKGBUILD2019-02-06 20:47:23 UTC (rev 429756)
@@ -6,7 +6,7 @@
 pkgrel=4
 pkgdesc="A collection of desktop applications for the Linux sound system ALSA."
 arch=('x86_64')
-url="http://xwmw.org/qastools/";
+url="https://xwmw.org/qastools/";
 license=('GPL3')
 groups=('pro-audio')
 depends=('alsa-lib' 'hicolor-icon-theme' 'qt5-svg')


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

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 20:48:25
  Author: dvzrv
Revision: 429757

Switching to https for url.

Modified:
  python-pyphen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 20:47:23 UTC (rev 429756)
+++ PKGBUILD2019-02-06 20:48:25 UTC (rev 429757)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="Pure Python module to hyphenate text"
 arch=('any')
-url="http://pyphen.org/";
+url="https://pyphen.org/";
 license=('GPL2' 'LGPL2.1' 'MPL')
 depends=('python')
 makedepends=('python-setuptools')


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

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 20:49:24
  Author: dvzrv
Revision: 429758

Switching to https for url.

Modified:
  libsmf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 20:48:25 UTC (rev 429757)
+++ PKGBUILD2019-02-06 20:49:24 UTC (rev 429758)
@@ -9,7 +9,7 @@
 pkgrel=9
 pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.'
 arch=('x86_64')
-url="http://sourceforge.net/projects/libsmf/";
+url="https://sourceforge.net/projects/libsmf/";
 license=('BSD')
 depends=('glib2')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)


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

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 20:50:27
  Author: dvzrv
Revision: 429759

Switching to https for url.

Modified:
  khal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 20:49:24 UTC (rev 429758)
+++ PKGBUILD2019-02-06 20:50:27 UTC (rev 429759)
@@ -11,7 +11,7 @@
 pkgrel=1
 pkgdesc='CLI calendar application build around CalDAV'
 arch=('any')
-url="http://lostpackets.de/khal/";
+url="https://lostpackets.de/khal/";
 license=('MIT')
 makedepends=('python-setuptools-scm' 'python-sphinxcontrib-newsfeed')
 depends=('python-atomicwrites' 'python-click' 'python-click-log'


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

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 20:58:02
  Author: dvzrv
Revision: 429760

Switching to https for url.

Modified:
  a2jmidid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 20:50:27 UTC (rev 429759)
+++ PKGBUILD2019-02-06 20:58:02 UTC (rev 429760)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc="A daemon for exposing legacy ALSA sequencer applications in JACK MIDI 
system."
 arch=('x86_64')
-url="http://repo.or.cz/a2jmidid.git";
+url="https://repo.or.cz/a2jmidid.git";
 license=('GPL2')
 groups=('pro-audio')
 arch=('x86_64')


[arch-commits] Commit in python-natsort/repos/community-any (PKGBUILD PKGBUILD)

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 21:10:31
  Author: dvzrv
Revision: 429764

archrelease: copy trunk to community-any

Added:
  python-natsort/repos/community-any/PKGBUILD
(from rev 429763, python-natsort/trunk/PKGBUILD)
Deleted:
  python-natsort/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-06 21:10:23 UTC (rev 429763)
+++ PKGBUILD2019-02-06 21:10:31 UTC (rev 429764)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge 
-_name=natsort
-pkgname=python-natsort
-pkgver=5.5.0
-pkgrel=1
-pkgdesc="Simple yet flexible natural sorting in Python"
-arch=('any')
-url="https://github.com/SethMMorton/natsort";
-license=('MIT')
-depends=('python-setuptools')
-checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pyflakes'
-'flake8' 'python-hypothesis' 'python-mock')
-optdepends=('python-fastnumbers: more efficient sorting'
-'python-pyicu: sort in locale dependant manner')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('9d65c67bd9f441b1b0b16e048bc6ed6e9df21b8c18ae449ea0b86fec8c1c5a2f0d7bba0b8739481ed44ded1b5d692728ef1fca7c2b77cae272e729460d7eefed')
-
-prepare() {
-  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH=build:${PYTHONPATH}
-  py.test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-natsort/repos/community-any/PKGBUILD (from rev 429763, 
python-natsort/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-06 21:10:31 UTC (rev 429764)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+_name=natsort
+pkgname=python-natsort
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="Simple yet flexible natural sorting in Python"
+arch=('any')
+url="https://github.com/SethMMorton/natsort";
+license=('MIT')
+depends=('python-setuptools')
+checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pyflakes'
+'flake8' 'python-hypothesis' 'python-mock')
+optdepends=('python-fastnumbers: more efficient sorting'
+'python-pyicu: sort in locale dependant manner')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('d051de6824a727ead814c0305beefaa61ee64038999187b95db5395c761f623077b086ef453c134668cb764f4fc5e72a767177442f6ac3d71ec9b491e8876d5b')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH=build:${PYTHONPATH}
+  py.test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-02-06 Thread David Runge via arch-commits
Date: Wednesday, February 6, 2019 @ 21:10:23
  Author: dvzrv
Revision: 429763

upgpkg: python-natsort 6.0.0-1

Upgrading to 6.0.0.

Modified:
  python-natsort/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-06 21:03:00 UTC (rev 429762)
+++ PKGBUILD2019-02-06 21:10:23 UTC (rev 429763)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _name=natsort
 pkgname=python-natsort
-pkgver=5.5.0
+pkgver=6.0.0
 pkgrel=1
 pkgdesc="Simple yet flexible natural sorting in Python"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('python-fastnumbers: more efficient sorting'
 'python-pyicu: sort in locale dependant manner')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('9d65c67bd9f441b1b0b16e048bc6ed6e9df21b8c18ae449ea0b86fec8c1c5a2f0d7bba0b8739481ed44ded1b5d692728ef1fca7c2b77cae272e729460d7eefed')
+sha512sums=('d051de6824a727ead814c0305beefaa61ee64038999187b95db5395c761f623077b086ef453c134668cb764f4fc5e72a767177442f6ac3d71ec9b491e8876d5b')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"


[arch-commits] Commit in (4 files)

2019-02-07 Thread David Runge via arch-commits
Date: Thursday, February 7, 2019 @ 22:39:03
  Author: dvzrv
Revision: 430405

Adding ruby-rugged (as dependency for sonic-pi).

Added:
  ruby-rugged/
  ruby-rugged/repos/
  ruby-rugged/trunk/
  ruby-rugged/trunk/PKGBUILD

--+
 PKGBUILD |   58 ++
 1 file changed, 58 insertions(+)

Added: ruby-rugged/trunk/PKGBUILD
===
--- ruby-rugged/trunk/PKGBUILD  (rev 0)
+++ ruby-rugged/trunk/PKGBUILD  2019-02-07 22:39:03 UTC (rev 430405)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge 
+# Contributor: ChaosKid42 
+# Contributor: Andy Weidenbaum 
+
+_name=rugged
+pkgname=ruby-rugged
+pkgver=0.27.5
+pkgrel=1
+pkgdesc='A Ruby binding to the libgit2 linkable library'
+arch=('x86_64')
+url="https://github.com/libgit2/rugged";
+license=('MIT')
+depends=('ruby' 'libgit2')
+makedepends=('ruby-minitest' 'ruby-rake' 'ruby-rake-compiler' 'ruby-rdoc')
+checkdepends=('git')
+options=(!emptydirs)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz";)
+sha512sums=('9c2b24aa7c3e193124fa11ecde9eb0e894a4be4edb4bc8c542ea528e735dc417ec4e6eae63e2eac2996f74e95bf613974c3c2db361213b31c157584907ad0e28')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_name}.gemspec # don't give a fuck about rubys bla 
bla
+  # remove broken and useless libgit2 "version check"
+  sed '47,67d' -i ext/rugged/extconf.rb
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CI_BUILD=true
+  export RUGGED_USE_SYSTEM_LIBRARIES=true
+  export CMAKE_FLAGS=" --use-system-libraries"
+  rake compile
+  rake gem
+}
+
+# we're missing the fixtures from libgit2 to run the tests
+#check(){
+#  cd "${pkgname}-${pkgver}"
+#  rake test
+#}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies \
+  --no-user-install \
+  -i "${pkgdir}/${_gemdir}" \
+  -n "${pkgdir}/usr/bin" \
+  pkg/${_name}-${pkgver}.gem
+  install -vDm 644 "$pkgdir/$_gemdir/gems/$_name-$pkgver/LICENSE" \
+-t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 644 README.md CHANGELOG.md -t \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  cd "${pkgdir}/${_gemdir}"
+  rm -rv cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
+extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out}
+}


[arch-commits] Commit in ruby-rugged/repos (2 files)

2019-02-07 Thread David Runge via arch-commits
Date: Thursday, February 7, 2019 @ 22:41:06
  Author: dvzrv
Revision: 430406

archrelease: copy trunk to community-testing-x86_64

Added:
  ruby-rugged/repos/community-testing-x86_64/
  ruby-rugged/repos/community-testing-x86_64/PKGBUILD
(from rev 430405, ruby-rugged/trunk/PKGBUILD)

--+
 PKGBUILD |   58 ++
 1 file changed, 58 insertions(+)

Copied: ruby-rugged/repos/community-testing-x86_64/PKGBUILD (from rev 430405, 
ruby-rugged/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-02-07 22:41:06 UTC (rev 430406)
@@ -0,0 +1,58 @@
+# Maintainer: David Runge 
+# Contributor: ChaosKid42 
+# Contributor: Andy Weidenbaum 
+
+_name=rugged
+pkgname=ruby-rugged
+pkgver=0.27.5
+pkgrel=1
+pkgdesc='A Ruby binding to the libgit2 linkable library'
+arch=('x86_64')
+url="https://github.com/libgit2/rugged";
+license=('MIT')
+depends=('ruby' 'libgit2')
+makedepends=('ruby-minitest' 'ruby-rake' 'ruby-rake-compiler' 'ruby-rdoc')
+checkdepends=('git')
+options=(!emptydirs)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz";)
+sha512sums=('9c2b24aa7c3e193124fa11ecde9eb0e894a4be4edb4bc8c542ea528e735dc417ec4e6eae63e2eac2996f74e95bf613974c3c2db361213b31c157584907ad0e28')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_name}.gemspec # don't give a fuck about rubys bla 
bla
+  # remove broken and useless libgit2 "version check"
+  sed '47,67d' -i ext/rugged/extconf.rb
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CI_BUILD=true
+  export RUGGED_USE_SYSTEM_LIBRARIES=true
+  export CMAKE_FLAGS=" --use-system-libraries"
+  rake compile
+  rake gem
+}
+
+# we're missing the fixtures from libgit2 to run the tests
+#check(){
+#  cd "${pkgname}-${pkgver}"
+#  rake test
+#}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies \
+  --no-user-install \
+  -i "${pkgdir}/${_gemdir}" \
+  -n "${pkgdir}/usr/bin" \
+  pkg/${_name}-${pkgver}.gem
+  install -vDm 644 "$pkgdir/$_gemdir/gems/$_name-$pkgver/LICENSE" \
+-t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -vDm 644 README.md CHANGELOG.md -t \
+"${pkgdir}/usr/share/doc/${pkgname}"
+  cd "${pkgdir}/${_gemdir}"
+  rm -rv cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
+extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out}
+}


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

2019-02-07 Thread David Runge via arch-commits
Date: Thursday, February 7, 2019 @ 23:14:48
  Author: dvzrv
Revision: 430408

archrelease: copy trunk to community-testing-x86_64

Added:
  sonic-pi/repos/community-testing-x86_64/
  sonic-pi/repos/community-testing-x86_64/PKGBUILD
(from rev 430407, sonic-pi/trunk/PKGBUILD)
  sonic-pi/repos/community-testing-x86_64/fix-paths-in-gui.diff
(from rev 430407, sonic-pi/trunk/fix-paths-in-gui.diff)
  sonic-pi/repos/community-testing-x86_64/fix-ruby-paths.diff
(from rev 430407, sonic-pi/trunk/fix-ruby-paths.diff)

---+
 PKGBUILD  |  188 
 fix-paths-in-gui.diff |   62 +++
 fix-ruby-paths.diff   |   96 
 3 files changed, 346 insertions(+)

Copied: sonic-pi/repos/community-testing-x86_64/PKGBUILD (from rev 430407, 
sonic-pi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-02-07 23:14:48 UTC (rev 430408)
@@ -0,0 +1,188 @@
+# Maintainer: David Runge 
+pkgname=sonic-pi
+pkgver=3.1.0
+pkgrel=4
+pkgdesc="The Live Coding Music Synth for Everyone"
+arch=('x86_64')
+url="https://sonic-pi.net/";
+license=('CCPL' 'LGPL2.1' 'GPL2' 'GPL3' 'MIT')
+groups=('pro-audio')
+depends=('aubio' 'boost-libs' 'http-parser' 'osmid' 'qscintilla-qt5' 'qwt'
+'ruby-ffi' 'ruby-minitest' 'ruby-multi_json' 'ruby-rouge' 'ruby-rugged'
+'ruby-sys-proctable' 'sc3-plugins' 'supercollider')
+makedepends=('boost' 'cmake' 'erlang-nox' 'lua' 'qt5-tools' 'wkhtmltopdf')
+checkdepends=('ruby-rake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/samaaron/${pkgname}/archive/v${pkgver}.tar.gz";
+"fix-paths-in-gui.diff"
+"fix-ruby-paths.diff")
+sha512sums=('45373d3e673bc2f45bf5ccea31f6cf5e2003c9bdfc4645dec4b9fec391cb28b9e0b0823a98e9690928e116b8c40f96596bd1c8f5aefbf4f3e43e6c30ab76d41f'
+
'ea827c451a42ea12b7a1ced04978fa3a3eb5368b9802c982a0f815159d5591bedc4dc5b9eed89df3957087352bcb5f778e054abd2cb38cc1e57ab538e73b97f3'
+
'245418d7d3d145a77423350afd2598865395ed5e479fa13922320e6d53c849b01e99c71c460e384f69a8a70d6087899d9e26dcd06d68a13980fc2d6a543b2644')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -e 's/lqt5scintilla2/lqscintilla2_qt5/g' -i app/gui/qt/SonicPi.pro
+  rm -rvf app/server/native
+  # TODO: patch app/gui/qt/mainwindow.cpp to set path to external components 
in /usr/{lib,share}/sonic-pi
+  patch -Np1 -i ../fix-paths-in-gui.diff
+  #TODO: devendor ruby-activesupport
+  #TODO: devendor ruby-ast
+  #TODO: devendor ruby-atomic (bin)
+  #TODO: devendor ruby-benchmark-ips
+  #TODO: devendor ruby-blankslate
+  #TODO: devendor ruby-did_you_mean (bin)
+  #TODO: devendor ruby-fast_osc (bin)
+  #TODO: devendor ruby-gettext
+  #TODO: devendor ruby-hamster
+  #TODO: devendor ruby-i18n
+  #TODO: devendor ruby-interception (bin)
+  #TODO: devendor ruby-kramdown (i18n-tool.rb breaks on it)
+  #TODO: devendor ruby-locale
+  #TODO: devendor ruby-memoist
+  #TODO: devendor ruby-metaclass
+  #TODO: devendor ruby-mocha
+  #TODO: devendor ruby-parser
+  #TODO: devendor ruby-parslet
+  #TODO: devendor ruby-rubame
+  #TODO: devendor ruby-aubio-prerelease
+  #TODO: devendor ruby-beautify
+  #TODO: devendor ruby-text
+  #TODO: devendor ruby-thread_safe
+  #TODO: devendor ruby-wavefile
+  #TODO: devendor ruby-websocket
+  # devendor ffi, ruby-prof, rugged
+  sed -e '/rugged/d' \
+  -e '/ffi/d' \
+  -e '/ruby-prof/d' \
+  -i app/server/ruby/bin/compile-extensions.rb
+  rm -rvf 
app/server/ruby/vendor/{ffi,minitest,multi_json,rouge,rugged,sys-proctable}*
+  # remove unrequired gems, so we don't create any doc for them
+  rm -rvf app/server/ruby/vendor/{narray,ruby-coreaudio,ruby-prof}*
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # OSC and pi_server
+  cd app/server/erlang
+  erlc {osc,pi_server}.erl
+
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  # ruby extensions
+  cd app/gui/qt/
+  ../../server/ruby/bin/compile-extensions.rb
+  ../../server/ruby/bin/i18n-tool.rb -t
+  # help template
+  cp -vf ruby_help.{tmpl,h}
+  ../../server/ruby/bin/qt-doc.rb -o ruby_help.h
+
+  # GUI
+  lrelease SonicPi.pro
+  qmake-qt5 SonicPi.pro
+  make
+
+  cd "${srcdir}/$pkgname-$pkgver"
+  # TODO: patch app/server/ruby/lib/sonicpi/util.rb to set proper paths to 
external components
+  patch -Np1 -i ../fix-ruby-paths.diff
+}
+
+## tests fail: https://github.com/samaaron/sonic-pi/issues/1865
+#check() {
+#  cd "$pkgname-$pkgver"
+#  cd app/server/ruby/test
+#  rake test
+#}
+
+package() {
+  cd "$pkgname-$pkgver"
+  # GUI executable
+  install -vDm 755 "app/gui/qt/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # book
+  install -vDm 644 app/gui/qt/book/*.html \
+-t "${pkgdir}/usr/share/${pkgname}/book"
+  # i18n
+  install -vDm 644 app/gui/qt/lang/*.qm \
+-t "${pkgdir}/usr/share/${pkgname}/lang"
+  # help
+  install -vDm 644 app/gui/qt/help/*.html \
+-t "${pkgdir

[arch-commits] Commit in sonic-pi/trunk (3 files)

2019-02-07 Thread David Runge via arch-commits
Date: Thursday, February 7, 2019 @ 23:14:40
  Author: dvzrv
Revision: 430407

upgpkg: sonic-pi 3.1.0-4

Devendoring ruby-{ffi,minitest,multi_json,rouge,rugged,sys-proctable}. Removing 
unrequired vendored ruby-{narray,coreaudio,ruby-prof}. Moving application to 
/usr/lib/sonic-pi. Adding many TODOs for further devendoring ruby gems.

Modified:
  sonic-pi/trunk/PKGBUILD
  sonic-pi/trunk/fix-paths-in-gui.diff
  sonic-pi/trunk/fix-ruby-paths.diff

---+
 PKGBUILD  |   47 +--
 fix-paths-in-gui.diff |   10 +-
 fix-ruby-paths.diff   |8 
 3 files changed, 50 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 22:41:06 UTC (rev 430406)
+++ PKGBUILD2019-02-07 23:14:40 UTC (rev 430407)
@@ -1,21 +1,23 @@
 # Maintainer: David Runge 
 pkgname=sonic-pi
 pkgver=3.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The Live Coding Music Synth for Everyone"
 arch=('x86_64')
 url="https://sonic-pi.net/";
 license=('CCPL' 'LGPL2.1' 'GPL2' 'GPL3' 'MIT')
 groups=('pro-audio')
-depends=('aubio' 'boost-libs' 'erlang-nox' 'libffi' 'http-parser' 'osmid' 
'qscintilla-qt5' 'qwt' 'ruby' 'sc3-plugins' 'supercollider')
-makedepends=('boost' 'cmake' 'lua' 'qt5-tools' 'wkhtmltopdf')
+depends=('aubio' 'boost-libs' 'http-parser' 'osmid' 'qscintilla-qt5' 'qwt'
+'ruby-ffi' 'ruby-minitest' 'ruby-multi_json' 'ruby-rouge' 'ruby-rugged'
+'ruby-sys-proctable' 'sc3-plugins' 'supercollider')
+makedepends=('boost' 'cmake' 'erlang-nox' 'lua' 'qt5-tools' 'wkhtmltopdf')
 checkdepends=('ruby-rake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/samaaron/${pkgname}/archive/v${pkgver}.tar.gz";
 "fix-paths-in-gui.diff"
 "fix-ruby-paths.diff")
 
sha512sums=('45373d3e673bc2f45bf5ccea31f6cf5e2003c9bdfc4645dec4b9fec391cb28b9e0b0823a98e9690928e116b8c40f96596bd1c8f5aefbf4f3e43e6c30ab76d41f'
-
'ef3dfe52d05f085f230ee02f84b20ee615a98a0be5ec60edba28075b93a7edbd37668ebbcc30f695126515eb614ebd27cee77ab3145d06ee7ba1c10ffced2471'
-
'1c0238a2cda782de97504c81c47db71b940d89987b7fa6aad1a00c8a095a5627b2d82809d81f48f0e2bee290ad1bbeded634827511d63eed5635bd94806fcccb')
+
'ea827c451a42ea12b7a1ced04978fa3a3eb5368b9802c982a0f815159d5591bedc4dc5b9eed89df3957087352bcb5f778e054abd2cb38cc1e57ab538e73b97f3'
+
'245418d7d3d145a77423350afd2598865395ed5e479fa13922320e6d53c849b01e99c71c460e384f69a8a70d6087899d9e26dcd06d68a13980fc2d6a543b2644')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -23,6 +25,39 @@
   rm -rvf app/server/native
   # TODO: patch app/gui/qt/mainwindow.cpp to set path to external components 
in /usr/{lib,share}/sonic-pi
   patch -Np1 -i ../fix-paths-in-gui.diff
+  #TODO: devendor ruby-activesupport
+  #TODO: devendor ruby-ast
+  #TODO: devendor ruby-atomic (bin)
+  #TODO: devendor ruby-benchmark-ips
+  #TODO: devendor ruby-blankslate
+  #TODO: devendor ruby-did_you_mean (bin)
+  #TODO: devendor ruby-fast_osc (bin)
+  #TODO: devendor ruby-gettext
+  #TODO: devendor ruby-hamster
+  #TODO: devendor ruby-i18n
+  #TODO: devendor ruby-interception (bin)
+  #TODO: devendor ruby-kramdown (i18n-tool.rb breaks on it)
+  #TODO: devendor ruby-locale
+  #TODO: devendor ruby-memoist
+  #TODO: devendor ruby-metaclass
+  #TODO: devendor ruby-mocha
+  #TODO: devendor ruby-parser
+  #TODO: devendor ruby-parslet
+  #TODO: devendor ruby-rubame
+  #TODO: devendor ruby-aubio-prerelease
+  #TODO: devendor ruby-beautify
+  #TODO: devendor ruby-text
+  #TODO: devendor ruby-thread_safe
+  #TODO: devendor ruby-wavefile
+  #TODO: devendor ruby-websocket
+  # devendor ffi, ruby-prof, rugged
+  sed -e '/rugged/d' \
+  -e '/ffi/d' \
+  -e '/ruby-prof/d' \
+  -i app/server/ruby/bin/compile-extensions.rb
+  rm -rvf 
app/server/ruby/vendor/{ffi,minitest,multi_json,rouge,rugged,sys-proctable}*
+  # remove unrequired gems, so we don't create any doc for them
+  rm -rvf app/server/ruby/vendor/{narray,ruby-coreaudio,ruby-prof}*
 }
 
 build() {
@@ -146,7 +181,7 @@
 
   # ruby
   install -vdm 755 "${pkgdir}/usr/share/${pkgname}"
-  cp -av app/server/ruby "${pkgdir}/usr/share/${pkgname}/server"
+  cp -av app/server/ruby "${pkgdir}/usr/lib/${pkgname}/server"
 
   # license
   install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

Modified: fix-paths-in-gui.diff
===
--- fix-paths-in-gui.diff   2019-02-07 22:41:06 UTC (rev 430406)
+++ fix-paths-in-gui.diff   2019-02-07 23:14:40 UTC (rev 430407)
@@ -17,8 +17,8 @@
 -  ruby_server_path = QDir::toNativeSeparators(root_path + 
"/app/server/ruby/bin/sonic-pi-server.rb");
 -  port_discovery_path = QDir::toNativeSeparators(root_path + 
"/app/server/ruby/bin/port-discovery.rb");
 -  sample_path = QDir::toNativeSeparators(root_path + "/etc/samples");
-+  ruby_server_path = QDir::toNativeSeparators(root_path + 
"/usr/share/soni

[arch-commits] Commit in qtractor/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-07 Thread David Runge via arch-commits
Date: Thursday, February 7, 2019 @ 23:53:01
  Author: dvzrv
Revision: 430410

archrelease: copy trunk to community-x86_64

Added:
  qtractor/repos/community-x86_64/PKGBUILD
(from rev 430409, qtractor/trunk/PKGBUILD)
Deleted:
  qtractor/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-07 23:52:49 UTC (rev 430409)
+++ PKGBUILD2019-02-07 23:53:01 UTC (rev 430410)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.9.3
-pkgrel=2
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('x86_64')
-url="http://qtractor.org/";
-license=('GPL')
-groups=('pro-audio')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'liblo' 'libmad' 'lilv'
-'qt5-x11extras' 'rubberband' 'suil')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('fbdb236d043502b5f450af976598fab958209910cd78e5ca735507f30f575c4fb6fb8d0c10b54f0c1f3781a0dfd328bd07ca9c9d370684f94a3efe28f2f02344')
-
-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
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,README,README.VST,TODO}
-}
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-x86_64/PKGBUILD (from rev 430409, 
qtractor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-07 23:53:01 UTC (rev 430410)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('x86_64')
+url="http://qtractor.org/";
+license=('GPL')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'liblo' 'libmad' 'lilv'
+'qt5-x11extras' 'rubberband' 'suil')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('697e8f0b02658823bad2f75557340250349779c3eb1ce0efd1c30895524f9807b030d44149d9d25fd92a92f0822441d3c3236953d909b6ecfc9a18fa3ec1fbab')
+
+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
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,README,README.VST,TODO}
+}
+# vim:set ts=2 sw=2 et:


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

2019-02-07 Thread David Runge via arch-commits
Date: Thursday, February 7, 2019 @ 23:52:49
  Author: dvzrv
Revision: 430409

upgpkg: qtractor 0.9.4-1

Upgrading to 0.9.4.

Modified:
  qtractor/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 23:14:48 UTC (rev 430408)
+++ PKGBUILD2019-02-07 23:52:49 UTC (rev 430409)
@@ -4,8 +4,8 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('x86_64')
 url="http://qtractor.org/";
@@ -16,7 +16,7 @@
 makedepends=('qt5-tools' 'ladspa' 'dssi')
 optdepends=('dssi-vst: win32 VST support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('fbdb236d043502b5f450af976598fab958209910cd78e5ca735507f30f575c4fb6fb8d0c10b54f0c1f3781a0dfd328bd07ca9c9d370684f94a3efe28f2f02344')
+sha512sums=('697e8f0b02658823bad2f75557340250349779c3eb1ce0efd1c30895524f9807b030d44149d9d25fd92a92f0822441d3c3236953d909b6ecfc9a18fa3ec1fbab')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 10:09:32
  Author: dvzrv
Revision: 430535

upgpkg: python-etesync 0.6.2-1

Upgrading to 0.6.2. Removing excluded tests (integration tests are now in a 
separate file).

Modified:
  python-etesync/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 10:07:17 UTC (rev 430534)
+++ PKGBUILD2019-02-08 10:09:32 UTC (rev 430535)
@@ -2,7 +2,7 @@
 
 _name=etesync
 pkgname=python-etesync
-pkgver=0.6.1
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="Python API to interact with an EteSync server."
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('d779593e43e08a103c626057c6274dc00d1eef318a08dc052e9360d38132350c15f6dd99e607834590878e745efad153357348c2199d13d5ee22c9fd2485d3a2')
+sha512sums=('d7e626df26ba272d01b9a43c5450a8c861647b27afbba707c8ba8ddcdd52885511891d5c86395128c2d1452ef4091105874999858e3bd4c91a714e07b4f213f9')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -31,13 +31,7 @@
   cd "${pkgname}-${pkgver}"
   # only run relevant tests:
   # https://github.com/etesync/pyetesync/issues/5
-  # disable intermingled integration tests
-  # https://github.com/etesync/pyetesync/issues/12
-  pytest -k 'not test_crud \
-and not test_content_crud \
-and not test_syncing \
-and not test_unicode' \
-tests/{test_collections.py,test_crypto.py}
+  pytest tests/{test_collections.py,test_crypto.py}
 }
 
 package() {


[arch-commits] Commit in python-etesync/repos/community-any (PKGBUILD PKGBUILD)

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 10:09:42
  Author: dvzrv
Revision: 430536

archrelease: copy trunk to community-any

Added:
  python-etesync/repos/community-any/PKGBUILD
(from rev 430535, python-etesync/trunk/PKGBUILD)
Deleted:
  python-etesync/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 -
 1 file changed, 46 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 10:09:32 UTC (rev 430535)
+++ PKGBUILD2019-02-08 10:09:42 UTC (rev 430536)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge 
-
-_name=etesync
-pkgname=python-etesync
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="Python API to interact with an EteSync server."
-arch=('any')
-url="https://pypi.python.org/pypi/etesync/";
-license=('LGPL')
-depends=('python-appdirs' 'python-asn1crypto' 'python-cffi' 'python-coverage'
-'python-cryptography' 'python-furl' 'python-idna' 'python-orderedmultidict'
-'python-packaging' 'python-peewee' 'python-py' 'python-pyasn1'
-'python-pycparser' 'python-pyparsing' 'python-dateutil' 'python-requests'
-'python-scrypt' 'python-six' 'python-vobject')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('d779593e43e08a103c626057c6274dc00d1eef318a08dc052e9360d38132350c15f6dd99e607834590878e745efad153357348c2199d13d5ee22c9fd2485d3a2')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # only run relevant tests:
-  # https://github.com/etesync/pyetesync/issues/5
-  # disable intermingled integration tests
-  # https://github.com/etesync/pyetesync/issues/12
-  pytest -k 'not test_crud \
-and not test_content_crud \
-and not test_syncing \
-and not test_unicode' \
-tests/{test_collections.py,test_crypto.py}
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {DESCRIPTION.rst,README.md}
-}
-

Copied: python-etesync/repos/community-any/PKGBUILD (from rev 430535, 
python-etesync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-08 10:09:42 UTC (rev 430536)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+_name=etesync
+pkgname=python-etesync
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Python API to interact with an EteSync server."
+arch=('any')
+url="https://pypi.python.org/pypi/etesync/";
+license=('LGPL')
+depends=('python-appdirs' 'python-asn1crypto' 'python-cffi' 'python-coverage'
+'python-cryptography' 'python-furl' 'python-idna' 'python-orderedmultidict'
+'python-packaging' 'python-peewee' 'python-py' 'python-pyasn1'
+'python-pycparser' 'python-pyparsing' 'python-dateutil' 'python-requests'
+'python-scrypt' 'python-six' 'python-vobject')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('d7e626df26ba272d01b9a43c5450a8c861647b27afbba707c8ba8ddcdd52885511891d5c86395128c2d1452ef4091105874999858e3bd4c91a714e07b4f213f9')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # only run relevant tests:
+  # https://github.com/etesync/pyetesync/issues/5
+  pytest tests/{test_collections.py,test_crypto.py}
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {DESCRIPTION.rst,README.md}
+}
+


[arch-commits] Commit in sonic-pi/repos/community-x86_64 (6 files)

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 11:26:08
  Author: dvzrv
Revision: 430639

archrelease: copy trunk to community-x86_64

Added:
  sonic-pi/repos/community-x86_64/PKGBUILD
(from rev 430638, sonic-pi/trunk/PKGBUILD)
  sonic-pi/repos/community-x86_64/fix-paths-in-gui.diff
(from rev 430638, sonic-pi/trunk/fix-paths-in-gui.diff)
  sonic-pi/repos/community-x86_64/fix-ruby-paths.diff
(from rev 430638, sonic-pi/trunk/fix-ruby-paths.diff)
Deleted:
  sonic-pi/repos/community-x86_64/PKGBUILD
  sonic-pi/repos/community-x86_64/fix-paths-in-gui.diff
  sonic-pi/repos/community-x86_64/fix-ruby-paths.diff

---+
 PKGBUILD  |  354 +++-
 fix-paths-in-gui.diff |  124 
 fix-ruby-paths.diff   |  192 +-
 3 files changed, 359 insertions(+), 311 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 11:25:59 UTC (rev 430638)
+++ PKGBUILD2019-02-08 11:26:08 UTC (rev 430639)
@@ -1,153 +0,0 @@
-# Maintainer: David Runge 
-pkgname=sonic-pi
-pkgver=3.1.0
-pkgrel=3
-pkgdesc="The Live Coding Music Synth for Everyone"
-arch=('x86_64')
-url="https://sonic-pi.net/";
-license=('CCPL' 'LGPL2.1' 'GPL2' 'GPL3' 'MIT')
-groups=('pro-audio')
-depends=('aubio' 'boost-libs' 'erlang-nox' 'libffi' 'http-parser' 'osmid' 
'qscintilla-qt5' 'qwt' 'ruby' 'sc3-plugins' 'supercollider')
-makedepends=('boost' 'cmake' 'lua' 'qt5-tools' 'wkhtmltopdf')
-checkdepends=('ruby-rake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/samaaron/${pkgname}/archive/v${pkgver}.tar.gz";
-"fix-paths-in-gui.diff"
-"fix-ruby-paths.diff")
-sha512sums=('45373d3e673bc2f45bf5ccea31f6cf5e2003c9bdfc4645dec4b9fec391cb28b9e0b0823a98e9690928e116b8c40f96596bd1c8f5aefbf4f3e43e6c30ab76d41f'
-
'ef3dfe52d05f085f230ee02f84b20ee615a98a0be5ec60edba28075b93a7edbd37668ebbcc30f695126515eb614ebd27cee77ab3145d06ee7ba1c10ffced2471'
-
'1c0238a2cda782de97504c81c47db71b940d89987b7fa6aad1a00c8a095a5627b2d82809d81f48f0e2bee290ad1bbeded634827511d63eed5635bd94806fcccb')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  sed -e 's/lqt5scintilla2/lqscintilla2_qt5/g' -i app/gui/qt/SonicPi.pro
-  rm -rvf app/server/native
-  # TODO: patch app/gui/qt/mainwindow.cpp to set path to external components 
in /usr/{lib,share}/sonic-pi
-  patch -Np1 -i ../fix-paths-in-gui.diff
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # OSC and pi_server
-  cd app/server/erlang
-  erlc {osc,pi_server}.erl
-
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  # ruby extensions
-  cd app/gui/qt/
-  ../../server/ruby/bin/compile-extensions.rb
-  ../../server/ruby/bin/i18n-tool.rb -t
-  # help template
-  cp -vf ruby_help.{tmpl,h}
-  ../../server/ruby/bin/qt-doc.rb -o ruby_help.h
-
-  # GUI
-  lrelease SonicPi.pro
-  qmake-qt5 SonicPi.pro
-  make
-
-  cd "${srcdir}/$pkgname-$pkgver"
-  # TODO: patch app/server/ruby/lib/sonicpi/util.rb to set proper paths to 
external components
-  patch -Np1 -i ../fix-ruby-paths.diff
-}
-
-## tests fail: https://github.com/samaaron/sonic-pi/issues/1865
-#check() {
-#  cd "$pkgname-$pkgver"
-#  cd app/server/ruby/test
-#  rake test
-#}
-
-package() {
-  cd "$pkgname-$pkgver"
-  # GUI executable
-  install -vDm 755 "app/gui/qt/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # book
-  install -vDm 644 app/gui/qt/book/*.html \
--t "${pkgdir}/usr/share/${pkgname}/book"
-  # i18n
-  install -vDm 644 app/gui/qt/lang/*.qm \
--t "${pkgdir}/usr/share/${pkgname}/lang"
-  # help
-  install -vDm 644 app/gui/qt/help/*.html \
--t "${pkgdir}/usr/share/${pkgname}/help"
-  # html
-  install -vDm 644 app/gui/qt/html/*.html \
--t "${pkgdir}/usr/share/${pkgname}/html"
-  # images
-  install -vDm 644 app/gui/qt/images/*.png \
--t "${pkgdir}/usr/share/${pkgname}/images"
-  install -vDm 644 app/gui/qt/images/coreteam/*.png \
--t "${pkgdir}/usr/share/${pkgname}/images/coreteam"
-  install -vDm 644 app/gui/qt/images/toolbar/default/*.png \
--t "${pkgdir}/usr/share/${pkgname}/images/toolbar/default"
-  install -vDm 644 app/gui/qt/images/toolbar/pro/*.png \
--t "${pkgdir}/usr/share/${pkgname}/images/toolbar/pro"
-  install -vDm 644 etc/doc/images/tutorial/*.png \
--t "${pkgdir}/usr/share/${pkgname}/images/tutorial"
-  # theme
-  install -vDm 644 app/gui/qt/theme/app.qss \
--t "${pkgdir}/usr/share/${pkgname}/theme/"
-  install -vDm 644 app/gui/qt/theme/dark/doc-styles.css \
--t "${pkgdir}/usr/share/${pkgname}/theme/dark"
-  install -vDm 644 app/gui/qt/theme/light/doc-styles.css \
--t "${pkgdir}/usr/share/${pkgname}/theme/light"
-  # samples
-  install -vDm 644 etc/samples/*.{flac,md} \
--t "${pkgdir}/usr/share/${pkgname}/samples"
-  # snippets
-  install -vDm 644 etc/snippets/fx/*.sps \
--t "${pkgdir}/usr/share/${pkgname}/snippets/fx"
-  install -vDm 644 etc/snippets/live_loop/*.sps \
--t "${pkgdir}/usr/share/${pkgname}/snippets/live_loop"
-  

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

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 11:25:59
  Author: dvzrv
Revision: 430638

upgpkg: sonic-pi 3.1.0-5

Removing http-parser from depends (should not be required anymore after 
devendoring and upgrading ruby-rugged). Adding XDG desktop integration. 
Removing unrequired object files from vendored ruby gems and Rakefiles from the 
entire source tree.

Modified:
  sonic-pi/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 11:22:41 UTC (rev 430637)
+++ PKGBUILD2019-02-08 11:25:59 UTC (rev 430638)
@@ -1,16 +1,17 @@
 # Maintainer: David Runge 
 pkgname=sonic-pi
 pkgver=3.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The Live Coding Music Synth for Everyone"
 arch=('x86_64')
 url="https://sonic-pi.net/";
 license=('CCPL' 'LGPL2.1' 'GPL2' 'GPL3' 'MIT')
 groups=('pro-audio')
-depends=('aubio' 'boost-libs' 'http-parser' 'osmid' 'qscintilla-qt5' 'qwt'
-'ruby-ffi' 'ruby-minitest' 'ruby-multi_json' 'ruby-rouge' 'ruby-rugged'
+depends=('aubio' 'boost-libs' 'osmid' 'qscintilla-qt5' 'qwt' 'ruby-ffi'
+'ruby-minitest' 'ruby-multi_json' 'ruby-rouge' 'ruby-rugged'
 'ruby-sys-proctable' 'sc3-plugins' 'supercollider')
-makedepends=('boost' 'cmake' 'erlang-nox' 'lua' 'qt5-tools' 'wkhtmltopdf')
+makedepends=('boost' 'cmake' 'erlang-nox' 'gendesk' 'lua' 'qt5-tools'
+'wkhtmltopdf')
 checkdepends=('ruby-rake')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/samaaron/${pkgname}/archive/v${pkgver}.tar.gz";
 "fix-paths-in-gui.diff"
@@ -21,6 +22,11 @@
 
 prepare() {
   cd "$pkgname-$pkgver"
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name sonic-pi \
+  --categories "AudioVideo;Audio"
   sed -e 's/lqt5scintilla2/lqscintilla2_qt5/g' -i app/gui/qt/SonicPi.pro
   rm -rvf app/server/native
   # TODO: patch app/gui/qt/mainwindow.cpp to set path to external components 
in /usr/{lib,share}/sonic-pi
@@ -182,7 +188,14 @@
   # ruby
   install -vdm 755 "${pkgdir}/usr/share/${pkgname}"
   cp -av app/server/ruby "${pkgdir}/usr/lib/${pkgname}/server"
+  rm -v "${pkgdir}/usr/lib/${pkgname}/server/vendor/"*/ext/*.{o,c}
+  rm -v "${pkgdir}/usr/lib/${pkgname}/server/vendor/"*/ext/*/*.{o,c}
+  rm -v "${pkgdir}/usr/lib/${pkgname}/server/Rakefile"
+  rm -v "${pkgdir}/usr/lib/${pkgname}/server/vendor/"*/Rakefile
 
+  # xdg
+  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
+
   # license
   install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


[arch-commits] Commit in sonic-pi/repos/community-x86_64 (6 files)

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 11:49:33
  Author: dvzrv
Revision: 430649

archrelease: copy trunk to community-x86_64

Added:
  sonic-pi/repos/community-x86_64/PKGBUILD
(from rev 430648, sonic-pi/trunk/PKGBUILD)
  sonic-pi/repos/community-x86_64/fix-paths-in-gui.diff
(from rev 430648, sonic-pi/trunk/fix-paths-in-gui.diff)
  sonic-pi/repos/community-x86_64/fix-ruby-paths.diff
(from rev 430648, sonic-pi/trunk/fix-ruby-paths.diff)
Deleted:
  sonic-pi/repos/community-x86_64/PKGBUILD
  sonic-pi/repos/community-x86_64/fix-paths-in-gui.diff
  sonic-pi/repos/community-x86_64/fix-ruby-paths.diff

---+
 PKGBUILD  |  402 
 fix-paths-in-gui.diff |  124 +++---
 fix-ruby-paths.diff   |  192 +++---
 3 files changed, 359 insertions(+), 359 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 11:39:36 UTC (rev 430648)
+++ PKGBUILD2019-02-08 11:49:33 UTC (rev 430649)
@@ -1,201 +0,0 @@
-# Maintainer: David Runge 
-pkgname=sonic-pi
-pkgver=3.1.0
-pkgrel=5
-pkgdesc="The Live Coding Music Synth for Everyone"
-arch=('x86_64')
-url="https://sonic-pi.net/";
-license=('CCPL' 'LGPL2.1' 'GPL2' 'GPL3' 'MIT')
-groups=('pro-audio')
-depends=('aubio' 'boost-libs' 'osmid' 'qscintilla-qt5' 'qwt' 'ruby-ffi'
-'ruby-minitest' 'ruby-multi_json' 'ruby-rouge' 'ruby-rugged'
-'ruby-sys-proctable' 'sc3-plugins' 'supercollider')
-makedepends=('boost' 'cmake' 'erlang-nox' 'gendesk' 'lua' 'qt5-tools'
-'wkhtmltopdf')
-checkdepends=('ruby-rake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/samaaron/${pkgname}/archive/v${pkgver}.tar.gz";
-"fix-paths-in-gui.diff"
-"fix-ruby-paths.diff")
-sha512sums=('45373d3e673bc2f45bf5ccea31f6cf5e2003c9bdfc4645dec4b9fec391cb28b9e0b0823a98e9690928e116b8c40f96596bd1c8f5aefbf4f3e43e6c30ab76d41f'
-
'ea827c451a42ea12b7a1ced04978fa3a3eb5368b9802c982a0f815159d5591bedc4dc5b9eed89df3957087352bcb5f778e054abd2cb38cc1e57ab538e73b97f3'
-
'245418d7d3d145a77423350afd2598865395ed5e479fa13922320e6d53c849b01e99c71c460e384f69a8a70d6087899d9e26dcd06d68a13980fc2d6a543b2644')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name sonic-pi \
-  --categories "AudioVideo;Audio"
-  sed -e 's/lqt5scintilla2/lqscintilla2_qt5/g' -i app/gui/qt/SonicPi.pro
-  rm -rvf app/server/native
-  # TODO: patch app/gui/qt/mainwindow.cpp to set path to external components 
in /usr/{lib,share}/sonic-pi
-  patch -Np1 -i ../fix-paths-in-gui.diff
-  #TODO: devendor ruby-activesupport
-  #TODO: devendor ruby-ast
-  #TODO: devendor ruby-atomic (bin)
-  #TODO: devendor ruby-benchmark-ips
-  #TODO: devendor ruby-blankslate
-  #TODO: devendor ruby-did_you_mean (bin)
-  #TODO: devendor ruby-fast_osc (bin)
-  #TODO: devendor ruby-gettext
-  #TODO: devendor ruby-hamster
-  #TODO: devendor ruby-i18n
-  #TODO: devendor ruby-interception (bin)
-  #TODO: devendor ruby-kramdown (i18n-tool.rb breaks on it)
-  #TODO: devendor ruby-locale
-  #TODO: devendor ruby-memoist
-  #TODO: devendor ruby-metaclass
-  #TODO: devendor ruby-mocha
-  #TODO: devendor ruby-parser
-  #TODO: devendor ruby-parslet
-  #TODO: devendor ruby-rubame
-  #TODO: devendor ruby-aubio-prerelease
-  #TODO: devendor ruby-beautify
-  #TODO: devendor ruby-text
-  #TODO: devendor ruby-thread_safe
-  #TODO: devendor ruby-wavefile
-  #TODO: devendor ruby-websocket
-  # devendor ffi, ruby-prof, rugged
-  sed -e '/rugged/d' \
-  -e '/ffi/d' \
-  -e '/ruby-prof/d' \
-  -i app/server/ruby/bin/compile-extensions.rb
-  rm -rvf 
app/server/ruby/vendor/{ffi,minitest,multi_json,rouge,rugged,sys-proctable}*
-  # remove unrequired gems, so we don't create any doc for them
-  rm -rvf app/server/ruby/vendor/{narray,ruby-coreaudio,ruby-prof}*
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # OSC and pi_server
-  cd app/server/erlang
-  erlc {osc,pi_server}.erl
-
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  # ruby extensions
-  cd app/gui/qt/
-  ../../server/ruby/bin/compile-extensions.rb
-  ../../server/ruby/bin/i18n-tool.rb -t
-  # help template
-  cp -vf ruby_help.{tmpl,h}
-  ../../server/ruby/bin/qt-doc.rb -o ruby_help.h
-
-  # GUI
-  lrelease SonicPi.pro
-  qmake-qt5 SonicPi.pro
-  make
-
-  cd "${srcdir}/$pkgname-$pkgver"
-  # TODO: patch app/server/ruby/lib/sonicpi/util.rb to set proper paths to 
external components
-  patch -Np1 -i ../fix-ruby-paths.diff
-}
-
-## tests fail: https://github.com/samaaron/sonic-pi/issues/1865
-#check() {
-#  cd "$pkgname-$pkgver"
-#  cd app/server/ruby/test
-#  rake test
-#}
-
-package() {
-  cd "$pkgname-$pkgver"
-  # GUI executable
-  install -vDm 755 "app/gui/qt/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # book
-  install -vDm 644 app/gui/qt/book/*.html \
--t "${pkgdir}/usr/share/${pkgname}/book"
-  # i18n
-  install -vDm 644 app/gui/qt/l

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

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 11:51:54
  Author: dvzrv
Revision: 430652

archrelease: copy trunk to community-x86_64

Added:
  sonic-pi/repos/community-x86_64/
  sonic-pi/repos/community-x86_64/PKGBUILD
(from rev 430651, sonic-pi/trunk/PKGBUILD)
  sonic-pi/repos/community-x86_64/fix-paths-in-gui.diff
(from rev 430651, sonic-pi/trunk/fix-paths-in-gui.diff)
  sonic-pi/repos/community-x86_64/fix-ruby-paths.diff
(from rev 430651, sonic-pi/trunk/fix-ruby-paths.diff)

---+
 PKGBUILD  |  201 
 fix-paths-in-gui.diff |   62 ++
 fix-ruby-paths.diff   |   96 ++
 3 files changed, 359 insertions(+)

Copied: sonic-pi/repos/community-x86_64/PKGBUILD (from rev 430651, 
sonic-pi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-02-08 11:51:54 UTC (rev 430652)
@@ -0,0 +1,201 @@
+# Maintainer: David Runge 
+pkgname=sonic-pi
+pkgver=3.1.0
+pkgrel=5
+pkgdesc="The Live Coding Music Synth for Everyone"
+arch=('x86_64')
+url="https://sonic-pi.net/";
+license=('CCPL' 'LGPL2.1' 'GPL2' 'GPL3' 'MIT')
+groups=('pro-audio')
+depends=('aubio' 'boost-libs' 'osmid' 'qscintilla-qt5' 'qwt' 'ruby-ffi'
+'ruby-minitest' 'ruby-multi_json' 'ruby-rouge' 'ruby-rugged'
+'ruby-sys-proctable' 'sc3-plugins' 'supercollider')
+makedepends=('boost' 'cmake' 'erlang-nox' 'gendesk' 'lua' 'qt5-tools'
+'wkhtmltopdf')
+checkdepends=('ruby-rake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/samaaron/${pkgname}/archive/v${pkgver}.tar.gz";
+"fix-paths-in-gui.diff"
+"fix-ruby-paths.diff")
+sha512sums=('45373d3e673bc2f45bf5ccea31f6cf5e2003c9bdfc4645dec4b9fec391cb28b9e0b0823a98e9690928e116b8c40f96596bd1c8f5aefbf4f3e43e6c30ab76d41f'
+
'ea827c451a42ea12b7a1ced04978fa3a3eb5368b9802c982a0f815159d5591bedc4dc5b9eed89df3957087352bcb5f778e054abd2cb38cc1e57ab538e73b97f3'
+
'245418d7d3d145a77423350afd2598865395ed5e479fa13922320e6d53c849b01e99c71c460e384f69a8a70d6087899d9e26dcd06d68a13980fc2d6a543b2644')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name sonic-pi \
+  --categories "AudioVideo;Audio"
+  sed -e 's/lqt5scintilla2/lqscintilla2_qt5/g' -i app/gui/qt/SonicPi.pro
+  rm -rvf app/server/native
+  # TODO: patch app/gui/qt/mainwindow.cpp to set path to external components 
in /usr/{lib,share}/sonic-pi
+  patch -Np1 -i ../fix-paths-in-gui.diff
+  #TODO: devendor ruby-activesupport
+  #TODO: devendor ruby-ast
+  #TODO: devendor ruby-atomic (bin)
+  #TODO: devendor ruby-benchmark-ips
+  #TODO: devendor ruby-blankslate
+  #TODO: devendor ruby-did_you_mean (bin)
+  #TODO: devendor ruby-fast_osc (bin)
+  #TODO: devendor ruby-gettext
+  #TODO: devendor ruby-hamster
+  #TODO: devendor ruby-i18n
+  #TODO: devendor ruby-interception (bin)
+  #TODO: devendor ruby-kramdown (i18n-tool.rb breaks on it)
+  #TODO: devendor ruby-locale
+  #TODO: devendor ruby-memoist
+  #TODO: devendor ruby-metaclass
+  #TODO: devendor ruby-mocha
+  #TODO: devendor ruby-parser
+  #TODO: devendor ruby-parslet
+  #TODO: devendor ruby-rubame
+  #TODO: devendor ruby-aubio-prerelease
+  #TODO: devendor ruby-beautify
+  #TODO: devendor ruby-text
+  #TODO: devendor ruby-thread_safe
+  #TODO: devendor ruby-wavefile
+  #TODO: devendor ruby-websocket
+  # devendor ffi, ruby-prof, rugged
+  sed -e '/rugged/d' \
+  -e '/ffi/d' \
+  -e '/ruby-prof/d' \
+  -i app/server/ruby/bin/compile-extensions.rb
+  rm -rvf 
app/server/ruby/vendor/{ffi,minitest,multi_json,rouge,rugged,sys-proctable}*
+  # remove unrequired gems, so we don't create any doc for them
+  rm -rvf app/server/ruby/vendor/{narray,ruby-coreaudio,ruby-prof}*
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # OSC and pi_server
+  cd app/server/erlang
+  erlc {osc,pi_server}.erl
+
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  # ruby extensions
+  cd app/gui/qt/
+  ../../server/ruby/bin/compile-extensions.rb
+  ../../server/ruby/bin/i18n-tool.rb -t
+  # help template
+  cp -vf ruby_help.{tmpl,h}
+  ../../server/ruby/bin/qt-doc.rb -o ruby_help.h
+
+  # GUI
+  lrelease SonicPi.pro
+  qmake-qt5 SonicPi.pro
+  make
+
+  cd "${srcdir}/$pkgname-$pkgver"
+  # TODO: patch app/server/ruby/lib/sonicpi/util.rb to set proper paths to 
external components
+  patch -Np1 -i ../fix-ruby-paths.diff
+}
+
+## tests fail: https://github.com/samaaron/sonic-pi/issues/1865
+#check() {
+#  cd "$pkgname-$pkgver"
+#  cd app/server/ruby/test
+#  rake test
+#}
+
+package() {
+  cd "$pkgname-$pkgver"
+  # GUI executable
+  install -vDm 755 "app/gui/qt/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # book
+  install -vDm 644 app/gui/qt/book/*.html \
+-t "${pkgdir}/usr/share/${pkgname}/book"
+  # i18n
+  install -vDm 644 app/gui/qt/lang/*.qm \
+-t "${pkgdir}/usr/share/${p

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

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 13:28:30
  Author: dvzrv
Revision: 430683

Adding dgedit.

Added:
  dgedit/
  dgedit/repos/
  dgedit/trunk/
  dgedit/trunk/PKGBUILD

--+
 PKGBUILD |   42 ++
 1 file changed, 42 insertions(+)

Added: dgedit/trunk/PKGBUILD
===
--- dgedit/trunk/PKGBUILD   (rev 0)
+++ dgedit/trunk/PKGBUILD   2019-02-08 13:28:30 UTC (rev 430683)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+pkgname=dgedit
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="The DrumGizmo drumkit editor"
+arch=('x86_64')
+url="https://drumgizmo.org/wiki/doku.php?id=getting_dgedit";
+license=('GPL3')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'libao' 'libsndfile' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://drumgizmo.org/releases/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('507570d43a2dfc572f7c4bec9ae1d5a85eb947247022f8ab84776284affebc5845e22d5c03cc975ffe3ca636a9eab91888cfd33c802f07dd6b5eb42668656cb6'
+'SKIP')
+validpgpkeys=('F39C94D556CCB995B1AE540E9EB89445BF071867') # DrumGizmo 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 "${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "icons/${pkgname}.svg" \
+-t "${pkgdir}/usr/share/icons/hicolor/scalable/apps/dgedit/"
+  install -vDm 644 {AUTHORS,} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in dgedit/repos (community-x86_64 community-x86_64/PKGBUILD)

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 13:40:21
  Author: dvzrv
Revision: 430694

archrelease: copy trunk to community-x86_64

Added:
  dgedit/repos/community-x86_64/
  dgedit/repos/community-x86_64/PKGBUILD
(from rev 430693, dgedit/trunk/PKGBUILD)

--+
 PKGBUILD |   42 ++
 1 file changed, 42 insertions(+)

Copied: dgedit/repos/community-x86_64/PKGBUILD (from rev 430693, 
dgedit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-02-08 13:40:21 UTC (rev 430694)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+pkgname=dgedit
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="The DrumGizmo drumkit editor"
+arch=('x86_64')
+url="https://drumgizmo.org/wiki/doku.php?id=getting_dgedit";
+license=('GPL3')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'libao' 'libsndfile' 'qt5-base')
+makedepends=('qt5-tools')
+source=("https://drumgizmo.org/releases/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('507570d43a2dfc572f7c4bec9ae1d5a85eb947247022f8ab84776284affebc5845e22d5c03cc975ffe3ca636a9eab91888cfd33c802f07dd6b5eb42668656cb6'
+'SKIP')
+validpgpkeys=('F39C94D556CCB995B1AE540E9EB89445BF071867') # DrumGizmo 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 "${pkgname}.desktop" \
+-t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "icons/${pkgname}.svg" \
+-t "${pkgdir}/usr/share/icons/hicolor/scalable/apps/dgedit/"
+  install -vDm 644 {AUTHORS,} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in python-etesync/repos/community-any (PKGBUILD PKGBUILD)

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 19:21:08
  Author: dvzrv
Revision: 430736

archrelease: copy trunk to community-any

Added:
  python-etesync/repos/community-any/PKGBUILD
(from rev 430735, python-etesync/trunk/PKGBUILD)
Deleted:
  python-etesync/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 19:20:56 UTC (rev 430735)
+++ PKGBUILD2019-02-08 19:21:08 UTC (rev 430736)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-
-_name=etesync
-pkgname=python-etesync
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="Python API to interact with an EteSync server."
-arch=('any')
-url="https://pypi.python.org/pypi/etesync/";
-license=('LGPL')
-depends=('python-appdirs' 'python-asn1crypto' 'python-cffi' 'python-coverage'
-'python-cryptography' 'python-furl' 'python-idna' 'python-orderedmultidict'
-'python-packaging' 'python-peewee' 'python-py' 'python-pyasn1'
-'python-pycparser' 'python-pyparsing' 'python-dateutil' 'python-requests'
-'python-scrypt' 'python-six' 'python-vobject')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('d7e626df26ba272d01b9a43c5450a8c861647b27afbba707c8ba8ddcdd52885511891d5c86395128c2d1452ef4091105874999858e3bd4c91a714e07b4f213f9')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # only run relevant tests:
-  # https://github.com/etesync/pyetesync/issues/5
-  pytest tests/{test_collections.py,test_crypto.py}
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {DESCRIPTION.rst,README.md}
-}
-

Copied: python-etesync/repos/community-any/PKGBUILD (from rev 430735, 
python-etesync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-08 19:21:08 UTC (rev 430736)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+_name=etesync
+pkgname=python-etesync
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Python API to interact with an EteSync server."
+arch=('any')
+url="https://pypi.python.org/pypi/etesync/";
+license=('LGPL')
+depends=('python-appdirs' 'python-asn1crypto' 'python-cffi' 'python-coverage'
+'python-cryptography' 'python-furl' 'python-idna' 'python-orderedmultidict'
+'python-packaging' 'python-peewee' 'python-py' 'python-pyasn1'
+'python-pycparser' 'python-pyparsing' 'python-dateutil' 'python-requests'
+'python-scrypt' 'python-six' 'python-vobject')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('ea2771c050c2b7a2cbbded1e9549a62b75e4c990061ed522c97b80260b81265b6374d6e188fa481b94a65977afd9b2f7afd9047f57e3b60bfb0eb85501496030')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # only run relevant tests:
+  # https://github.com/etesync/pyetesync/issues/5
+  pytest tests/{test_collections.py,test_crypto.py}
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {DESCRIPTION.rst,README.md}
+}
+


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

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 19:20:56
  Author: dvzrv
Revision: 430735

upgpkg: python-etesync 0.7.0-1

Upgrading to 0.7.0.

Modified:
  python-etesync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 19:12:11 UTC (rev 430734)
+++ PKGBUILD2019-02-08 19:20:56 UTC (rev 430735)
@@ -2,7 +2,7 @@
 
 _name=etesync
 pkgname=python-etesync
-pkgver=0.6.2
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Python API to interact with an EteSync server."
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('d7e626df26ba272d01b9a43c5450a8c861647b27afbba707c8ba8ddcdd52885511891d5c86395128c2d1452ef4091105874999858e3bd4c91a714e07b4f213f9')
+sha512sums=('ea2771c050c2b7a2cbbded1e9549a62b75e4c990061ed522c97b80260b81265b6374d6e188fa481b94a65977afd9b2f7afd9047f57e3b60bfb0eb85501496030')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


[arch-commits] Commit in aubio/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-10 Thread David Runge via arch-commits
Date: Sunday, February 10, 2019 @ 11:03:48
  Author: dvzrv
Revision: 431327

archrelease: copy trunk to community-x86_64

Added:
  aubio/repos/community-x86_64/PKGBUILD
(from rev 431326, aubio/trunk/PKGBUILD)
Deleted:
  aubio/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  195 ++---
 1 file changed, 99 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-10 11:03:42 UTC (rev 431326)
+++ PKGBUILD2019-02-10 11:03:48 UTC (rev 431327)
@@ -1,96 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
-
-pkgbase=aubio
-pkgname=('aubio' 'python-aubio' 'python2-aubio')
-pkgver=0.4.8
-pkgrel=1
-pkgdesc="A tool for extracting annotations from audio signals"
-arch=('x86_64')
-url="https://aubio.org/";
-license=('GPL3')
-makedepends=('doxygen' 'ffmpeg' 'fftw' 'jack' 'libsamplerate' 'libsndfile'
-'python-numpy' 'python-setuptools' 'python-sphinx' 'python2-numpy'
-'python2-setuptools' 'python2-sphinx' 'txt2man')
-checkdepends=('python-nose2' 'python2-nose2')
-source=("https://${pkgbase}.org/pub/${pkgbase}-${pkgver}.tar.bz2";)
-sha512sums=('e58b32beda36865a5243ec7ed4647cf96e3652a25fd319fc697c08f93487f895070dc66b830700b40b879220c2e3a53b8cdc255ce2e34770ba5e34b36a4f51b4')
-
-prepare() {
-  cp -av "${pkgbase}-${pkgver}" "${pkgname[2]}-${pkgver}"
-  cd "${pkgname[2]}-${pkgver}"
-  # python2 shebang
-  sed -e '1s/python/&2/' \
--i "python/lib/${pkgname}/"{__init__,cmd,cut}.py \
--i "python/tests/"*.py
-  # console_scripts names
-  sed -e 's/aubio =/aubio2 =/g' \
-  -e 's/aubiocut/&2/' \
-  -i setup.py
-}
-
-build() {
-  cd "${pkgbase}-${pkgver}"
-  echo "$(pwd)"
-  python waf configure --prefix=/usr \
---enable-fftw3 \
---htmldir=/usr/share/doc/${pkgname} \
---docdir=/usr/share/doc/${pkgname} \
---libdir=/usr/lib
-  python waf build
-  python setup.py build
-  cd ../"${pkgname[2]}-${pkgver}"
-  python2 setup.py build
-}
-
-check() {
-  cd "${pkgbase}-${pkgver}"
-  LD_LIBRARY_PATH="${PWD}/build/src" \
-  PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-3.7:${PYTHONPATH}" \
-  python setup.py test
-
-  cd ../"${pkgname[2]}-${pkgver}"
-  LD_LIBRARY_PATH="${PWD}/build/src" \
-  PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-2.7:${PYTHONPATH}" \
-  python2 setup.py test
-}
-
-package_aubio() {
-  pkgdesc="A tool for extracting annotations from audio signals"
-  depends=('ffmpeg' 'fftw')
-  optdepends=('python2-aubio: Python 2.x interface'
-  'python-aubio: Python 3.x interface')
-  groups=('pro-audio')
-  cd "${pkgname}-${pkgver}"
-  python waf --destdir="${pkgdir}" install
-  # move doc, as waf configure doesn't honor the htmldir and docdir settings
-  mv -v "${pkgdir}/usr/share/doc/lib${pkgname}-doc" \
-"${pkgdir}/usr/share/doc/${pkgname}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,README.md}
-}
-
-package_python-aubio() {
-  pkgdesc="Python 3.x bindings for aubio."
-  depends=('aubio' 'python-numpy' 'python-setuptools')
-  cd "${pkgbase}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,README.md}
-}
-
-package_python2-aubio() {
-  pkgdesc="Python 2.x bindings for aubio."
-  depends=('aubio' 'python2-numpy' 'python2-setuptools')
-  cd "${pkgname}-${pkgver}"
-  python2 setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,ChangeLog,README.md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: aubio/repos/community-x86_64/PKGBUILD (from rev 431326, 
aubio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-10 11:03:48 UTC (rev 431327)
@@ -0,0 +1,99 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
+
+pkgbase=aubio
+pkgname=('aubio' 'python-aubio' 'python2-aubio')
+pkgver=0.4.9
+pkgrel=1
+pkgdesc="A tool for extracting annotations from audio signals"
+arch=('x86_64')
+url="https://aubio.org/";
+license=('GPL3')
+makedepends=('doxygen' 'jack' 'libsamplerate' 'libsndfile' 'python-sphinx' 
'txt2man')
+makedepends=('doxygen' 'ffmpeg' 'fftw' 'jack' 'libsamplerate' 'libsndfile'
+'python-numpy' 'python-setuptools' 'python-sphinx' 'python2-numpy'
+'python2-setuptools' 'python2-sphinx' 'txt2man')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://${pkgbase}.org/pub/${pkgbase}-${pkgver}.tar.bz2";)
+sha512sums=('0cb81bb4b15051db3f3f4d160d500af56fdfb237e0a74e3f366f53c2870030aa0a7cee8469a611a9694c36b8866d3d42ffb48241c999de08f3fee43e6d903130')
+
+prepare() {
+  cp -av "${pkgbase}-${pkgver}" "${pkgname[2]}-${pkgver}"
+  cd

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

2019-02-10 Thread David Runge via arch-commits
Date: Sunday, February 10, 2019 @ 11:03:38
  Author: dvzrv
Revision: 431325

upgpkg: aubio 0.4.9-1

Upgrading to 0.4.9. Switching to pytest for python modules. Creating PYTHONPATH 
in a more generic way.

Modified:
  aubio/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 11:03:21 UTC (rev 431324)
+++ PKGBUILD2019-02-10 11:03:38 UTC (rev 431325)
@@ -4,18 +4,19 @@
 
 pkgbase=aubio
 pkgname=('aubio' 'python-aubio' 'python2-aubio')
-pkgver=0.4.8
+pkgver=0.4.9
 pkgrel=1
 pkgdesc="A tool for extracting annotations from audio signals"
 arch=('x86_64')
 url="https://aubio.org/";
 license=('GPL3')
+makedepends=('doxygen' 'jack' 'libsamplerate' 'libsndfile' 'python-sphinx' 
'txt2man')
 makedepends=('doxygen' 'ffmpeg' 'fftw' 'jack' 'libsamplerate' 'libsndfile'
 'python-numpy' 'python-setuptools' 'python-sphinx' 'python2-numpy'
 'python2-setuptools' 'python2-sphinx' 'txt2man')
-checkdepends=('python-nose2' 'python2-nose2')
+checkdepends=('python-pytest' 'python2-pytest')
 source=("https://${pkgbase}.org/pub/${pkgbase}-${pkgver}.tar.bz2";)
-sha512sums=('e58b32beda36865a5243ec7ed4647cf96e3652a25fd319fc697c08f93487f895070dc66b830700b40b879220c2e3a53b8cdc255ce2e34770ba5e34b36a4f51b4')
+sha512sums=('0cb81bb4b15051db3f3f4d160d500af56fdfb237e0a74e3f366f53c2870030aa0a7cee8469a611a9694c36b8866d3d42ffb48241c999de08f3fee43e6d903130')
 
 prepare() {
   cp -av "${pkgbase}-${pkgver}" "${pkgname[2]}-${pkgver}"
@@ -22,7 +23,7 @@
   cd "${pkgname[2]}-${pkgver}"
   # python2 shebang
   sed -e '1s/python/&2/' \
--i "python/lib/${pkgname}/"{__init__,cmd,cut}.py \
+-i "python/lib/${pkgbase}/"{__init__,cmd,cut}.py \
 -i "python/tests/"*.py
   # console_scripts names
   sed -e 's/aubio =/aubio2 =/g' \
@@ -32,11 +33,9 @@
 
 build() {
   cd "${pkgbase}-${pkgver}"
-  echo "$(pwd)"
   python waf configure --prefix=/usr \
+--alltests \
 --enable-fftw3 \
---htmldir=/usr/share/doc/${pkgname} \
---docdir=/usr/share/doc/${pkgname} \
 --libdir=/usr/lib
   python waf build
   python setup.py build
@@ -45,15 +44,19 @@
 }
 
 check() {
+  local _py3_ver=$(python3 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
+  local _py2_ver=$(python2 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
+  local 
PYTHON2_PATH="${srcdir}/${pkgname[2]}-${pkgver}/build/lib.linux-$CARCH-${_py2_ver}/:${PYTHONPATH}"
+  local 
PYTHON3_PATH="${srcdir}/${pkgbase}-${pkgver}/build/lib.linux-$CARCH-${_py3_ver}/:${PYTHONPATH}"
   cd "${pkgbase}-${pkgver}"
+  PYTHONPATH="${PYTHON3_PATH}" \
   LD_LIBRARY_PATH="${PWD}/build/src" \
-  PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-3.7:${PYTHONPATH}" \
-  python setup.py test
+  py.test python/tests
 
   cd ../"${pkgname[2]}-${pkgver}"
+  PYTHONPATH="${PYTHON2_PATH}" \
   LD_LIBRARY_PATH="${PWD}/build/src" \
-  PYTHONPATH="${PWD}/build/lib.linux-${CARCH}-2.7:${PYTHONPATH}" \
-  python2 setup.py test
+  py.test2 python/tests
 }
 
 package_aubio() {


[arch-commits] Commit in qtile/repos/community-any (PKGBUILD PKGBUILD)

2019-02-10 Thread David Runge via arch-commits
Date: Sunday, February 10, 2019 @ 11:25:23
  Author: dvzrv
Revision: 431344

archrelease: copy trunk to community-any

Added:
  qtile/repos/community-any/PKGBUILD
(from rev 431343, qtile/trunk/PKGBUILD)
Deleted:
  qtile/repos/community-any/PKGBUILD

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-10 11:25:15 UTC (rev 431343)
+++ PKGBUILD2019-02-10 11:25:23 UTC (rev 431344)
@@ -1,75 +0,0 @@
-# Maintainer: David Runge 
-pkgname=qtile
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="A full-featured, pure-Python tiling window manager"
-arch=('any')
-url="http://www.qtile.org";
-license=('MIT')
-depends=('gdk-pixbuf2' 'pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
-'python-gobject' 'python-setuptools' 'python-six')
-makedepends=('jupyter_console' 'python-ipykernel' 'python-iwlib'
-'python-keyring' 'python-mpd2' 'python-pytest' 'python-setuptools'
-'python-xdg')
-optdepends=('alsa-utils: volume widget'
-'canto-daemon: canto widget'
-'cmus: cmus widget'
-'khal: khal_calendar widget'
-'lm_sensors: sensors widget'
-'moc: moc widget'
-'python-iwlib: wlan widget'
-'python-keyring: imapwidget widget'
-'python-mpd2: mpdwidget, mpd2widget widget'
-'python-setproctitle: change process name to qtile'
-'python-xdg: launchbar widget')
-checkdepends=('imagemagick' 'python-pytest' 'python-xvfbwrapper' 'xorg-xcalc'
-'xorg-xclock' 'xorg-xeyes' 'xorg-server-xephyr' 'xorg-xrandr' 'xterm')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
-sha512sums=('06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5d8acc2bba571f4d5fbadd8a7311f47e9301fb72a45c92b0255a90911edd12442392206da311fb7ada286')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-# # tests disabled for now, as some are failing without explanation and py.test
-# # won't return
-# # https://github.com/qtile/qtile/issues/1130
-# check() {
-#   cd "${pkgname}-${pkgver}"
-#   export PYTTHONPATH="build/lib/:${PYTHONPATH}"
-#   export LC_TYPE=en_US.UTF-8
-#   python libqtile/ffi_build.py
-#   py.test -k 'not test_get_cairo_surface \
-#  and not test_init \
-#  and not test_from_path \
-#  and not test_pattern \
-#  and not test_pattern_rotate \
-#  and not test_svg_scaling \
-#  and not test_toggling \
-#  and not test_focus_cycle \
-#  and not test_focus_lost_hide \
-#  and not test_kill \
-#  and not test_floating_toggle \
-#  and not test_images_good'
-# }
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  # install
-  python setup.py install --skip-build \
---optimize=1 \
---root="${pkgdir}" \
---prefix=/usr
-  # license
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  # config
-  install -vDm 644 libqtile/resources/default_config.py \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  # desktop file
-  install -vDm 644 "resources/${pkgname}.desktop" \
--t "${pkgdir}/usr/share/xsessions/"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {CHANGELOG,README.rst}
-}

Copied: qtile/repos/community-any/PKGBUILD (from rev 431343, 
qtile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-10 11:25:23 UTC (rev 431344)
@@ -0,0 +1,75 @@
+# Maintainer: David Runge 
+pkgname=qtile
+pkgver=0.13.0
+pkgrel=2
+pkgdesc="A full-featured, pure-Python tiling window manager"
+arch=('any')
+url="http://www.qtile.org";
+license=('MIT')
+depends=('gdk-pixbuf2' 'pango' 'python-xcffib' 'python-cairocffi' 'python-dbus'
+'python-gobject' 'python-setuptools' 'python-six')
+makedepends=('jupyter_console' 'python-ipykernel' 'python-iwlib'
+'python-keyring' 'python-mpd2' 'python-pytest' 'python-setuptools'
+'python-xdg')
+optdepends=('alsa-utils: volume widget'
+'canto-daemon: canto widget'
+'cmus: cmus widget'
+'khal: khal_calendar widget'
+'lm_sensors: sensors widget'
+'moc: moc widget'
+'python-iwlib: wlan widget'
+'python-keyring: imapwidget widget'
+'python-mpd2: mpdwidget, mpd2widget widget'
+'python-setproctitle: change process name to qtile'
+'python-xdg: launchbar widget')
+checkdepends=('imagemagick' 'python-pytest' 'python-xvfbwrapper' 'xorg-xcalc'
+'xorg-xclock' 'xorg-xeyes' 'xorg-server-xephyr' 'xorg-xrandr' 'xterm')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz";)
+sha512sums=('06e6b32952c77c6b44872d5a52e0d196d5bb23c38da5

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

2019-02-10 Thread David Runge via arch-commits
Date: Sunday, February 10, 2019 @ 11:25:15
  Author: dvzrv
Revision: 431343

upgpkg: qtile 0.13.0-2

Rebuilding against python-cairocffi 1.0.0.

Modified:
  qtile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 11:25:11 UTC (rev 431342)
+++ PKGBUILD2019-02-10 11:25:15 UTC (rev 431343)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=qtile
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A full-featured, pure-Python tiling window manager"
 arch=('any')
 url="http://www.qtile.org";


[arch-commits] Commit in supercollider/repos/community-x86_64 (8 files)

2019-02-10 Thread David Runge via arch-commits
Date: Sunday, February 10, 2019 @ 12:34:31
  Author: dvzrv
Revision: 431417

archrelease: copy trunk to community-x86_64

Added:
  supercollider/repos/community-x86_64/PKGBUILD
(from rev 431416, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-x86_64/boost-1.67.patch
(from rev 431416, supercollider/trunk/boost-1.67.patch)
  supercollider/repos/community-x86_64/supercollider-use_system_boost.patch
(from rev 431416, supercollider/trunk/supercollider-use_system_boost.patch)
  supercollider/repos/community-x86_64/supercollider.install
(from rev 431416, supercollider/trunk/supercollider.install)
Deleted:
  supercollider/repos/community-x86_64/PKGBUILD
  supercollider/repos/community-x86_64/boost-1.67.patch
  supercollider/repos/community-x86_64/supercollider-use_system_boost.patch
  supercollider/repos/community-x86_64/supercollider.install

--+
 PKGBUILD |  126 ++---
 boost-1.67.patch |   24 -
 supercollider-use_system_boost.patch |  718 -
 supercollider.install|   16 
 4 files changed, 442 insertions(+), 442 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-10 12:34:22 UTC (rev 431416)
+++ PKGBUILD2019-02-10 12:34:31 UTC (rev 431417)
@@ -1,63 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: osc 
-
-_name=SuperCollider
-pkgname=supercollider
-pkgver=3.10.1
-pkgrel=2
-pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
-arch=('x86_64')
-url="https://supercollider.github.io";
-license=('GPL3')
-groups=('pro-audio')
-depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg' 
'qt5-webengine' 'qt5-websockets' 'yaml-cpp')
-makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
-checkdepends=('xorg-server-xvfb')
-optdepends=('emacs: emacs interface'
-'gedit: gedit interface'
-'sc3-plugins: additional extension plugins for scsynth')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2";
-'boost-1.67.patch'
-"${pkgname}-use_system_boost.patch"
-)
-install="${pkgname}.install"
-sha512sums=('283fb44f3c5d690f0c646782f3ac4d3cab6c9d787982006c85c743246f32bbe0de2b79dd1f6b183fd9a5085424b956c8e7c25878ef2418e50d41e1f8d85ed0b9'
-
'9980d77802f18fd56d2a13f24f070e81768d9111b2cc63e479a0e9b405a04aec28bc523e5d36aab0462af6a3831d64598470cdc6c3266431e2ca64aa427a6bf2'
-
'd9b2ef108673b11a27c63654ceacf3b7e51df11ce05fc6d9045abd219ea718c2552f5ea026a5182c272639e695a1073192013b14cae257e7e4b00dd3c303ecae')
-
-prepare() {
-  mv -v "${_name}-Source" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # supernova build:
-  # https://github.com/supercollider/supercollider/issues/3981
-  patch -Np1 -i ../boost-1.67.patch
-  # make sure system boost is used
-  # https://github.com/supercollider/supercollider/issues/4096
-  patch -Np1 -i ../"${pkgname}-use_system_boost.patch"
-  mkdir -v build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIBSCSYNTH=ON \
-   -DFORTIFY=ON \
-   -DSYSTEM_YAMLCPP=ON \
-   -DSYSTEM_BOOST=ON \
-   -DSC_VIM=OFF
-  make VERBOSE=1
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  xvfb-run make test ARGS="-V" || warning "Known failing tests: 
https://github.com/supercollider/supercollider/issues/3555";
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 ../{AUTHORS,{CHANGELOG,README,README_LINUX}.md}
-}

Copied: supercollider/repos/community-x86_64/PKGBUILD (from rev 431416, 
supercollider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-10 12:34:31 UTC (rev 431417)
@@ -0,0 +1,63 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: osc 
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.10.2
+pkgrel=1
+pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
+arch=('x86_64')
+url="https://supercollider.github.io";
+license=('GPL3')
+groups=('pro-audio')
+depends=('boost-libs' 'desktop-file-utils' 'fftw' 'jack' 'qt5-svg' 
'qt5-webengine' 'qt5-websockets' 'yaml-cpp')
+makedepends=('boost' 'cmake' 'emacs' 'qt5-tools')
+checkdepends=('xorg-server-xvfb')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'sc3-plugins: additional extension plugins for scsynth')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/Version-${pkgver}/${_name}-${pkgver}-Source-linux.tar.bz2";
+'boost-1.67.patch'
+"

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

2019-02-10 Thread David Runge via arch-commits
Date: Sunday, February 10, 2019 @ 12:34:22
  Author: dvzrv
Revision: 431416

upgpkg: supercollider 3.10.2-1

Upgrading to 3.10.2.

Modified:
  supercollider/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 12:29:13 UTC (rev 431415)
+++ PKGBUILD2019-02-10 12:34:22 UTC (rev 431416)
@@ -4,8 +4,8 @@
 
 _name=SuperCollider
 pkgname=supercollider
-pkgver=3.10.1
-pkgrel=2
+pkgver=3.10.2
+pkgrel=1
 pkgdesc="Environment and programming language for real time audio synthesis 
and algorithmic composition"
 arch=('x86_64')
 url="https://supercollider.github.io";
@@ -22,7 +22,7 @@
 "${pkgname}-use_system_boost.patch"
 )
 install="${pkgname}.install"
-sha512sums=('283fb44f3c5d690f0c646782f3ac4d3cab6c9d787982006c85c743246f32bbe0de2b79dd1f6b183fd9a5085424b956c8e7c25878ef2418e50d41e1f8d85ed0b9'
+sha512sums=('f7d136cb03e32dfd0b72e36047deaa24d5edfac0f7e9eeaac35f8e991cd52b00db0701478e0daefb24bfbbc55b5cf240e3f3429fd46caa8d76daa21c7aebaf46'
 
'9980d77802f18fd56d2a13f24f070e81768d9111b2cc63e479a0e9b405a04aec28bc523e5d36aab0462af6a3831d64598470cdc6c3266431e2ca64aa427a6bf2'
 
'd9b2ef108673b11a27c63654ceacf3b7e51df11ce05fc6d9045abd219ea718c2552f5ea026a5182c272639e695a1073192013b14cae257e7e4b00dd3c303ecae')
 


[arch-commits] Commit in vamp-plugin-sdk/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-10 Thread David Runge via arch-commits
Date: Sunday, February 10, 2019 @ 12:40:42
  Author: dvzrv
Revision: 431421

archrelease: copy trunk to community-x86_64

Added:
  vamp-plugin-sdk/repos/community-x86_64/PKGBUILD
(from rev 431420, vamp-plugin-sdk/trunk/PKGBUILD)
Deleted:
  vamp-plugin-sdk/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   71 ++---
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-10 12:40:35 UTC (rev 431420)
+++ PKGBUILD2019-02-10 12:40:42 UTC (rev 431421)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Orivej Desh 
-
-pkgname=vamp-plugin-sdk
-pkgver=2.7.1
-_dir=2206
-pkgrel=2
-pkgdesc="The Vamp audio analysis plug-in system"
-arch=('x86_64')
-url="https://www.vamp-plugins.org/";
-license=('BSD')
-groups=('pro-audio')
-depends=('gcc-libs' 'libsndfile')
-source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('91dd7cae72334718dcbdac06b1ffa3f3ba76e977b82b928ab634d9982aa15ca4e30978a7778215753c61e56831077d7634d24e65e468ab6a8a87a5957fb09bf3')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  # license
-  install -vDm644 COPYING \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm644 {CHANGELOG,README}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/community-x86_64/PKGBUILD (from rev 431420, 
vamp-plugin-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-10 12:40:42 UTC (rev 431421)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Orivej Desh 
+
+_dir=2450
+pkgname=vamp-plugin-sdk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="The Vamp audio analysis plug-in system"
+arch=('x86_64')
+url="https://www.vamp-plugins.org/";
+license=('BSD')
+groups=('pro-audio')
+depends=('libsndfile')
+source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('abc009dab8d1ae4549640aba4a1341942b5a868479b4a9b2a435556a1bf1ce350d8aec94ee5b403fe8fff4175f40778a8fc12ceaf602dd0f176f9215e4a3f8f8')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  # license
+  install -vDm 644 COPYING \
+-t "${pkgdir}/usr/share/licenses/${pkgname}/"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm644 {CHANGELOG,README}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in vamp-plugin-sdk/trunk (PKGBUILD)

2019-02-10 Thread David Runge via arch-commits
Date: Sunday, February 10, 2019 @ 12:40:35
  Author: dvzrv
Revision: 431420

upgpkg: vamp-plugin-sdk 2.8.0-1

Upgrading to 2.8.0. Minor fixes.

Modified:
  vamp-plugin-sdk/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 12:37:49 UTC (rev 431419)
+++ PKGBUILD2019-02-10 12:40:35 UTC (rev 431420)
@@ -2,18 +2,18 @@
 # Contributor: Ray Rashif 
 # Contributor: Orivej Desh 
 
+_dir=2450
 pkgname=vamp-plugin-sdk
-pkgver=2.7.1
-_dir=2206
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
 pkgdesc="The Vamp audio analysis plug-in system"
 arch=('x86_64')
 url="https://www.vamp-plugins.org/";
 license=('BSD')
 groups=('pro-audio')
-depends=('gcc-libs' 'libsndfile')
+depends=('libsndfile')
 
source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('91dd7cae72334718dcbdac06b1ffa3f3ba76e977b82b928ab634d9982aa15ca4e30978a7778215753c61e56831077d7634d24e65e468ab6a8a87a5957fb09bf3')
+sha512sums=('abc009dab8d1ae4549640aba4a1341942b5a868479b4a9b2a435556a1bf1ce350d8aec94ee5b403fe8fff4175f40778a8fc12ceaf602dd0f176f9215e4a3f8f8')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -25,8 +25,8 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir" install
   # license
-  install -vDm644 COPYING \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -vDm 644 COPYING \
+-t "${pkgdir}/usr/share/licenses/${pkgname}/"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
 -vDm644 {CHANGELOG,README}


[arch-commits] Commit in python-jack-client/trunk (PKGBUILD)

2019-02-10 Thread David Runge via arch-commits
Date: Sunday, February 10, 2019 @ 12:59:04
  Author: dvzrv
Revision: 431428

upgpkg: python-jack-client 0.4.6-1

Upgrading to 0.4.6.

Modified:
  python-jack-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-10 12:45:45 UTC (rev 431427)
+++ PKGBUILD2019-02-10 12:59:04 UTC (rev 431428)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _name=JACK-Client
 pkgname=python-jack-client
-pkgver=0.4.5
+pkgver=0.4.6
 pkgrel=1
 pkgdesc="JACK Audio Connection Kit (JACK) Client for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest')
 optdepends=('python-numpy: Access input/output buffers as numpy arrays')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('3dc6d7dedd85b54590fdcf13053fa69b507bcb3aa3be4448de22b0afb99d6db1861242090441581eecbfc83072c9b180ca81b6849d9678f8c49774fe1748e5cd')
+sha512sums=('e7b497aa7d549b450cc76b940e9390bb3e03bd95cade34c2c14529044dda1b6b46824cec965d1a1bc140060b6b58dce2354b49bb81a75a55a4155af13ee5ca0b')
 validpgpkeys=()
 
 prepare() {


  1   2   3   4   5   6   7   8   9   10   >