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

2020-11-22 Thread David Runge via arch-commits
Date: Sunday, November 22, 2020 @ 16:25:05
  Author: dvzrv
Revision: 759213

upgpkg: snd 20.9-1: Upgrade to 20.9.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-22 16:05:07 UTC (rev 759212)
+++ PKGBUILD2020-11-22 16:25:05 UTC (rev 759213)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.8
+pkgver=20.9
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -23,8 +23,8 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('3c52cea9f3a829d8d7a8172babdc99f500e42581c3aee503d18e48217d4efb5753475db600b6af55f4bf81227a1fef95866af6c04636e2cb94bf6a8ad6b71e92')
-b2sums=('d02085d99b22285bee5fdcba988be6c25e3e6c669123d7b6d2549096d4703a200beae06c21cece2a4a25da72065f0c6edfd75c9683f7f9311592ed12943254bd')
+sha512sums=('ba76a735f28066430d821a73c2e6fc3b20ebfa83db17d4fcea7eb058df543ddc1361604abc471cb8af657a1bd38503143fdd56d11f21b72896c2b0c53bdf4c95')
+b2sums=('886fe9e3c720b95825703c2d64f82c32af3e4afee5187c0056520102f3af8a8b8da2a0cc443c1aaeeb394699c489bc4b6da032dd0c07e7b012f65983059172c5')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2020-10-13 Thread David Runge via arch-commits
Date: Tuesday, October 13, 2020 @ 21:28:00
  Author: dvzrv
Revision: 723862

upgpkg: snd 20.8-1: Upgrade to 20.8.

As upstream has dropped GTK3 support(?), snd's GUI is now again
based on openmotif.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 20:42:55 UTC (rev 723861)
+++ PKGBUILD2020-10-13 21:28:00 UTC (rev 723862)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.7
+pkgver=20.8
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -10,11 +10,11 @@
 url="https://ccrma.stanford.edu/software/snd/;
 license=('custom:free')
 groups=('pro-audio')
-depends=('cairo' 'gdk-pixbuf2' 'glibc' 'gmp' 'gsl' 'libmpc' 'mpfr' 'ruby')
+depends=('glibc' 'glu' 'gmp' 'gsl' 'libglvnd' 'libmpc' 'libx11' 'libxext'
+'libxpm' 'libxt' 'mpfr' 'openmotif' 'ruby')
 # TODO: maybe replace mpg123 with mpg321
-makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'glib2' 'glu' 'gtk3' 'jack'
-'ladspa' 'libpulse' 'libsamplerate' 'libxpm' 'mpg123' 'openmotif' 'pango'
-'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'jack' 'ladspa' 'libpulse'
+'libsamplerate' 'mpg123' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
 optdepends=('wavpack: For wav support'
 'flac: For flac support'
 'speex: For speex support'
@@ -23,8 +23,8 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('bc45a6357588759bd7b19152e2ae621e8f084df916a1b1cc890a1d27c1394c05b8a1083f7e0dd2258be4b36cef32a7491dca9e1546953ef2fe579b25d5e07eb9')
-b2sums=('0f747bf1ba1e5915e2eab40d8bf5228a41ae22f946178c0730571cbc4a13ed06a29635149c584dc91ce544d8ea4e17a1f51a55e2f363cd65a631de4169a183d9')
+sha512sums=('3c52cea9f3a829d8d7a8172babdc99f500e42581c3aee503d18e48217d4efb5753475db600b6af55f4bf81227a1fef95866af6c04636e2cb94bf6a8ad6b71e92')
+b2sums=('d02085d99b22285bee5fdcba988be6c25e3e6c669123d7b6d2549096d4703a200beae06c21cece2a4a25da72065f0c6edfd75c9683f7f9311592ed12943254bd')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -41,10 +41,11 @@
   cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
   --with-alsa \
+  --with-gl \
   --with-gmp \
-  --with-gtk \
   --with-jack \
   --with-ladspa \
+  --with-motif \
   --with-pulseaudio \
   --with-ruby
   make
@@ -51,9 +52,7 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libfftw3.so' 'libgdk-3.so' 'libgio-2.0.so'
-  'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-3.so' 'libjack.so'
-  'libpangocairo-1.0.so' 'libpango-1.0.so' 'libsamplerate.so')
+  depends+=('libasound.so' 'libfftw3.so' 'libjack.so' 'libsamplerate.so')
   cd "${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install
   install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"


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

2020-09-05 Thread David Runge via arch-commits
Date: Saturday, September 5, 2020 @ 22:08:36
  Author: dvzrv
Revision: 699201

upgpkg: snd 20.7-1: Upgrade to 20.7.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-05 21:58:38 UTC (rev 699200)
+++ PKGBUILD2020-09-05 22:08:36 UTC (rev 699201)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.6
+pkgver=20.7
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -23,8 +23,8 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('b54b9cbcc37e410127612ceb0f7d435c7baae9cb4d767f9e81d91c622f2686dcc7b7225a3ed132e89655a67e0cf22f65fc8fa9dee675583c5d50f6c563bb900e')
-b2sums=('f20c070dc3784a0d764fab36791d9cfd61e483eda4b62310822547246cb6d6bae84f24212ddb6ae173018801cf71ef9e2d611745362e492578605e325584ae17')
+sha512sums=('bc45a6357588759bd7b19152e2ae621e8f084df916a1b1cc890a1d27c1394c05b8a1083f7e0dd2258be4b36cef32a7491dca9e1546953ef2fe579b25d5e07eb9')
+b2sums=('0f747bf1ba1e5915e2eab40d8bf5228a41ae22f946178c0730571cbc4a13ed06a29635149c584dc91ce544d8ea4e17a1f51a55e2f363cd65a631de4169a183d9')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2020-08-03 Thread David Runge via arch-commits
Date: Monday, August 3, 2020 @ 08:57:59
  Author: dvzrv
Revision: 668056

upgpkg: snd 20.6-1: Upgrade to 20.6.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-03 08:57:03 UTC (rev 668055)
+++ PKGBUILD2020-08-03 08:57:59 UTC (rev 668056)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.5
+pkgver=20.6
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -23,7 +23,8 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a7321e95155b3b470ab4fecec3719cbeaddcb0f2e97a38fd62e0c881671b75d3382ed2cc4572b888165c736f1e1029287473d42919cffa198a69140c76c5cac0')
+sha512sums=('b54b9cbcc37e410127612ceb0f7d435c7baae9cb4d767f9e81d91c622f2686dcc7b7225a3ed132e89655a67e0cf22f65fc8fa9dee675583c5d50f6c563bb900e')
+b2sums=('f20c070dc3784a0d764fab36791d9cfd61e483eda4b62310822547246cb6d6bae84f24212ddb6ae173018801cf71ef9e2d611745362e492578605e325584ae17')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2020-07-01 Thread David Runge via arch-commits
Date: Wednesday, July 1, 2020 @ 13:34:35
  Author: dvzrv
Revision: 657302

upgpkg: snd 20.5-1: Upgrading to 20.5.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 13:29:47 UTC (rev 657301)
+++ PKGBUILD2020-07-01 13:34:35 UTC (rev 657302)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.4
+pkgver=20.5
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('2efcbff6ede800e38d473915dbd103f6943e50f21cad96a519799baf8d3d6063ec2117ec8dcc351f73171f8a84fc92a93381fc1f45d3cc8902fc2c41c1b68945')
+sha512sums=('a7321e95155b3b470ab4fecec3719cbeaddcb0f2e97a38fd62e0c881671b75d3382ed2cc4572b888165c736f1e1029287473d42919cffa198a69140c76c5cac0')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2020-05-27 Thread David Runge via arch-commits
Date: Wednesday, May 27, 2020 @ 12:51:26
  Author: dvzrv
Revision: 635912

upgpkg: snd 20.4-1: Upgrading to 20.4.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-27 11:14:43 UTC (rev 635911)
+++ PKGBUILD2020-05-27 12:51:26 UTC (rev 635912)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.3
+pkgver=20.4
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e55794bfc5ff078cb697681f84de91b7f65f8b848ecc552a495e0943632f097c66c0332526c51bd785a0a86f79495598a5f0079333dcd752d99217db0fc59772')
+sha512sums=('2efcbff6ede800e38d473915dbd103f6943e50f21cad96a519799baf8d3d6063ec2117ec8dcc351f73171f8a84fc92a93381fc1f45d3cc8902fc2c41c1b68945')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2020-04-15 Thread David Runge via arch-commits
Date: Wednesday, April 15, 2020 @ 10:46:21
  Author: dvzrv
Revision: 614625

upgpkg: snd 20.3-1: Upgrading to 20.3.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-15 10:45:43 UTC (rev 614624)
+++ PKGBUILD2020-04-15 10:46:21 UTC (rev 614625)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.2
+pkgver=20.3
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('790e679d66bae0719ec52cae8f860e31a92502565992de41f87ae087d43f30e1fd230cf74a8af9bcef5e15368e1d67d06fcc28e27b9a3f02072582c7fef1965f')
+sha512sums=('e55794bfc5ff078cb697681f84de91b7f65f8b848ecc552a495e0943632f097c66c0332526c51bd785a0a86f79495598a5f0079333dcd752d99217db0fc59772')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2020-03-12 Thread David Runge via arch-commits
Date: Thursday, March 12, 2020 @ 22:27:57
  Author: dvzrv
Revision: 595593

upgpkg: snd 20.2-1: Upgrading to 20.2. Adding all direct and available sodeps 
in package() (glib2, gtk3, pango).

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-12 22:09:23 UTC (rev 595592)
+++ PKGBUILD2020-03-12 22:27:57 UTC (rev 595593)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.1
+pkgver=20.2
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -10,12 +10,11 @@
 url="https://ccrma.stanford.edu/software/snd/;
 license=('custom:free')
 groups=('pro-audio')
-depends=('cairo' 'gdk-pixbuf2' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3' 'libmpc'
-'mpfr' 'pango' 'ruby')
+depends=('cairo' 'gdk-pixbuf2' 'glibc' 'gmp' 'gsl' 'libmpc' 'mpfr' 'ruby')
 # TODO: maybe replace mpg123 with mpg321
-makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'glu' 'jack' 'ladspa'
-'libpulse' 'libsamplerate' 'libxpm' 'mpg123' 'openmotif' 'speex' 'timidity++'
-'vorbis-tools' 'wavpack')
+makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'glib2' 'glu' 'gtk3' 'jack'
+'ladspa' 'libpulse' 'libsamplerate' 'libxpm' 'mpg123' 'openmotif' 'pango'
+'speex' 'timidity++' 'vorbis-tools' 'wavpack')
 optdepends=('wavpack: For wav support'
 'flac: For flac support'
 'speex: For speex support'
@@ -24,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f0e972ad6fa16765a3e48db2ae5427a3ef690adcbfa87e3e084b4658ff49002015c3e353c1ce156894271bb4752d4c0866c758f2592465d04c13551da14569c6')
+sha512sums=('790e679d66bae0719ec52cae8f860e31a92502565992de41f87ae087d43f30e1fd230cf74a8af9bcef5e15368e1d67d06fcc28e27b9a3f02072582c7fef1965f')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -51,7 +50,9 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libfftw3.so' 'libjack.so' 'libsamplerate.so')
+  depends+=('libasound.so' 'libfftw3.so' 'libgdk-3.so' 'libgio-2.0.so'
+  'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-3.so' 'libjack.so'
+  'libpangocairo-1.0.so' 'libpango-1.0.so' 'libsamplerate.so')
   cd "${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install
   install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"


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

2020-02-06 Thread David Runge via arch-commits
Date: Thursday, February 6, 2020 @ 14:05:41
  Author: dvzrv
Revision: 563632

upgpkg: snd 20.1-1: Upgrading to 20.1. Adding sodeps in package() (as only 
there their bitness is properly picked up).

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-06 13:56:47 UTC (rev 563631)
+++ PKGBUILD2020-02-06 14:05:41 UTC (rev 563632)
@@ -3,7 +3,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=snd
-pkgver=20.0
+pkgver=20.1
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -10,10 +10,12 @@
 url="https://ccrma.stanford.edu/software/snd/;
 license=('custom:free')
 groups=('pro-audio')
-depends=('alsa-lib' 'cairo' 'fftw' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3'
-'libjack.so' 'libmpc' 'libsamplerate' 'pango' 'ruby')
-makedepends=('flac' 'gendesk' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
-'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+depends=('cairo' 'gdk-pixbuf2' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3' 'libmpc'
+'mpfr' 'pango' 'ruby')
+# TODO: maybe replace mpg123 with mpg321
+makedepends=('alsa-lib' 'fftw' 'flac' 'gendesk' 'glu' 'jack' 'ladspa'
+'libpulse' 'libsamplerate' 'libxpm' 'mpg123' 'openmotif' 'speex' 'timidity++'
+'vorbis-tools' 'wavpack')
 optdepends=('wavpack: For wav support'
 'flac: For flac support'
 'speex: For speex support'
@@ -22,7 +24,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('4585df8639488a41fb64ff696fa666dd677623bc59459a178682602b49ed339a86ce9f3f215cba7af0104205edf7f5368c90fd719e28db5af1161d1b159ed25b')
+sha512sums=('f0e972ad6fa16765a3e48db2ae5427a3ef690adcbfa87e3e084b4658ff49002015c3e353c1ce156894271bb4752d4c0866c758f2592465d04c13551da14569c6')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -49,6 +51,7 @@
 }
 
 package() {
+  depends+=('libasound.so' 'libfftw3.so' 'libjack.so' 'libsamplerate.so')
   cd "${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install
   install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"


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

2020-01-01 Thread David Runge via arch-commits
Date: Wednesday, January 1, 2020 @ 22:04:05
  Author: dvzrv
Revision: 545955

upgpkg: snd 20.0-1: Upgrading to 20.0.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 21:48:30 UTC (rev 545954)
+++ PKGBUILD2020-01-01 22:04:05 UTC (rev 545955)
@@ -1,11 +1,10 @@
 # Maintainer: David Runge 
 # Contributor: Ray Rashif 
 # Contributor: Juergen Hoetzel 
-# Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.9
-pkgrel=2
+pkgver=20.0
+pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
 url="https://ccrma.stanford.edu/software/snd/;
@@ -23,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('fa78c80f52b78d5b78662fe74579c63f7933383ccf114be20286405578cb929bc9845bb4b779a95ecbd09a76bb23a1d9ad4ec0bc638d73f44e6d20392b54dd74')
+sha512sums=('4585df8639488a41fb64ff696fa666dd677623bc59459a178682602b49ed339a86ce9f3f215cba7af0104205edf7f5368c90fd719e28db5af1161d1b159ed25b')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-12-25 Thread Felix Yan via arch-commits
Date: Thursday, December 26, 2019 @ 01:08:17
  Author: felixonmars
Revision: 541738

Ruby 2.7.0 rebuild

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-26 01:06:45 UTC (rev 541737)
+++ PKGBUILD2019-12-26 01:08:17 UTC (rev 541738)
@@ -5,7 +5,7 @@
 
 pkgname=snd
 pkgver=19.9
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
 url="https://ccrma.stanford.edu/software/snd/;


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

2019-11-18 Thread David Runge via arch-commits
Date: Monday, November 18, 2019 @ 22:24:00
  Author: dvzrv
Revision: 530354

upgpkg: snd 19.9-1

Upgrading to 19.9. Updating maintainer info. Updating direct library 
dependencies.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-18 22:02:10 UTC (rev 530353)
+++ PKGBUILD2019-11-18 22:24:00 UTC (rev 530354)
@@ -1,10 +1,10 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: Ray Rashif 
 # Contributor: Juergen Hoetzel 
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.8
+pkgver=19.9
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 url="https://ccrma.stanford.edu/software/snd/;
 license=('custom:free')
 groups=('pro-audio')
-depends=('alsa-lib' 'cairo' 'fftw' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3' 'jack'
-'libmpc' 'libsamplerate' 'pango' 'ruby')
+depends=('alsa-lib' 'cairo' 'fftw' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3'
+'libjack.so' 'libmpc' 'libsamplerate' 'pango' 'ruby')
 makedepends=('flac' 'gendesk' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
 'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
 optdepends=('wavpack: For wav support'
@@ -23,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('466fc1466e64588a0552255e3b02d589a42ddb8eb3339a9599704f24d52d08ee2813f1aa206974403cd2b63a33737eb08eb4a7ed6025d1090551770958785237')
+sha512sums=('fa78c80f52b78d5b78662fe74579c63f7933383ccf114be20286405578cb929bc9845bb4b779a95ecbd09a76bb23a1d9ad4ec0bc638d73f44e6d20392b54dd74')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-10-13 Thread David Runge via arch-commits
Date: Sunday, October 13, 2019 @ 20:35:20
  Author: dvzrv
Revision: 515334

upgpkg: snd 19.8-1

Upgrading to 19.8.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-13 20:27:43 UTC (rev 515333)
+++ PKGBUILD2019-10-13 20:35:20 UTC (rev 515334)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.7
+pkgver=19.8
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e3d856baa0b136352d3d4e3b9228faf87ee9d7809c5a6523f6e6ff169bc9fb959c9f70a5daad612441dfb888d35e0dfeca8910940241c1fbf017f52b47188e80')
+sha512sums=('466fc1466e64588a0552255e3b02d589a42ddb8eb3339a9599704f24d52d08ee2813f1aa206974403cd2b63a33737eb08eb4a7ed6025d1090551770958785237')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-09-02 Thread David Runge via arch-commits
Date: Monday, September 2, 2019 @ 16:16:50
  Author: dvzrv
Revision: 507046

upgpkg: snd 19.7-1

Upgrading to 19.7. Being more explicit in depends (adding all direct library 
dependencies separately). Moving gmp from makedepends to depends.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-02 15:54:21 UTC (rev 507045)
+++ PKGBUILD2019-09-02 16:16:50 UTC (rev 507046)
@@ -4,15 +4,16 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.6
-pkgrel=2
+pkgver=19.7
+pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
 url="https://ccrma.stanford.edu/software/snd/;
 license=('custom:free')
 groups=('pro-audio')
-depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
-makedepends=('flac' 'gendesk' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+depends=('alsa-lib' 'cairo' 'fftw' 'glibc' 'glib2' 'gmp' 'gsl' 'gtk3' 'jack'
+'libmpc' 'libsamplerate' 'pango' 'ruby')
+makedepends=('flac' 'gendesk' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
 'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
 optdepends=('wavpack: For wav support'
 'flac: For flac support'
@@ -22,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('13dccf3fc41bf4822dbb6b0d164a576dfd19427d6eddc396d38b366922df6cfb853ed69be92528d04556fe11b14ec5bbd101d18dd30c74a6de74ea9eb24d9903')
+sha512sums=('e3d856baa0b136352d3d4e3b9228faf87ee9d7809c5a6523f6e6ff169bc9fb959c9f70a5daad612441dfb888d35e0dfeca8910940241c1fbf017f52b47188e80')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-08-24 Thread Evangelos Foutras via arch-commits
Date: Saturday, August 24, 2019 @ 22:17:30
  Author: foutrelis
Revision: 501601

gsl 2.6 rebuild

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 22:04:16 UTC (rev 501600)
+++ PKGBUILD2019-08-24 22:17:30 UTC (rev 501601)
@@ -5,7 +5,7 @@
 
 pkgname=snd
 pkgver=19.6
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
 url="https://ccrma.stanford.edu/software/snd/;


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

2019-07-30 Thread David Runge via arch-commits
Date: Tuesday, July 30, 2019 @ 16:31:12
  Author: dvzrv
Revision: 495387

upgpkg: snd 19.6-1

Upgrading to 19.6. Including XDG desktop integration, created with gendesk, 
because the default is broken. Minor cleanup.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-30 16:23:09 UTC (rev 495386)
+++ PKGBUILD2019-07-30 16:31:12 UTC (rev 495387)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.5
+pkgver=19.6
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('custom:free')
 groups=('pro-audio')
 depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
-makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+makedepends=('flac' 'gendesk' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
 'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
 optdepends=('wavpack: For wav support'
 'flac: For flac support'
@@ -22,8 +22,19 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('29dac29edb5ff69ff5f34b58fa0376dea5282eb21cf1993dbb21d9c176488e3654972f05dfb7472e625565605b7597990c964385492761b38471ac21fca991b3')
+sha512sums=('13dccf3fc41bf4822dbb6b0d164a576dfd19427d6eddc396d38b366922df6cfb853ed69be92528d04556fe11b14ec5bbd101d18dd30c74a6de74ea9eb24d9903')
 
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # create XDG desktop file, as the default is broken
+  gendesk -f -n \
+  --pkgname "${pkgname}" \
+  --name "${pkgname}" \
+  --exec "${pkgname}" \
+  --genericname "Sound Editor" \
+  --categories "AudioVideo;Audio"
+}
+
 build() {
   cd "${pkgname}-${pkgver}"
   ./configure --prefix=/usr \
@@ -40,7 +51,8 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install
-  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
   # docs
   install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"


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

2019-06-25 Thread David Runge via arch-commits
Date: Tuesday, June 25, 2019 @ 22:46:08
  Author: dvzrv
Revision: 484088

upgpkg: snd 19.5-1

Upgrading to 19.5.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-25 22:40:40 UTC (rev 484087)
+++ PKGBUILD2019-06-25 22:46:08 UTC (rev 484088)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.4
+pkgver=19.5
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('189e1aed254ce60a996a72c910d5cdc773a7a8fb09621b143c5b21541954f552a0869e83611b6bf21558c6fcbb22dd51746c34d2fe43003726b30e54fc2aed48')
+sha512sums=('29dac29edb5ff69ff5f34b58fa0376dea5282eb21cf1993dbb21d9c176488e3654972f05dfb7472e625565605b7597990c964385492761b38471ac21fca991b3')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-05-19 Thread David Runge via arch-commits
Date: Sunday, May 19, 2019 @ 08:43:58
  Author: dvzrv
Revision: 467946

upgpkg: snd 19.4-1

Upgrading to 19.4.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 06:55:57 UTC (rev 467945)
+++ PKGBUILD2019-05-19 08:43:58 UTC (rev 467946)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.3
+pkgver=19.4
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e06e1d23a589e83f9c181e2a74c5026af839de1c867e860dcf78afe5d2b14fd51b9d4ad3f2aa5be5d9cc9a62145deae2a84108b0ccdaa30daab7f654d45b0f30')
+sha512sums=('189e1aed254ce60a996a72c910d5cdc773a7a8fb09621b143c5b21541954f552a0869e83611b6bf21558c6fcbb22dd51746c34d2fe43003726b30e54fc2aed48')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-04-14 Thread David Runge via arch-commits
Date: Sunday, April 14, 2019 @ 22:41:33
  Author: dvzrv
Revision: 451669

upgpkg: snd 19.3-1

Upgrading to 19.3.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-14 22:32:38 UTC (rev 451668)
+++ PKGBUILD2019-04-14 22:41:33 UTC (rev 451669)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.2
+pkgver=19.3
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('b85de05ab27c72e6d11ec33eb7a1a9059cdca91a30b440364fb7e07f883eea0645ded2ddc95190bb5f4e6e518e4d294ad8ecdf0a7f88745598eeaff1a4807a13')
+sha512sums=('e06e1d23a589e83f9c181e2a74c5026af839de1c867e860dcf78afe5d2b14fd51b9d4ad3f2aa5be5d9cc9a62145deae2a84108b0ccdaa30daab7f654d45b0f30')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-03-10 Thread David Runge via arch-commits
Date: Sunday, March 10, 2019 @ 18:11:47
  Author: dvzrv
Revision: 439552

upgpkg: snd 19.2-1

Upgrading to 19.2.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 17:55:54 UTC (rev 439551)
+++ PKGBUILD2019-03-10 18:11:47 UTC (rev 439552)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.1
+pkgver=19.2
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a52e3c8d56c98a0fc60550a3f601e1b07d9c1df9ce73516a22ba8042820e88383fa18ba0f663823728464075361b2d9aad20e07be5e42affd6b96f8b91150459')
+sha512sums=('b85de05ab27c72e6d11ec33eb7a1a9059cdca91a30b440364fb7e07f883eea0645ded2ddc95190bb5f4e6e518e4d294ad8ecdf0a7f88745598eeaff1a4807a13')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-02-22 Thread David Runge via arch-commits
Date: Friday, February 22, 2019 @ 18:34:37
  Author: dvzrv
Revision: 435277

upgpkg: snd 19.1-2

Upgrading to 19.1.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 18:33:39 UTC (rev 435276)
+++ PKGBUILD2019-02-22 18:34:37 UTC (rev 435277)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=18.9
+pkgver=19.1
 pkgrel=2
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a6f674a078674e68be566f4676222d247f7a316ddb756d2cfe3470f5524b26b2d6df450ef562e137ed28d7a30e197cd0550cab8e22ec0b6a9f87d297a15e39ae')
+sha512sums=('a52e3c8d56c98a0fc60550a3f601e1b07d9c1df9ce73516a22ba8042820e88383fa18ba0f663823728464075361b2d9aad20e07be5e42affd6b96f8b91150459')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-02-22 Thread David Runge via arch-commits
Date: Friday, February 22, 2019 @ 18:35:02
  Author: dvzrv
Revision: 435278

upgpkg: snd 19.1-1

Upgrading to 19.1.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-22 18:34:37 UTC (rev 435277)
+++ PKGBUILD2019-02-22 18:35:02 UTC (rev 435278)
@@ -5,7 +5,7 @@
 
 pkgname=snd
 pkgver=19.1
-pkgrel=2
+pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
 url="https://ccrma.stanford.edu/software/snd/;


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

2019-01-06 Thread Evangelos Foutras via arch-commits
Date: Monday, January 7, 2019 @ 01:31:54
  Author: foutrelis
Revision: 420910

Ruby 2.6.0 rebuild

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-07 01:30:35 UTC (rev 420909)
+++ PKGBUILD2019-01-07 01:31:54 UTC (rev 420910)
@@ -5,7 +5,7 @@
 
 pkgname=snd
 pkgver=18.9
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
 url="https://ccrma.stanford.edu/software/snd/;


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

2018-11-26 Thread David Runge via arch-commits
Date: Monday, November 26, 2018 @ 18:18:43
  Author: dvzrv
Revision: 409797

upgpkg: snd 18.9-1

Upgrading to 18.9. Including html documentation for offline use.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 17:51:11 UTC (rev 409796)
+++ PKGBUILD2018-11-26 18:18:43 UTC (rev 409797)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=18.8
+pkgver=18.9
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,11 +22,10 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('964773c0df3cf7de1b2fe97e00f54d1c7d8792f4fbcbcf03ad018221ef95ac5b052d0450f314329903ab8574454863f0915b8d827e312a2c643937c7bd8c59c2')
+sha512sums=('a6f674a078674e68be566f4676222d247f7a316ddb756d2cfe3470f5524b26b2d6df450ef562e137ed28d7a30e197cd0550cab8e22ec0b6a9f87d297a15e39ae')
 
 build() {
   cd "${pkgname}-${pkgver}"
-#  LDFLAGS+=" -Wl,-z,noexecstack"
   ./configure --prefix=/usr \
   --with-alsa \
   --with-gmp \
@@ -41,10 +40,12 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install
-  install -vDm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -vDm 644 HISTORY.Snd  "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
-  install -vDm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -vDm 644 README.Snd  "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  # docs
+  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-10-22 Thread David Runge via arch-commits
Date: Monday, October 22, 2018 @ 10:44:05
  Author: dvzrv
Revision: 398346

upgpkg: snd 18.8-1

Upgrading to 18.8.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-22 10:42:32 UTC (rev 398345)
+++ PKGBUILD2018-10-22 10:44:05 UTC (rev 398346)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=18.7
+pkgver=18.8
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('18d17fa1049c142657989fcc8b2d1aef9e45a1e373b66ac6878de3056835728f41cfd0de4f33fff461044238d9b7e5c8be0bf4702d339702bb1df2157f80bcd1')
+sha512sums=('964773c0df3cf7de1b2fe97e00f54d1c7d8792f4fbcbcf03ad018221ef95ac5b052d0450f314329903ab8574454863f0915b8d827e312a2c643937c7bd8c59c2')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2018-09-01 Thread David Runge via arch-commits
Date: Saturday, September 1, 2018 @ 22:52:59
  Author: dvzrv
Revision: 375997

upgpkg: snd 18.7-1

Upgrading to 18.7.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-01 22:46:54 UTC (rev 375996)
+++ PKGBUILD2018-09-01 22:52:59 UTC (rev 375997)
@@ -5,7 +5,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=18.6
+pkgver=18.7
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('c3f5aa175bbd92c9c8f442d0147a708485417ffd1e79c04f868b76528b3c0f9511b31997e19697b1bfa30e9712f495fd7159ae2455f01d677e98f31591e686b8')
+sha512sums=('18d17fa1049c142657989fcc8b2d1aef9e45a1e373b66ac6878de3056835728f41cfd0de4f33fff461044238d9b7e5c8be0bf4702d339702bb1df2157f80bcd1')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2018-07-17 Thread David Runge via arch-commits
Date: Tuesday, July 17, 2018 @ 14:32:44
  Author: dvzrv
Revision: 360859

upgpkg: snd 18.5-1

Upgrading to 18.5.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-17 13:52:51 UTC (rev 360858)
+++ PKGBUILD2018-07-17 14:32:44 UTC (rev 360859)
@@ -5,7 +5,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=18.4
+pkgver=18.5
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('eb7cad432796cb6a846db27e85699791dfc96ea78a5e1d9177cf06942350c04675b56efa564480bf9d99c4d89ccb936ec6bf6401c9751b21b02d3a8f15443fd2')
+sha512sums=('11effbc040f60ee45479c43cf5b230d76f019efc595a098f598470618589c05e4521f2949131c0160cb4d9724c2dd1c78f5eda286acf31f94059ddc450de80e4')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2018-06-05 Thread David Runge via arch-commits
Date: Tuesday, June 5, 2018 @ 22:56:05
  Author: dvzrv
Revision: 340668

upgpkg: snd 18.4-1

Upgrading to 18.4.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-05 22:48:43 UTC (rev 340667)
+++ PKGBUILD2018-06-05 22:56:05 UTC (rev 340668)
@@ -5,8 +5,8 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=18.3
-pkgrel=2
+pkgver=18.4
+pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
 url="https://ccrma.stanford.edu/software/snd/;
@@ -23,7 +23,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('5c365f87106eb38df6949e5313a1ddda8923304a7b997ca2cfc4399607088fd76ae32ffaf38f85b68862a2f5f55bf0d3b44ff4d8623ea50061b67d585f6f419f')
+sha512sums=('eb7cad432796cb6a846db27e85699791dfc96ea78a5e1d9177cf06942350c04675b56efa564480bf9d99c4d89ccb936ec6bf6401c9751b21b02d3a8f15443fd2')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2018-06-05 Thread David Runge via arch-commits
Date: Tuesday, June 5, 2018 @ 15:08:10
  Author: dvzrv
Revision: 340521

upgpkg: snd 18.3-2

Adding to pro-audio group.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-05 14:18:15 UTC (rev 340520)
+++ PKGBUILD2018-06-05 15:08:10 UTC (rev 340521)
@@ -6,11 +6,12 @@
 
 pkgname=snd
 pkgver=18.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
 url="https://ccrma.stanford.edu/software/snd/;
 license=('custom:free')
+groups=('pro-audio')
 depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
 makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
 'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')


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

2018-05-12 Thread David Runge via arch-commits
Date: Saturday, May 12, 2018 @ 21:56:12
  Author: dvzrv
Revision: 321433

upgpkg: snd 18.3-1

Upgrading to 18.3

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-12 21:45:16 UTC (rev 321432)
+++ PKGBUILD2018-05-12 21:56:12 UTC (rev 321433)
@@ -5,7 +5,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=18.2
+pkgver=18.3
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('67a89c80afbb5531541cce88716fd15070dd28e0c531bdeda1a8071069d74b2950cde39b75c29beff4c2c31f2e59adba4f5aa9c13133f4cb9018049b1d6e8707')
+sha512sums=('5c365f87106eb38df6949e5313a1ddda8923304a7b997ca2cfc4399607088fd76ae32ffaf38f85b68862a2f5f55bf0d3b44ff4d8623ea50061b67d585f6f419f')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2018-03-23 Thread David Runge via arch-commits
Date: Friday, March 23, 2018 @ 16:49:55
  Author: dvzrv
Revision: 311485

upgpkg: snd 18.2-1

Upgrade to 18.2.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-23 16:49:48 UTC (rev 311484)
+++ PKGBUILD2018-03-23 16:49:55 UTC (rev 311485)
@@ -1,11 +1,11 @@
 # $Id$
 # Maintainer: David Runge 
-# Maintainer: Ray Rashif 
+# Contributor: Ray Rashif 
 # Contributor: Juergen Hoetzel 
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=18.1
+pkgver=18.2
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('4843e64a34a531c3d95ad6f9ff65a15c5698631e028bae4aa193bb85f0039b740568d00fd23eea29e0dce1906113dc948f8751b7c443814bc5d51f88c8c182a2')
+sha512sums=('67a89c80afbb5531541cce88716fd15070dd28e0c531bdeda1a8071069d74b2950cde39b75c29beff4c2c31f2e59adba4f5aa9c13133f4cb9018049b1d6e8707')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -41,11 +41,10 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make prefix="${pkgdir}/usr" install
-  install -vDm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -vDm644 HISTORY.Snd  "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
-  install -vDm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
-  install -vDm644 README.Snd  "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -vDm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -vDm 644 HISTORY.Snd  "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
+  install -vDm 644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -vDm 644 README.Snd  "${pkgdir}/usr/share/doc/${pkgname}/README"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-02-19 Thread David Runge via arch-commits
Date: Monday, February 19, 2018 @ 12:46:09
  Author: dvzrv
Revision: 296367

upgpkg: snd 18.1-1

Upgrading to 18.1. Removing unneeded dependency gamin. Switching to gtk3.
Switching to https for url and source. Adding all makedepends that upstream 
lists. Adding ruby for scripting support.
Properly listing optdepends. Removing unneeded LDFLAGS. Adding pulseaudio 
backend.
Installing various docs. Minor fixes.

Modified:
  snd/trunk/PKGBUILD

--+
 PKGBUILD |   49 -
 1 file changed, 28 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 12:28:03 UTC (rev 296366)
+++ PKGBUILD2018-02-19 12:46:09 UTC (rev 296367)
@@ -1,44 +1,51 @@
 # $Id$
+# Maintainer: David Runge 
 # Maintainer: Ray Rashif 
 # Contributor: Juergen Hoetzel 
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=17.9
+pkgver=18.1
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
-url="http://ccrma.stanford.edu/software/snd/;
+url="https://ccrma.stanford.edu/software/snd/;
 license=('custom:free')
-depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
-makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
- 'timidity++' 'mpg123' 'vorbis-tools')
-optdepends=('wavpack' 'flac' 'speex' 'mpg123'
-'timidity++' 'vorbis-tools')
-source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('8e04c2eaa794c294a3a2d82a7ef20448')
+depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
+makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4843e64a34a531c3d95ad6f9ff65a15c5698631e028bae4aa193bb85f0039b740568d00fd23eea29e0dce1906113dc948f8751b7c443814bc5d51f88c8c182a2')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  LDFLAGS+=" -Wl,-z,noexecstack"
-
+  cd "${pkgname}-${pkgver}"
+#  LDFLAGS+=" -Wl,-z,noexecstack"
   ./configure --prefix=/usr \
   --with-alsa \
+  --with-gmp \
+  --with-gtk \
   --with-jack \
-  --with-gtk \
   --with-ladspa \
-  --with-gmp
+  --with-pulseaudio \
+  --with-ruby
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make prefix="$pkgdir/usr" install
-
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  cd "${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  install -vDm644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -vDm644 HISTORY.Snd  "${pkgdir}/usr/share/doc/${pkgname}/HISTORY"
+  install -vDm644 NEWS "${pkgdir}/usr/share/doc/${pkgname}/NEWS"
+  install -vDm644 README.Snd  "${pkgdir}/usr/share/doc/${pkgname}/README"
 }
 
 # vim:set ts=2 sw=2 et:


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

2018-01-18 Thread Bartłomiej Piotrowski via arch-commits
Date: Thursday, January 18, 2018 @ 21:11:55
  Author: bpiotrowski
Revision: 315117

17.9-1: also rebuild against mpfr 4.0.0

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 21:06:31 UTC (rev 315116)
+++ PKGBUILD2018-01-18 21:11:55 UTC (rev 315117)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=17.4
+pkgver=17.9
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
 source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1a1c3f87e1c6ae272a79aa147c08d0a0')
+md5sums=('8e04c2eaa794c294a3a2d82a7ef20448')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-06-20 Thread Antonio Rojas
Date: Tuesday, June 20, 2017 @ 23:43:49
  Author: arojas
Revision: 299090

Update to 17.4, gsl 2.4 rebuild

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-20 22:08:46 UTC (rev 299089)
+++ PKGBUILD2017-06-20 23:43:49 UTC (rev 299090)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=17.3
+pkgver=17.4
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
 source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('cb45d5b2ddef4f0b47fa2c803b11ed0a')
+md5sums=('1a1c3f87e1c6ae272a79aa147c08d0a0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-04-26 Thread Ray Rashif
Date: Wednesday, April 26, 2017 @ 07:54:05
  Author: schiv
Revision: 294727

upgpkg: snd 17.3-1

Delayed upstream sync

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 07:53:42 UTC (rev 294726)
+++ PKGBUILD2017-04-26 07:54:05 UTC (rev 294727)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=16.8
+pkgver=17.3
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
 source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('914d7b6fef9f97c1a3b8fef20dd19f6a')
+md5sums=('cb45d5b2ddef4f0b47fa2c803b11ed0a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-09-27 Thread Ray Rashif
Date: Tuesday, September 27, 2016 @ 11:44:32
  Author: schiv
Revision: 277038

upgpkg: snd 16.8-1

Uber delayed upstream sync; src url is fine, may be just slow

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 10:13:07 UTC (rev 277037)
+++ PKGBUILD2016-09-27 11:44:32 UTC (rev 277038)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=16.3
+pkgver=16.8
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
 source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d7ade48a312186769ab7cbfd08d72b47')
+md5sums=('914d7b6fef9f97c1a3b8fef20dd19f6a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-02-28 Thread Antonio Rojas
Date: Sunday, February 28, 2016 @ 21:11:26
  Author: arojas
Revision: 260354

Restore variables in source

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-28 20:02:05 UTC (rev 260353)
+++ PKGBUILD2016-02-28 20:11:26 UTC (rev 260354)
@@ -15,7 +15,7 @@
  'timidity++' 'mpg123' 'vorbis-tools')
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
-source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-16.3.tar.gz;)
+source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('d7ade48a312186769ab7cbfd08d72b47')
 
 build() {


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

2016-02-28 Thread Antonio Rojas
Date: Sunday, February 28, 2016 @ 20:59:06
  Author: arojas
Revision: 260341

gsl 2.1 rebuild, update to 16.3 since the 15.6 tarball is gone

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-28 19:50:02 UTC (rev 260340)
+++ PKGBUILD2016-02-28 19:59:06 UTC (rev 260341)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=15.6
+pkgver=16.3
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
  'timidity++' 'mpg123' 'vorbis-tools')
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
-source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('25344a581c521a8359ceeffc95e2fe4c')
+source=("ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-16.3.tar.gz;)
+md5sums=('d7ade48a312186769ab7cbfd08d72b47')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-06-09 Thread Ray Rashif
Date: Tuesday, June 9, 2015 @ 23:30:48
  Author: schiv
Revision: 240460

upgpkg: snd 15.6-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-09 20:25:37 UTC (rev 240459)
+++ PKGBUILD2015-06-09 21:30:48 UTC (rev 240460)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=15.2
+pkgver=15.6
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('6a6186648aada854f759e86ab97024a9')
+md5sums=('25344a581c521a8359ceeffc95e2fe4c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-01-19 Thread Ray Rashif
Date: Monday, January 19, 2015 @ 17:56:32
  Author: schiv
Revision: 229586

upgpkg: snd 15.2-1

delayed sync with upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-19 16:26:46 UTC (rev 229585)
+++ PKGBUILD2015-01-19 16:56:32 UTC (rev 229586)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=14.5
+pkgver=15.2
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
  'timidity++' 'mpg123' 'vorbis-tools')
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
-
source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('24b908f567217fce3dc4551bf7eb6c8a')
+source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
+md5sums=('6a6186648aada854f759e86ab97024a9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2014-03-18 Thread Ray Rashif
Date: Tuesday, March 18, 2014 @ 17:18:49
  Author: schiv
Revision: 208192

upgpkg: snd 14.5-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 16:09:26 UTC (rev 208191)
+++ PKGBUILD2014-03-18 16:18:49 UTC (rev 208192)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=14.3
+pkgver=14.5
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
 
source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('817e1da8fe471e817b1ac4b1203925cd')
+md5sums=('24b908f567217fce3dc4551bf7eb6c8a')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-01-18 Thread Ray Rashif
Date: Saturday, January 18, 2014 @ 16:40:08
  Author: schiv
Revision: 204377

upgpkg: snd 14.3-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-18 15:02:36 UTC (rev 204376)
+++ PKGBUILD2014-01-18 15:40:08 UTC (rev 204377)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=14.2
+pkgver=14.3
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
 
source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('a442b98c75043bc8a4b9b50ba0c2b5b7')
+md5sums=('817e1da8fe471e817b1ac4b1203925cd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in snd/trunk (PKGBUILD type_error.patch)

2014-01-01 Thread Ray Rashif
Date: Thursday, January 2, 2014 @ 07:24:22
  Author: schiv
Revision: 203029

upgpkg: snd 14.2-1

upstream release

Modified:
  snd/trunk/PKGBUILD
Deleted:
  snd/trunk/type_error.patch

--+
 PKGBUILD |   20 +---
 type_error.patch |   12 
 2 files changed, 5 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-02 06:23:00 UTC (rev 203028)
+++ PKGBUILD2014-01-02 06:24:22 UTC (rev 203029)
@@ -4,30 +4,20 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=14.1
-pkgrel=2
+pkgver=14.2
+pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
 url=http://ccrma.stanford.edu/software/snd/;
-license=('custom')
+license=('custom:free')
 depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
 makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
  'timidity++' 'mpg123' 'vorbis-tools')
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
-source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;
-'type_error.patch')
-md5sums=('955ca19ca70ac0e4d03cd710516c0174'
- '9bfea0dccdfb5da1ba81e721672b11cc')
+
source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
+md5sums=('a442b98c75043bc8a4b9b50ba0c2b5b7')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # fix incomplete type error
-  # see http://www.mail-archive.com/cmdist@ccrma.stanford.edu/msg04241.html
-  patch -Np1 -i $srcdir/type_error.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 

Deleted: type_error.patch
===
--- type_error.patch2014-01-02 06:23:00 UTC (rev 203028)
+++ type_error.patch2014-01-02 06:24:22 UTC (rev 203029)
@@ -1,12 +0,0 @@
-diff -bur snd-14.1.orig/snd-ladspa.c snd-14.1/snd-ladspa.c
 snd-14.1.orig/snd-ladspa.c 2013-10-28 16:07:53.260612114 +0800
-+++ snd-14.1/snd-ladspa.c  2013-10-28 16:11:18.792831983 +0800
-@@ -1191,7 +1191,7 @@
-   if (descriptor-connect_port) 
- descriptor-connect_port(XEN_TO_C_Ladspa_Handle(ptr),
-XEN_TO_C_ULONG(port),
--   double_to_float(samples-data, samples-length)
-+   double_to_float(mus_vct_data(samples), 
mus_vct_length(samples))
-);
-   return(XEN_FALSE);
- }



[arch-commits] Commit in snd/trunk (PKGBUILD snd.install type_error.patch)

2013-11-07 Thread Ray Rashif
Date: Thursday, November 7, 2013 @ 18:10:12
  Author: schiv
Revision: 199036

upgpkg: snd 14.1-2

update patch with proper upstream fix
remove install script since gtk is now recommended

Modified:
  snd/trunk/PKGBUILD
  snd/trunk/type_error.patch
Deleted:
  snd/trunk/snd.install

--+
 PKGBUILD |8 
 snd.install  |3 ---
 type_error.patch |   32 
 3 files changed, 16 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-07 14:18:34 UTC (rev 199035)
+++ PKGBUILD2013-11-07 17:10:12 UTC (rev 199036)
@@ -5,7 +5,7 @@
 
 pkgname=snd
 pkgver=14.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
 url=http://ccrma.stanford.edu/software/snd/;
@@ -15,16 +15,16 @@
  'timidity++' 'mpg123' 'vorbis-tools')
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
-install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;
 'type_error.patch')
 md5sums=('955ca19ca70ac0e4d03cd710516c0174'
- '6e96d59346b53a1c73060857f688dbd0')
+ '9bfea0dccdfb5da1ba81e721672b11cc')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  # work around incomplete type error
+  # fix incomplete type error
+  # see http://www.mail-archive.com/cmdist@ccrma.stanford.edu/msg04241.html
   patch -Np1 -i $srcdir/type_error.patch
 }
 

Deleted: snd.install
===
--- snd.install 2013-11-07 14:18:34 UTC (rev 199035)
+++ snd.install 2013-11-07 17:10:12 UTC (rev 199036)
@@ -1,3 +0,0 @@
-post_upgrade() {
-   echosnd GUI is now GTK+ due to lesstif/libxpm build issues
-}

Modified: type_error.patch
===
--- type_error.patch2013-11-07 14:18:34 UTC (rev 199035)
+++ type_error.patch2013-11-07 17:10:12 UTC (rev 199036)
@@ -1,20 +1,12 @@
-diff -ur snd-14.1.orig/vct.h snd-14.1/vct.h
 snd-14.1.orig/vct.h2013-10-28 02:22:35.073798054 +0800
-+++ snd-14.1/vct.h 2013-10-28 02:45:27.166364791 +0800
-@@ -1,11 +1,11 @@
- #ifndef VCT_H
- #define VCT_H
- 
--#if HAVE_SCHEME
--  typedef struct s7_cell vct;
--#else
--typedef struct vct vct;
--#endif
-+typedef struct {
-+  mus_long_t length;
-+  mus_float_t *data;
-+  bool dont_free;
-+} vct;
- 
- #ifdef __cplusplus
- extern C {
+diff -bur snd-14.1.orig/snd-ladspa.c snd-14.1/snd-ladspa.c
+--- snd-14.1.orig/snd-ladspa.c 2013-10-28 16:07:53.260612114 +0800
 snd-14.1/snd-ladspa.c  2013-10-28 16:11:18.792831983 +0800
+@@ -1191,7 +1191,7 @@
+   if (descriptor-connect_port) 
+ descriptor-connect_port(XEN_TO_C_Ladspa_Handle(ptr),
+XEN_TO_C_ULONG(port),
+-   double_to_float(samples-data, samples-length)
++   double_to_float(mus_vct_data(samples), 
mus_vct_length(samples))
+);
+   return(XEN_FALSE);
+ }



[arch-commits] Commit in snd/trunk (PKGBUILD type_error.patch)

2013-10-27 Thread Ray Rashif
Date: Sunday, October 27, 2013 @ 22:04:21
  Author: schiv
Revision: 197655

upgpkg: snd 14.1-1

upstream release

Added:
  snd/trunk/type_error.patch
Modified:
  snd/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 type_error.patch |   20 
 2 files changed, 32 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 19:10:51 UTC (rev 197654)
+++ PKGBUILD2013-10-27 21:04:21 UTC (rev 197655)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.9
+pkgver=14.1
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -16,9 +16,18 @@
 optdepends=('wavpack' 'flac' 'speex' 'mpg123'
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
-source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('acceab2d1e30720640aca54d4b68d45b')
+source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;
+'type_error.patch')
+md5sums=('955ca19ca70ac0e4d03cd710516c0174'
+ '6e96d59346b53a1c73060857f688dbd0')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # work around incomplete type error
+  patch -Np1 -i $srcdir/type_error.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
 

Added: type_error.patch
===
--- type_error.patch(rev 0)
+++ type_error.patch2013-10-27 21:04:21 UTC (rev 197655)
@@ -0,0 +1,20 @@
+diff -ur snd-14.1.orig/vct.h snd-14.1/vct.h
+--- snd-14.1.orig/vct.h2013-10-28 02:22:35.073798054 +0800
 snd-14.1/vct.h 2013-10-28 02:45:27.166364791 +0800
+@@ -1,11 +1,11 @@
+ #ifndef VCT_H
+ #define VCT_H
+ 
+-#if HAVE_SCHEME
+-  typedef struct s7_cell vct;
+-#else
+-typedef struct vct vct;
+-#endif
++typedef struct {
++  mus_long_t length;
++  mus_float_t *data;
++  bool dont_free;
++} vct;
+ 
+ #ifdef __cplusplus
+ extern C {



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

2013-08-15 Thread Ray Rashif
Date: Thursday, August 15, 2013 @ 12:39:48
  Author: schiv
Revision: 193059

upgpkg: snd 13.9-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-15 05:11:38 UTC (rev 193058)
+++ PKGBUILD2013-08-15 10:39:48 UTC (rev 193059)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.8
+pkgver=13.9
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('d70148dc06073b49a854ada504e8a2d4')
+md5sums=('acceab2d1e30720640aca54d4b68d45b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-07-02 Thread Ray Rashif
Date: Tuesday, July 2, 2013 @ 17:47:02
  Author: schiv
Revision: 189297

upgpkg: snd 13.8-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 15:45:39 UTC (rev 189296)
+++ PKGBUILD2013-07-02 15:47:02 UTC (rev 189297)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.7
+pkgver=13.8
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('220b0155bace73d4442374a837c2f5fd')
+md5sums=('d70148dc06073b49a854ada504e8a2d4')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-31 Thread Ray Rashif
Date: Friday, May 31, 2013 @ 13:57:20
  Author: schiv
Revision: 186866

upgpkg: snd 13.7-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-31 09:59:52 UTC (rev 186865)
+++ PKGBUILD2013-05-31 11:57:20 UTC (rev 186866)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.6
+pkgver=13.7
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('8da59d2bfe4aa2c6ae3aa07fcc6ee6eb')
+md5sums=('220b0155bace73d4442374a837c2f5fd')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-14 Thread Ray Rashif
Date: Tuesday, May 14, 2013 @ 12:12:38
  Author: schiv
Revision: 185446

upgpkg: snd 13.6-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 10:12:02 UTC (rev 185445)
+++ PKGBUILD2013-05-14 10:12:38 UTC (rev 185446)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.5
+pkgver=13.6
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('bc8915f28110744237330e8b93638bd3')
+md5sums=('8da59d2bfe4aa2c6ae3aa07fcc6ee6eb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-17 Thread Ray Rashif
Date: Sunday, March 17, 2013 @ 19:38:17
  Author: schiv
Revision: 180121

upgpkg: snd 13.5-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-17 17:43:41 UTC (rev 180120)
+++ PKGBUILD2013-03-17 18:38:17 UTC (rev 180121)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.4
+pkgver=13.5
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('cd19a0749f57baec94dbac2b4f98d9cb')
+md5sums=('bc8915f28110744237330e8b93638bd3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-02-10 Thread Ray Rashif
Date: Sunday, February 10, 2013 @ 17:02:55
  Author: schiv
Revision: 177896

upgpkg: snd 13.4-1

upstream release; noexecstack fix added back

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-10 15:13:14 UTC (rev 177895)
+++ PKGBUILD2013-02-10 16:02:55 UTC (rev 177896)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.2
+pkgver=13.4
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,13 +17,12 @@
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('303df8ac9e6d777e480e24b65a3bfaad')
+md5sums=('cd19a0749f57baec94dbac2b4f98d9cb')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # execstack is probably due to gmp; this is here just for a reminder
-  #LDFLAGS+= -Wl,-z,noexecstack
+  LDFLAGS+= -Wl,-z,noexecstack
 
   ./configure --prefix=/usr \
   --with-alsa \



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

2012-11-18 Thread Ray Rashif
Date: Sunday, November 18, 2012 @ 22:45:29
  Author: schiv
Revision: 171549

upgpkg: snd 13.2-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 03:44:57 UTC (rev 171548)
+++ PKGBUILD2012-11-19 03:45:29 UTC (rev 171549)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=13.0
+pkgver=13.2
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'timidity++' 'vorbis-tools')
 install=$pkgname.install
 source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
-md5sums=('2288933fdaf012ed92c850d6dba90c54')
+md5sums=('303df8ac9e6d777e480e24b65a3bfaad')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in snd/trunk (PKGBUILD snd.install)

2012-08-25 Thread Ray Rashif
Date: Saturday, August 25, 2012 @ 12:01:13
  Author: schiv
Revision: 165576

upgpkg: snd 13.0-1

upstream release; motif gui dropped for now; gui is gtk

Added:
  snd/trunk/snd.install
Modified:
  snd/trunk/PKGBUILD

-+
 PKGBUILD|   25 +++--
 snd.install |3 +++
 2 files changed, 18 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-25 15:37:44 UTC (rev 165575)
+++ PKGBUILD2012-08-25 16:01:13 UTC (rev 165576)
@@ -4,28 +4,33 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=12.7
+pkgver=13.0
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
 url=http://ccrma.stanford.edu/software/snd/;
 license=('custom')
-depends=('lesstif' 'jack' 'gamin' 'gsl' 'fftw')
-makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'libxpm'
- 'timidity++' 'mpg123' 'vorbis-tools' 'gmp')
-optdepends=('ladspa' 'wavpack' 'flac' 'speex'
-'timidity++' 'mpg123' 'vorbis-tools')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('5edb4ee488c3406c9aa582c5f11a4492')
+depends=('jack' 'gamin' 'gsl' 'fftw' 'gtk2' 'libmpc')
+makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'gmp'
+ 'timidity++' 'mpg123' 'vorbis-tools')
+optdepends=('wavpack' 'flac' 'speex' 'mpg123'
+'timidity++' 'vorbis-tools')
+install=$pkgname.install
+source=(ftp://ccrma-ftp.stanford.edu/pub/Lisp/$pkgname-$pkgver.tar.gz;)
+md5sums=('2288933fdaf012ed92c850d6dba90c54')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  export LDFLAGS=${LDFLAGS/--as-needed,}
+  # execstack is probably due to gmp; this is here just for a reminder
+  #LDFLAGS+= -Wl,-z,noexecstack
 
   ./configure --prefix=/usr \
   --with-alsa \
-  --with-jack
+  --with-jack \
+  --with-gtk \
+  --with-ladspa \
+  --with-gmp
   make
 }
 

Added: snd.install
===
--- snd.install (rev 0)
+++ snd.install 2012-08-25 16:01:13 UTC (rev 165576)
@@ -0,0 +1,3 @@
+post_upgrade() {
+   echosnd GUI is now GTK+ due to lesstif/libxpm build issues
+}



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

2012-02-04 Thread Ray Rashif
Date: Saturday, February 4, 2012 @ 11:32:37
  Author: schiv
Revision: 148635

upgpkg: snd 12.7-1

upstream release; doesn't work wth --as-needed

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-04 16:08:33 UTC (rev 148634)
+++ PKGBUILD2012-02-04 16:32:37 UTC (rev 148635)
@@ -21,6 +21,8 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
 
+  export LDFLAGS=${LDFLAGS/--as-needed,}
+
   ./configure --prefix=/usr \
   --with-alsa \
   --with-jack



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

2012-01-01 Thread Ray Rashif
Date: Sunday, January 1, 2012 @ 07:40:17
  Author: schiv
Revision: 145795

update checksums

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-01 12:30:42 UTC (rev 145794)
+++ PKGBUILD2012-01-01 12:40:17 UTC (rev 145795)
@@ -16,7 +16,7 @@
 optdepends=('ladspa' 'wavpack' 'flac' 'speex'
 'timidity++' 'mpg123' 'vorbis-tools')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('53bed2048fe9287f9a0e6a6d63536729')
+md5sums=('5edb4ee488c3406c9aa582c5f11a4492')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-09-30 Thread Ray Rashif
Date: Friday, September 30, 2011 @ 09:55:15
  Author: schiv
Revision: 139162

upgpkg: snd 12.5-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-30 12:51:29 UTC (rev 139161)
+++ PKGBUILD2011-09-30 13:55:15 UTC (rev 139162)
@@ -5,7 +5,7 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=snd
-pkgver=12.4
+pkgver=12.5
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 optdepends=('ladspa' 'wavpack' 'flac' 'speex'
 'timidity++' 'mpg123' 'vorbis-tools')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('107e5a4fd5df2d1432d0ec51cb31a88b')
+md5sums=('53bed2048fe9287f9a0e6a6d63536729')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-08-23 Thread Ray Rashif
Date: Tuesday, August 23, 2011 @ 13:10:55
  Author: schiv
Revision: 136169

upgpkg: snd 12.4-1

upstream release

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-23 16:23:13 UTC (rev 136168)
+++ PKGBUILD2011-08-23 17:10:55 UTC (rev 136169)
@@ -5,19 +5,19 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=snd
-pkgver=12.3
+pkgver=12.4
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
 url=http://ccrma.stanford.edu/software/snd/;
 license=('custom')
-depends=('lesstif' 'jack' 'fam' 'gsl' 'fftw')
+depends=('lesstif' 'jack' 'gamin' 'gsl' 'fftw')
 makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'libxpm'
  'timidity++' 'mpg123' 'vorbis-tools' 'gmp')
 optdepends=('ladspa' 'wavpack' 'flac' 'speex'
 'timidity++' 'mpg123' 'vorbis-tools')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e1dab6945b9583f02aa6ae73d3780c98')
+md5sums=('107e5a4fd5df2d1432d0ec51cb31a88b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2011-08-09 Thread Ray Rashif
Date: Tuesday, August 9, 2011 @ 17:00:16
  Author: schiv
Revision: 135006

upgpkg: snd 12.3-1
upstream release; lots of package changes as well

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-09 20:47:45 UTC (rev 135005)
+++ PKGBUILD2011-08-09 21:00:16 UTC (rev 135006)
@@ -1,28 +1,40 @@
 # $Id$
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=snd
-pkgver=11.6
+pkgver=12.3
 pkgrel=1
 pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
 url=http://ccrma.stanford.edu/software/snd/;
 license=('custom')
-depends=('lesstif' 'fam')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a48bb692ecba320fe6aa2e00fd6d360b')
-sha1sums=('383978c94a1f503e331f8f84b21df375fb208c27')
+depends=('lesstif' 'jack' 'fam' 'gsl' 'fftw')
+makedepends=('ladspa' 'wavpack' 'flac' 'speex' 'libxpm'
+ 'timidity++' 'mpg123' 'vorbis-tools' 'gmp')
+optdepends=('ladspa' 'wavpack' 'flac' 'speex'
+'timidity++' 'mpg123' 'vorbis-tools')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('e1dab6945b9583f02aa6ae73d3780c98')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-gsl --without-fftw
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-jack
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir}/usr install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  cd $srcdir/$pkgname-$pkgver
+
+  make prefix=$pkgdir/usr install
+
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
 }
+
+# vim:set ts=2 sw=2 et:



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

2010-07-04 Thread Eric Bélanger
Date: Sunday, July 4, 2010 @ 12:07:26
  Author: eric
Revision: 84807

upgpkg: snd 11.6-1
Upstream update, Improved description, Removed unneeded depends

Modified:
  snd/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-04 15:54:10 UTC (rev 84806)
+++ PKGBUILD2010-07-04 16:07:26 UTC (rev 84807)
@@ -4,22 +4,25 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=snd
-pkgver=10.1
+pkgver=11.6
 pkgrel=1
-pkgdesc=Snd is the emacs of sound editor
+pkgdesc=An advanced sound editor
 arch=('i686' 'x86_64')
+url=http://ccrma.stanford.edu/software/snd/;
 license=('custom')
-depends=('guile=1.8.1' 'lesstif' 'fam' 'libxpm' 'libtool=2.2')
-url=http://ccrma.stanford.edu/software/snd/;
+depends=('lesstif' 'fam')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b4cdaf485b038191ebcc3e8097058930')
+md5sums=('a48bb692ecba320fe6aa2e00fd6d360b')
+sha1sums=('383978c94a1f503e331f8f84b21df375fb208c27')
 
-
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --without-gsl --without-fftw
-  make || return 1
-  make prefix=${startdir}/pkg/usr install
-  install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
+  make
 }
 
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}