[arch-commits] Commit in (9 files)

Ray Rashif schiv at archlinux.org
Sat Sep 25 06:07:41 UTC 2010


    Date: Saturday, September 25, 2010 @ 02:07:41
  Author: schiv
Revision: 91241

Added new pkg linuxsampler + deps (1:libgig)

Added:
  libgig/
  libgig/repos/
  libgig/trunk/
  libgig/trunk/PKGBUILD
  linuxsampler/
  linuxsampler/repos/
  linuxsampler/trunk/
  linuxsampler/trunk/PKGBUILD
  linuxsampler/trunk/license.txt

--------------------------------+
 libgig/trunk/PKGBUILD          |   31 +++++++++++++++++++++++++++++++
 linuxsampler/trunk/PKGBUILD    |   38 ++++++++++++++++++++++++++++++++++++++
 linuxsampler/trunk/license.txt |    7 +++++++
 3 files changed, 76 insertions(+)

Added: libgig/trunk/PKGBUILD
===================================================================
--- libgig/trunk/PKGBUILD	                        (rev 0)
+++ libgig/trunk/PKGBUILD	2010-09-25 06:07:41 UTC (rev 91241)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: svoufff <svoufff at gmail dot com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=libgig
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="C++ library for loading Gigasampler and DLS files"
+arch=(i686 x86_64)
+url="http://www.linuxsampler.org/libgig/"
+license=('GPL')
+depends=('gcc-libs' 'util-linux-ng' 'libsndfile')
+options=('!libtool')
+source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2)
+md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: libgig/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: linuxsampler/trunk/PKGBUILD
===================================================================
--- linuxsampler/trunk/PKGBUILD	                        (rev 0)
+++ linuxsampler/trunk/PKGBUILD	2010-09-25 06:07:41 UTC (rev 91241)
@@ -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=1.0.0
+pkgrel=1
+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:


Property changes on: linuxsampler/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: linuxsampler/trunk/license.txt
===================================================================
--- linuxsampler/trunk/license.txt	                        (rev 0)
+++ linuxsampler/trunk/license.txt	2010-09-25 06:07:41 UTC (rev 91241)
@@ -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