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

Ray Rashif schiv at archlinux.org
Sun Aug 2 20:10:05 UTC 2015


    Date: Sunday, August 2, 2015 @ 22:10:05
  Author: schiv
Revision: 137748

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

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

------------------------------+
 /PKGBUILD                    |   88 +++++++++++++++++++++++++++++++++++++++++
 /license.txt                 |   14 ++++++
 community-i686/PKGBUILD      |   42 -------------------
 community-i686/license.txt   |    7 ---
 community-x86_64/PKGBUILD    |   42 -------------------
 community-x86_64/license.txt |    7 ---
 6 files changed, 102 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-02 20:09:54 UTC (rev 137747)
+++ community-i686/PKGBUILD	2015-08-02 20:10:05 UTC (rev 137748)
@@ -1,42 +0,0 @@
-# $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=2
-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"
-
-  # lscp bin conflicts with lscp from nilfs-utils
-  # see https://bugs.archlinux.org/task/45827
-  mv "$pkgdir/usr/bin/lscp" "$pkgdir/usr/bin/lscp-lsampler"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: linuxsampler/repos/community-i686/PKGBUILD (from rev 137747, linuxsampler/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-08-02 20:10:05 UTC (rev 137748)
@@ -0,0 +1,44 @@
+# $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=3
+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"
+
+  # lscp files conflict with nilfs-utils
+  # see https://bugs.archlinux.org/task/45827
+  mv "$pkgdir/usr/bin/lscp" "$pkgdir/usr/bin/lscp-linuxsampler"
+  mv "$pkgdir/usr/share/man/man1/lscp.1" \
+    "$pkgdir/usr/share/man/man1/lscp-linuxsampler.1"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/license.txt
===================================================================
--- community-i686/license.txt	2015-08-02 20:09:54 UTC (rev 137747)
+++ community-i686/license.txt	2015-08-02 20:10:05 UTC (rev 137748)
@@ -1,7 +0,0 @@
-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-i686/license.txt (from rev 137747, linuxsampler/trunk/license.txt)
===================================================================
--- community-i686/license.txt	                        (rev 0)
+++ community-i686/license.txt	2015-08-02 20:10:05 UTC (rev 137748)
@@ -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.

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-02 20:09:54 UTC (rev 137747)
+++ community-x86_64/PKGBUILD	2015-08-02 20:10:05 UTC (rev 137748)
@@ -1,42 +0,0 @@
-# $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=2
-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"
-
-  # lscp bin conflicts with lscp from nilfs-utils
-  # see https://bugs.archlinux.org/task/45827
-  mv "$pkgdir/usr/bin/lscp" "$pkgdir/usr/bin/lscp-lsampler"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: linuxsampler/repos/community-x86_64/PKGBUILD (from rev 137747, linuxsampler/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-08-02 20:10:05 UTC (rev 137748)
@@ -0,0 +1,44 @@
+# $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=3
+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"
+
+  # lscp files conflict with nilfs-utils
+  # see https://bugs.archlinux.org/task/45827
+  mv "$pkgdir/usr/bin/lscp" "$pkgdir/usr/bin/lscp-linuxsampler"
+  mv "$pkgdir/usr/share/man/man1/lscp.1" \
+    "$pkgdir/usr/share/man/man1/lscp-linuxsampler.1"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/license.txt
===================================================================
--- community-x86_64/license.txt	2015-08-02 20:09:54 UTC (rev 137747)
+++ community-x86_64/license.txt	2015-08-02 20:10:05 UTC (rev 137748)
@@ -1,7 +0,0 @@
-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-x86_64/license.txt (from rev 137747, linuxsampler/trunk/license.txt)
===================================================================
--- community-x86_64/license.txt	                        (rev 0)
+++ community-x86_64/license.txt	2015-08-02 20:10:05 UTC (rev 137748)
@@ -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