[arch-commits] Commit in snd/repos (14 files)

Ray Rashif schiv at nymeria.archlinux.org
Thu Nov 7 17:11:41 UTC 2013


    Date: Thursday, November 7, 2013 @ 18:11:41
  Author: schiv
Revision: 199037

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  snd/repos/extra-i686/.contrib
    (from rev 199036, snd/trunk/.contrib)
  snd/repos/extra-i686/PKGBUILD
    (from rev 199036, snd/trunk/PKGBUILD)
  snd/repos/extra-i686/type_error.patch
    (from rev 199036, snd/trunk/type_error.patch)
  snd/repos/extra-x86_64/.contrib
    (from rev 199036, snd/trunk/.contrib)
  snd/repos/extra-x86_64/PKGBUILD
    (from rev 199036, snd/trunk/PKGBUILD)
  snd/repos/extra-x86_64/type_error.patch
    (from rev 199036, snd/trunk/type_error.patch)
Deleted:
  snd/repos/extra-i686/.contrib
  snd/repos/extra-i686/PKGBUILD
  snd/repos/extra-i686/snd.install
  snd/repos/extra-i686/type_error.patch
  snd/repos/extra-x86_64/.contrib
  snd/repos/extra-x86_64/PKGBUILD
  snd/repos/extra-x86_64/snd.install
  snd/repos/extra-x86_64/type_error.patch

-------------------------------+
 /.contrib                     |    4 +
 /PKGBUILD                     |  108 ++++++++++++++++++++++++++++++++++++++++
 /type_error.patch             |   24 ++++++++
 extra-i686/.contrib           |    2 
 extra-i686/PKGBUILD           |   54 --------------------
 extra-i686/snd.install        |    3 -
 extra-i686/type_error.patch   |   20 -------
 extra-x86_64/.contrib         |    2 
 extra-x86_64/PKGBUILD         |   54 --------------------
 extra-x86_64/snd.install      |    3 -
 extra-x86_64/type_error.patch |   20 -------
 11 files changed, 136 insertions(+), 158 deletions(-)

Deleted: extra-i686/.contrib
===================================================================
--- extra-i686/.contrib	2013-11-07 17:10:12 UTC (rev 199036)
+++ extra-i686/.contrib	2013-11-07 17:11:41 UTC (rev 199037)
@@ -1,2 +0,0 @@
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: dorphell <dorphell at archlinux.org>

Copied: snd/repos/extra-i686/.contrib (from rev 199036, snd/trunk/.contrib)
===================================================================
--- extra-i686/.contrib	                        (rev 0)
+++ extra-i686/.contrib	2013-11-07 17:11:41 UTC (rev 199037)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: dorphell <dorphell at archlinux.org>

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-11-07 17:10:12 UTC (rev 199036)
+++ extra-i686/PKGBUILD	2013-11-07 17:11:41 UTC (rev 199037)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=14.1
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('i686' 'x86_64')
-url="http://ccrma.stanford.edu/software/snd/"
-license=('custom')
-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"
-        '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"
-
-  LDFLAGS+=" -Wl,-z,noexecstack"
-
-  ./configure --prefix=/usr \
-              --with-alsa \
-              --with-jack \
-              --with-gtk \
-              --with-ladspa \
-              --with-gmp
-  make
-}
-
-package() {
-  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:

Copied: snd/repos/extra-i686/PKGBUILD (from rev 199036, snd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-11-07 17:11:41 UTC (rev 199037)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=14.1
+pkgrel=2
+pkgdesc="An advanced sound editor"
+arch=('i686' 'x86_64')
+url="http://ccrma.stanford.edu/software/snd/"
+license=('custom')
+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')
+
+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"
+
+  LDFLAGS+=" -Wl,-z,noexecstack"
+
+  ./configure --prefix=/usr \
+              --with-alsa \
+              --with-jack \
+              --with-gtk \
+              --with-ladspa \
+              --with-gmp
+  make
+}
+
+package() {
+  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:

Deleted: extra-i686/snd.install
===================================================================
--- extra-i686/snd.install	2013-11-07 17:10:12 UTC (rev 199036)
+++ extra-i686/snd.install	2013-11-07 17:11:41 UTC (rev 199037)
@@ -1,3 +0,0 @@
-post_upgrade() {
-	echo "  > snd GUI is now GTK+ due to lesstif/libxpm build issues"
-}

Deleted: extra-i686/type_error.patch
===================================================================
--- extra-i686/type_error.patch	2013-11-07 17:10:12 UTC (rev 199036)
+++ extra-i686/type_error.patch	2013-11-07 17:11:41 UTC (rev 199037)
@@ -1,20 +0,0 @@
-diff -ur snd-14.1.orig/vct.h snd-14.1/vct.h
---- snd-14.1.orig/vct.h	2013-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" {

Copied: snd/repos/extra-i686/type_error.patch (from rev 199036, snd/trunk/type_error.patch)
===================================================================
--- extra-i686/type_error.patch	                        (rev 0)
+++ extra-i686/type_error.patch	2013-11-07 17:11:41 UTC (rev 199037)
@@ -0,0 +1,12 @@
+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);
+ }

Deleted: extra-x86_64/.contrib
===================================================================
--- extra-x86_64/.contrib	2013-11-07 17:10:12 UTC (rev 199036)
+++ extra-x86_64/.contrib	2013-11-07 17:11:41 UTC (rev 199037)
@@ -1,2 +0,0 @@
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: dorphell <dorphell at archlinux.org>

Copied: snd/repos/extra-x86_64/.contrib (from rev 199036, snd/trunk/.contrib)
===================================================================
--- extra-x86_64/.contrib	                        (rev 0)
+++ extra-x86_64/.contrib	2013-11-07 17:11:41 UTC (rev 199037)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: dorphell <dorphell at archlinux.org>

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-11-07 17:10:12 UTC (rev 199036)
+++ extra-x86_64/PKGBUILD	2013-11-07 17:11:41 UTC (rev 199037)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=14.1
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('i686' 'x86_64')
-url="http://ccrma.stanford.edu/software/snd/"
-license=('custom')
-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"
-        '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"
-
-  LDFLAGS+=" -Wl,-z,noexecstack"
-
-  ./configure --prefix=/usr \
-              --with-alsa \
-              --with-jack \
-              --with-gtk \
-              --with-ladspa \
-              --with-gmp
-  make
-}
-
-package() {
-  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:

Copied: snd/repos/extra-x86_64/PKGBUILD (from rev 199036, snd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-11-07 17:11:41 UTC (rev 199037)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=14.1
+pkgrel=2
+pkgdesc="An advanced sound editor"
+arch=('i686' 'x86_64')
+url="http://ccrma.stanford.edu/software/snd/"
+license=('custom')
+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')
+
+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"
+
+  LDFLAGS+=" -Wl,-z,noexecstack"
+
+  ./configure --prefix=/usr \
+              --with-alsa \
+              --with-jack \
+              --with-gtk \
+              --with-ladspa \
+              --with-gmp
+  make
+}
+
+package() {
+  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:

Deleted: extra-x86_64/snd.install
===================================================================
--- extra-x86_64/snd.install	2013-11-07 17:10:12 UTC (rev 199036)
+++ extra-x86_64/snd.install	2013-11-07 17:11:41 UTC (rev 199037)
@@ -1,3 +0,0 @@
-post_upgrade() {
-	echo "  > snd GUI is now GTK+ due to lesstif/libxpm build issues"
-}

Deleted: extra-x86_64/type_error.patch
===================================================================
--- extra-x86_64/type_error.patch	2013-11-07 17:10:12 UTC (rev 199036)
+++ extra-x86_64/type_error.patch	2013-11-07 17:11:41 UTC (rev 199037)
@@ -1,20 +0,0 @@
-diff -ur snd-14.1.orig/vct.h snd-14.1/vct.h
---- snd-14.1.orig/vct.h	2013-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" {

Copied: snd/repos/extra-x86_64/type_error.patch (from rev 199036, snd/trunk/type_error.patch)
===================================================================
--- extra-x86_64/type_error.patch	                        (rev 0)
+++ extra-x86_64/type_error.patch	2013-11-07 17:11:41 UTC (rev 199037)
@@ -0,0 +1,12 @@
+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);
+ }




More information about the arch-commits mailing list