[arch-commits] Commit in linuxsampler/repos (8 files)
Ray Rashif
schiv at nymeria.archlinux.org
Sat Nov 2 20:39:10 UTC 2013
Date: Saturday, November 2, 2013 @ 21:39:09
Author: schiv
Revision: 100361
archrelease: copy trunk to community-i686, community-x86_64
Added:
linuxsampler/repos/community-i686/PKGBUILD
(from rev 100360, linuxsampler/trunk/PKGBUILD)
linuxsampler/repos/community-i686/license.txt
(from rev 100360, linuxsampler/trunk/license.txt)
linuxsampler/repos/community-x86_64/PKGBUILD
(from rev 100360, linuxsampler/trunk/PKGBUILD)
linuxsampler/repos/community-x86_64/license.txt
(from rev 100360, 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 | 90 +++++++++++++++++++++++++++++++++++++++++
/license.txt | 14 ++++++
community-i686/PKGBUILD | 38 -----------------
community-i686/license.txt | 7 ---
community-x86_64/PKGBUILD | 38 -----------------
community-x86_64/license.txt | 7 ---
6 files changed, 104 insertions(+), 90 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-11-02 20:38:48 UTC (rev 100360)
+++ community-i686/PKGBUILD 2013-11-02 20:39:09 UTC (rev 100361)
@@ -1,38 +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=2
-pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
-arch=(i686 x86_64)
-url="http://www.linuxsampler.org/"
-license=('GPL' 'custom')
-depends=('libgig' 'jack' 'sqlite3')
-makedepends=('dssi' 'lv2core')
-options=('libtool') # do NOT slay libtool; required by gigedit
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2
- license.txt)
-md5sums=('a97136791a3228d840b006e5481fc39d'
- '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 ../license.txt \
- "$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: linuxsampler/repos/community-i686/PKGBUILD (from rev 100360, linuxsampler/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 20:39:09 UTC (rev 100361)
@@ -0,0 +1,45 @@
+# $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:
Deleted: community-i686/license.txt
===================================================================
--- community-i686/license.txt 2013-11-02 20:38:48 UTC (rev 100360)
+++ community-i686/license.txt 2013-11-02 20:39:09 UTC (rev 100361)
@@ -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 100360, linuxsampler/trunk/license.txt)
===================================================================
--- community-i686/license.txt (rev 0)
+++ community-i686/license.txt 2013-11-02 20:39:09 UTC (rev 100361)
@@ -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 2013-11-02 20:38:48 UTC (rev 100360)
+++ community-x86_64/PKGBUILD 2013-11-02 20:39:09 UTC (rev 100361)
@@ -1,38 +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=2
-pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
-arch=(i686 x86_64)
-url="http://www.linuxsampler.org/"
-license=('GPL' 'custom')
-depends=('libgig' 'jack' 'sqlite3')
-makedepends=('dssi' 'lv2core')
-options=('libtool') # do NOT slay libtool; required by gigedit
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2
- license.txt)
-md5sums=('a97136791a3228d840b006e5481fc39d'
- '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 ../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 100360, linuxsampler/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-11-02 20:39:09 UTC (rev 100361)
@@ -0,0 +1,45 @@
+# $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:
Deleted: community-x86_64/license.txt
===================================================================
--- community-x86_64/license.txt 2013-11-02 20:38:48 UTC (rev 100360)
+++ community-x86_64/license.txt 2013-11-02 20:39:09 UTC (rev 100361)
@@ -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 100360, linuxsampler/trunk/license.txt)
===================================================================
--- community-x86_64/license.txt (rev 0)
+++ community-x86_64/license.txt 2013-11-02 20:39:09 UTC (rev 100361)
@@ -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