[arch-commits] Commit in (5 files)

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:34:15 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:34:13
  Author: arojas
Revision: 289460

extra2community: Moving snd from extra to community

Added:
  snd/
  snd/repos/
  snd/trunk/
  snd/trunk/.contrib
  snd/trunk/PKGBUILD

----------+
 .contrib |    2 ++
 PKGBUILD |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Added: snd/trunk/.contrib
===================================================================
--- snd/trunk/.contrib	                        (rev 0)
+++ snd/trunk/.contrib	2018-02-06 17:34:13 UTC (rev 289460)
@@ -0,0 +1,2 @@
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: dorphell <dorphell at archlinux.org>

Added: snd/trunk/PKGBUILD
===================================================================
--- snd/trunk/PKGBUILD	                        (rev 0)
+++ snd/trunk/PKGBUILD	2018-02-06 17:34:13 UTC (rev 289460)
@@ -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=17.9
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('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/${pkgname}-${pkgver}.tar.gz")
+md5sums=('8e04c2eaa794c294a3a2d82a7ef20448')
+
+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:


Property changes on: snd/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list