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

Antonio Rojas arojas at archlinux.org
Sun Feb 28 19:59:58 UTC 2016


    Date: Sunday, February 28, 2016 @ 20:59:58
  Author: arojas
Revision: 260342

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

Added:
  snd/repos/staging-i686/
  snd/repos/staging-i686/.contrib
    (from rev 260341, snd/trunk/.contrib)
  snd/repos/staging-i686/PKGBUILD
    (from rev 260341, snd/trunk/PKGBUILD)
  snd/repos/staging-x86_64/
  snd/repos/staging-x86_64/.contrib
    (from rev 260341, snd/trunk/.contrib)
  snd/repos/staging-x86_64/PKGBUILD
    (from rev 260341, snd/trunk/PKGBUILD)

-------------------------+
 staging-i686/.contrib   |    2 ++
 staging-i686/PKGBUILD   |   44 ++++++++++++++++++++++++++++++++++++++++++++
 staging-x86_64/.contrib |    2 ++
 staging-x86_64/PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 92 insertions(+)

Copied: snd/repos/staging-i686/.contrib (from rev 260341, snd/trunk/.contrib)
===================================================================
--- staging-i686/.contrib	                        (rev 0)
+++ staging-i686/.contrib	2016-02-28 19:59:58 UTC (rev 260342)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: dorphell <dorphell at archlinux.org>

Copied: snd/repos/staging-i686/PKGBUILD (from rev 260341, snd/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-02-28 19:59:58 UTC (rev 260342)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=16.3
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('i686' 'x86_64')
+url="http://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/snd-16.3.tar.gz")
+md5sums=('d7ade48a312186769ab7cbfd08d72b47')
+
+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/staging-x86_64/.contrib (from rev 260341, snd/trunk/.contrib)
===================================================================
--- staging-x86_64/.contrib	                        (rev 0)
+++ staging-x86_64/.contrib	2016-02-28 19:59:58 UTC (rev 260342)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: dorphell <dorphell at archlinux.org>

Copied: snd/repos/staging-x86_64/PKGBUILD (from rev 260341, snd/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-02-28 19:59:58 UTC (rev 260342)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=16.3
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('i686' 'x86_64')
+url="http://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/snd-16.3.tar.gz")
+md5sums=('d7ade48a312186769ab7cbfd08d72b47')
+
+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:



More information about the arch-commits mailing list