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

Ray Rashif schiv at archlinux.org
Sun Jul 26 19:46:57 UTC 2015


    Date: Sunday, July 26, 2015 @ 21:46:57
  Author: schiv
Revision: 137455

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

Added:
  linuxsampler/repos/community-staging-i686/
  linuxsampler/repos/community-staging-i686/PKGBUILD
    (from rev 137454, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-staging-i686/license.txt
    (from rev 137454, linuxsampler/trunk/license.txt)
  linuxsampler/repos/community-staging-x86_64/
  linuxsampler/repos/community-staging-x86_64/PKGBUILD
    (from rev 137454, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-staging-x86_64/license.txt
    (from rev 137454, linuxsampler/trunk/license.txt)

--------------------------------------+
 community-staging-i686/PKGBUILD      |   38 +++++++++++++++++++++++++++++++++
 community-staging-i686/license.txt   |    7 ++++++
 community-staging-x86_64/PKGBUILD    |   38 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/license.txt |    7 ++++++
 4 files changed, 90 insertions(+)

Copied: linuxsampler/repos/community-staging-i686/PKGBUILD (from rev 137454, linuxsampler/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-07-26 19:46:57 UTC (rev 137455)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: svoufff <svoufff at gmail dot com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=linuxsampler
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/"
+license=('GPL' 'custom:exception')
+depends=('libgig>=4' 'jack' 'sqlite')
+makedepends=('ladspa' 'dssi' 'lv2') # ladspa is a header dep of dssi
+options=('libtool') # do NOT slay libtool; required by gigedit
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2"
+        'license.txt')
+md5sums=('ddf4208c9b23f8832ad15c2adf974140'
+         '746c1421eb9f6812b5fa411bfb923c75')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # install GPL exception statement
+  install -Dm644 "$srcdir/license.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: linuxsampler/repos/community-staging-i686/license.txt (from rev 137454, linuxsampler/trunk/license.txt)
===================================================================
--- community-staging-i686/license.txt	                        (rev 0)
+++ community-staging-i686/license.txt	2015-07-26 19:46:57 UTC (rev 137455)
@@ -0,0 +1,7 @@
+LinuxSampler is licensed under the GNU GPL with the exception that
+USAGE of the source code, libraries and applications
+FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without
+prior written permission by the LinuxSampler authors.
+
+If you have questions on the subject, that are not yet covered by
+the FAQ, please contact us.

Copied: linuxsampler/repos/community-staging-x86_64/PKGBUILD (from rev 137454, linuxsampler/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-07-26 19:46:57 UTC (rev 137455)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: svoufff <svoufff at gmail dot com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=linuxsampler
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/"
+license=('GPL' 'custom:exception')
+depends=('libgig>=4' 'jack' 'sqlite')
+makedepends=('ladspa' 'dssi' 'lv2') # ladspa is a header dep of dssi
+options=('libtool') # do NOT slay libtool; required by gigedit
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2"
+        'license.txt')
+md5sums=('ddf4208c9b23f8832ad15c2adf974140'
+         '746c1421eb9f6812b5fa411bfb923c75')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # install GPL exception statement
+  install -Dm644 "$srcdir/license.txt" \
+    "$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: linuxsampler/repos/community-staging-x86_64/license.txt (from rev 137454, linuxsampler/trunk/license.txt)
===================================================================
--- community-staging-x86_64/license.txt	                        (rev 0)
+++ community-staging-x86_64/license.txt	2015-07-26 19:46:57 UTC (rev 137455)
@@ -0,0 +1,7 @@
+LinuxSampler is licensed under the GNU GPL with the exception that
+USAGE of the source code, libraries and applications
+FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without
+prior written permission by the LinuxSampler authors.
+
+If you have questions on the subject, that are not yet covered by
+the FAQ, please contact us.



More information about the arch-commits mailing list