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

Ray Rashif schiv at archlinux.org
Tue Jul 28 19:13:41 UTC 2015


    Date: Tuesday, July 28, 2015 @ 21:13:41
  Author: schiv
Revision: 137568

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

Added:
  linuxsampler/repos/community-i686/PKGBUILD
    (from rev 137567, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-i686/license.txt
    (from rev 137567, linuxsampler/trunk/license.txt)
  linuxsampler/repos/community-x86_64/PKGBUILD
    (from rev 137567, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-x86_64/license.txt
    (from rev 137567, 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                    |   76 +++++++++++++++++++++++++++++++++++++++++
 /license.txt                 |   14 +++++++
 community-i686/PKGBUILD      |   45 ------------------------
 community-i686/license.txt   |    7 ---
 community-x86_64/PKGBUILD    |   45 ------------------------
 community-x86_64/license.txt |    7 ---
 6 files changed, 90 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-28 19:12:01 UTC (rev 137567)
+++ community-i686/PKGBUILD	2015-07-28 19:13:41 UTC (rev 137568)
@@ -1,45 +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=1.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' 'jack' 'sqlite')
-makedepends=('ladspa' 'dssi' 'lv2core') # 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=('a97136791a3228d840b006e5481fc39d'
-         '746c1421eb9f6812b5fa411bfb923c75')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix compile error with compiler's suggestion
-  sed -i 's/append(element)/this->append(element)/' src/common/Pool.h
-}
-
-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-i686/PKGBUILD (from rev 137567, linuxsampler/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-28 19:13:41 UTC (rev 137568)
@@ -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:

Deleted: community-i686/license.txt
===================================================================
--- community-i686/license.txt	2015-07-28 19:12:01 UTC (rev 137567)
+++ community-i686/license.txt	2015-07-28 19:13:41 UTC (rev 137568)
@@ -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 137567, linuxsampler/trunk/license.txt)
===================================================================
--- community-i686/license.txt	                        (rev 0)
+++ community-i686/license.txt	2015-07-28 19:13:41 UTC (rev 137568)
@@ -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-07-28 19:12:01 UTC (rev 137567)
+++ community-x86_64/PKGBUILD	2015-07-28 19:13:41 UTC (rev 137568)
@@ -1,45 +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=1.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' 'jack' 'sqlite')
-makedepends=('ladspa' 'dssi' 'lv2core') # 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=('a97136791a3228d840b006e5481fc39d'
-         '746c1421eb9f6812b5fa411bfb923c75')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix compile error with compiler's suggestion
-  sed -i 's/append(element)/this->append(element)/' src/common/Pool.h
-}
-
-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-x86_64/PKGBUILD (from rev 137567, linuxsampler/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-28 19:13:41 UTC (rev 137568)
@@ -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:

Deleted: community-x86_64/license.txt
===================================================================
--- community-x86_64/license.txt	2015-07-28 19:12:01 UTC (rev 137567)
+++ community-x86_64/license.txt	2015-07-28 19:13:41 UTC (rev 137568)
@@ -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 137567, linuxsampler/trunk/license.txt)
===================================================================
--- community-x86_64/license.txt	                        (rev 0)
+++ community-x86_64/license.txt	2015-07-28 19:13:41 UTC (rev 137568)
@@ -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