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

2020-09-21 Thread David Runge via arch-commits
Date: Monday, September 21, 2020 @ 19:11:43
  Author: dvzrv
Revision: 711256

upgpkg: spectmorph 0.5.2-1: Upgrade to 0.5.2.

Add all available sodeps in package().

Modified:
  spectmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-21 18:58:43 UTC (rev 711255)
+++ PKGBUILD2020-09-21 19:11:43 UTC (rev 711256)
@@ -8,8 +8,9 @@
 url="http://spectmorph.org/;
 license=('LGPL3')
 groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('cairo' 'gcc-libs' 'glib2' 'glibc' 'libglvnd' 'libx11' 'zlib')
-makedepends=('fftw' 'freetype2' 'jack' 'lv2' 'libao' 'libsndfile' 'qt5-base')
+depends=('cairo' 'gcc-libs' 'glibc' 'libglvnd' 'libx11' 'zlib')
+makedepends=('fftw' 'freetype2' 'glib2' 'jack' 'lv2' 'libao' 'libsndfile'
+'qt5-base')
 checkdepends=('lv2lint')
 optdepends=('jack: for smjack and smsampleedit'
 'qt5-base: for sminspector and smsampleedit')
@@ -45,7 +46,7 @@
 
 package() {
   depends+=('libao.so' 'libfftw3f.so' 'libfftw3f_threads.so' 'libfreetype.so'
-  'libsndfile.so')
+  'libglib-2.0.so' 'libsndfile.so')
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
   # standard instruments


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

2020-09-21 Thread David Runge via arch-commits
Date: Monday, September 21, 2020 @ 18:22:31
  Author: dvzrv
Revision: 711248

upgpkg: spectmorph 0.5.2-1: Upgrade to 0.21.26.

Modified:
  spectmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-21 18:08:51 UTC (rev 711247)
+++ PKGBUILD2020-09-21 18:22:31 UTC (rev 711248)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=spectmorph
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
 arch=('x86_64')
@@ -8,8 +8,8 @@
 url="http://spectmorph.org/;
 license=('LGPL3')
 groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('cairo' 'gcc-libs' 'glib2' 'glibc' 'libao' 'libglvnd' 'libx11' 'zlib')
-makedepends=('fftw' 'freetype2' 'jack' 'lv2' 'libsndfile' 'qt5-base')
+depends=('cairo' 'gcc-libs' 'glib2' 'glibc' 'libglvnd' 'libx11' 'zlib')
+makedepends=('fftw' 'freetype2' 'jack' 'lv2' 'libao' 'libsndfile' 'qt5-base')
 checkdepends=('lv2lint')
 optdepends=('jack: for smjack and smsampleedit'
 'qt5-base: for sminspector and smsampleedit')
@@ -17,8 +17,10 @@
 'libspectmorph.so')
 source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2;
 
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
-sha512sums=('db5770266d1cdcb1dc64c369fc8ea9580741a8d7d766e3c298fdf175db4cf5daf2abb55213e3f6e9a93f42e103c86eb3b3dce10f2e945441c3048e847c811b01'
-
'7cfb94b312a9d3f73dd0c87185cd398fdb3373ee4ec2e904033a1cbaa43296cd43a247dd81365cecd07609354c0bbd15cf2ee379fb36b890736f0cff1e7bc689')
+sha512sums=('c98607ca3dc0f1a3063bf376431e2d43241a1ccbc864e03ed8726e366d9ab8d43a1f82547743bbb3111494ba819ece8b96deac34c151beccee479e2c4055013c'
+
'7c1353be42b04e0b0107a994a0236b4be5ddf387e436786eeca7173751961f4dcf3b887de84c538d43119a3c9fb3b50cab3850afee4d1634e64803a83daef7da')
+b2sums=('0abba1ae9e7e37880ba0b7ae8c6e4de535e863d14bd8d579be1afa432d62d44ba0b04bd28b007513c6095e5d132b1a0ed51675841f3cc712a4a252aa40c9bd8c'
+
'213d844979c262af63d78f28cba301a2d255c9b31442c3c31b0ce900ffb56d1d0fd38829b3156c159e476b9321790b2af0279dd1dfbf88dd9c86ed2d0863a979')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -42,7 +44,7 @@
 }
 
 package() {
-  depends+=('libfftw3f.so' 'libfftw3f_threads.so' 'libfreetype.so'
+  depends+=('libao.so' 'libfftw3f.so' 'libfftw3f_threads.so' 'libfreetype.so'
   'libsndfile.so')
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install


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

2020-02-13 Thread David Runge via arch-commits
Date: Thursday, February 13, 2020 @ 16:57:48
  Author: dvzrv
Revision: 570631

upgpkg: spectmorph 0.5.1-1: Upgrading to 0.5.1. Moving sodeps to package(). 
Running autoreconf in prepare() and lv2lint in check() (currently 
unsuccessful). Adding jack and qt5-base to optdepends.

Modified:
  spectmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-13 16:55:14 UTC (rev 570630)
+++ PKGBUILD2020-02-13 16:57:48 UTC (rev 570631)
@@ -1,19 +1,30 @@
 # Maintainer: David Runge 
+
 pkgname=spectmorph
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
 arch=('x86_64')
 url="http://spectmorph.org/;
 license=('LGPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
-makedepends=('lv2')
+groups=('lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('cairo' 'gcc-libs' 'glib2' 'glibc' 'libao' 'libglvnd' 'libx11' 'zlib')
+makedepends=('fftw' 'freetype2' 'jack' 'lv2' 'libsndfile' 'qt5-base')
+checkdepends=('lv2lint')
+optdepends=('jack: for smjack and smsampleedit'
+'qt5-base: for sminspector and smsampleedit')
+provides=('libspectmorphjack.so' 'libspectmorphgui.so' 'libspectmorphglui.so'
+'libspectmorph.so')
 source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2;
 
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
-sha512sums=('588c4d2cf15720569f6dae2559da1d5039e894e8e9804ac2959075818be6c50cc3c89f25ade004f6501bfb9bca849bd62b069ca52acd0f438fdf44340d4894a3'
-
'a7c909bf653ba206480b15208991b308b279a12a31dda2a61ee612c3c71524804195f9d2a69f0ca8e819650ca1982e5461a4222621447ce991ac63e5ee9254b9')
+sha512sums=('db5770266d1cdcb1dc64c369fc8ea9580741a8d7d766e3c298fdf175db4cf5daf2abb55213e3f6e9a93f42e103c86eb3b3dce10f2e945441c3048e847c811b01'
+
'7cfb94b312a9d3f73dd0c87185cd398fdb3373ee4ec2e904033a1cbaa43296cd43a247dd81365cecd07609354c0bbd15cf2ee379fb36b890736f0cff1e7bc689')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr \
@@ -23,7 +34,16 @@
   make
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  cp -v lv2/.libs/*.so lv2/
+  LV2_PATH="${PWD}" lv2lint "http://spectmorph.org/plugins/spectmorph; || echo 
"Known failing tests: https://github.com/swesterfeld/spectmorph/issues/8;
+  rm -v lv2/*.so
+}
+
 package() {
+  depends+=('libfftw3f.so' 'libfftw3f_threads.so' 'libfreetype.so'
+  'libsndfile.so')
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
   # standard instruments


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

2019-12-24 Thread David Runge via arch-commits
Date: Tuesday, December 24, 2019 @ 15:11:59
  Author: dvzrv
Revision: 539980

upgpkg: spectmorph 0.5.0-2: Updating maintainer info. Removing python2-only 
sminstbuilder, until upstream makes it available for python3.

Modified:
  spectmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-24 14:26:20 UTC (rev 539979)
+++ PKGBUILD2019-12-24 15:11:59 UTC (rev 539980)
@@ -1,7 +1,7 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 pkgname=spectmorph
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
 arch=('x86_64')
 url="http://spectmorph.org/;
@@ -9,7 +9,6 @@
 groups=('lv2-plugins' 'pro-audio')
 depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
 makedepends=('lv2')
-optdepends=('python2: For sminstbuilder')
 source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2;
 
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
 
sha512sums=('588c4d2cf15720569f6dae2559da1d5039e894e8e9804ac2959075818be6c50cc3c89f25ade004f6501bfb9bca849bd62b069ca52acd0f438fdf44340d4894a3'
@@ -33,4 +32,7 @@
   # docs
   install -vDm 644 {AUTHORS,DESIGN,NEWS,README.md,TODO} \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  # sminstbuilder is not compatible with python3:
+  # https://github.com/swesterfeld/spectmorph/issues/6
+  rm -v "${pkgdir}/usr/bin/sminstbuilder"
 }


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

2019-07-23 Thread David Runge via arch-commits
Date: Tuesday, July 23, 2019 @ 16:04:47
  Author: dvzrv
Revision: 492659

upgpkg: spectmorph 0.5.0-1

Upgrading to 0.5.0.

Modified:
  spectmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-23 15:44:46 UTC (rev 492658)
+++ PKGBUILD2019-07-23 16:04:47 UTC (rev 492659)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge 
 pkgname=spectmorph
-pkgver=0.4.1
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 optdepends=('python2: For sminstbuilder')
 source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2;
 
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
-sha512sums=('9dd28ae09f56df07a224c5b3d3b500d117059a7585a405321d33c539dc4f5cbff1183602e10be1f0f343532b63f1a442c6df403fdf5356b0dbc566800aa0b5d2'
-
'b7b564dcd2d144272f2620172c43ed453069fa22b516e4f259e498acfe0f6720ead700fff672327786cda8e2f8723362169261219c79bd4a85078ab8edfe9029')
+sha512sums=('588c4d2cf15720569f6dae2559da1d5039e894e8e9804ac2959075818be6c50cc3c89f25ade004f6501bfb9bca849bd62b069ca52acd0f438fdf44340d4894a3'
+
'a7c909bf653ba206480b15208991b308b279a12a31dda2a61ee612c3c71524804195f9d2a69f0ca8e819650ca1982e5461a4222621447ce991ac63e5ee9254b9')
 
 build() {
   cd "$pkgname-$pkgver"


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 13:56:09
  Author: dvzrv
Revision: 375941

upgpkg: spectmorph 0.4.1-1

Upgrading to 0.4.1 (fixing source, as upstream has changed links to source 
tarball).

Modified:
  spectmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 13:04:41 UTC (rev 375940)
+++ PKGBUILD2018-09-01 13:56:09 UTC (rev 375941)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 pkgname=spectmorph
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="A free software project which allows to analyze samples of musical 
instruments, and to combine them (morphing)"
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Analyze samples of musical instruments and combine them (morphing)"
 arch=('x86_64')
 url="http://spectmorph.org/;
 license=('LGPL3')
@@ -10,10 +10,10 @@
 depends=('cairo' 'fftw' 'jack' 'libao' 'qt5-base')
 makedepends=('lv2')
 optdepends=('python2: For sminstbuilder')
-source=("http://spectmorph.org/downloads/${pkgname}-${pkgver}.tar.bz2;
+source=("http://www.spectmorph.org/files/releases/${pkgname}-${pkgver}.tar.bz2;
 
"http://spectmorph.org/files/instruments/${pkgname}-instruments-${pkgver}.tar.xz;)
-sha512sums=('6b8139e9ee7b60889a78a21b03ae1ad06bc8b1d75b8bfdf72af64dc812028f4e83cfd8ed20af834a90ed5d62ee7234257db198371f90a909c72ca897aa17be3d'
-
'94fa1bc39f36677627b1f8699dc7e65be2567fedaf18b762ab5de83a2ffd8ef683e49b62a8a779346b359eb1438cbd0dd88b0bfb12e7fcdfb8f6e3b30ac1d495')
+sha512sums=('9dd28ae09f56df07a224c5b3d3b500d117059a7585a405321d33c539dc4f5cbff1183602e10be1f0f343532b63f1a442c6df403fdf5356b0dbc566800aa0b5d2'
+
'b7b564dcd2d144272f2620172c43ed453069fa22b516e4f259e498acfe0f6720ead700fff672327786cda8e2f8723362169261219c79bd4a85078ab8edfe9029')
 
 build() {
   cd "$pkgname-$pkgver"


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

2018-05-20 Thread David Runge via arch-commits
Date: Sunday, May 20, 2018 @ 23:41:09
  Author: dvzrv
Revision: 325694

upgpkg: spectmorph 0.4.0-3

Rebuilding for gcc > 8.1.

Modified:
  spectmorph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-20 23:28:01 UTC (rev 325693)
+++ PKGBUILD2018-05-20 23:41:09 UTC (rev 325694)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=spectmorph
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A free software project which allows to analyze samples of musical 
instruments, and to combine them (morphing)"
 arch=('x86_64')
 url="http://spectmorph.org/;