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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Jan 18 21:12:02 UTC 2018


    Date: Thursday, January 18, 2018 @ 21:12:01
  Author: bpiotrowski
Revision: 315118

archrelease: copy trunk to staging-x86_64

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

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

Copied: snd/repos/staging-x86_64/.contrib (from rev 315117, snd/trunk/.contrib)
===================================================================
--- staging-x86_64/.contrib	                        (rev 0)
+++ staging-x86_64/.contrib	2018-01-18 21:12:01 UTC (rev 315118)
@@ -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 315117, snd/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-01-18 21:12:01 UTC (rev 315118)
@@ -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:



More information about the arch-commits mailing list