[arch-commits] Commit in linuxsampler/repos (3 files)
David Runge
dvzrv at archlinux.org
Tue Dec 19 20:03:24 UTC 2017
Date: Tuesday, December 19, 2017 @ 20:03:23
Author: dvzrv
Revision: 274922
archrelease: copy trunk to community-testing-x86_64
Added:
linuxsampler/repos/community-testing-x86_64/
linuxsampler/repos/community-testing-x86_64/PKGBUILD
(from rev 274921, linuxsampler/trunk/PKGBUILD)
linuxsampler/repos/community-testing-x86_64/license.txt
(from rev 274921, linuxsampler/trunk/license.txt)
-------------+
PKGBUILD | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
license.txt | 7 +++++++
2 files changed, 56 insertions(+)
Copied: linuxsampler/repos/community-testing-x86_64/PKGBUILD (from rev 274921, linuxsampler/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2017-12-19 20:03:23 UTC (rev 274922)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# 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.1.0
+pkgrel=1
+pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
+arch=('x86_64')
+url="https://www.linuxsampler.org/"
+license=('GPL2' 'custom:exception')
+depends=('libgig' 'jack' 'sqlite')
+makedepends=('ladspa' 'dssi' 'lv2')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2"
+ 'license.txt')
+sha512sums=('503db074437b07e3e8dc8d1cb0aa3a510a62d183148157c1a4757681a4319e531bd6a1486a83c0ab9721dde82e27306150f3be87476c9298b2335438670e19a7'
+ '245005dbd182291d9b47c5f22bb14b1d4f42b63d5dd05498521491697fefa9ae8faa3bbc899f4ac4a3ed7dfda3222bb85fc1934705b4cae7108e427f377a78c9')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${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-${pkgname}"
+ mv "$pkgdir/usr/share/man/man1/lscp.1" \
+ "${pkgdir}/usr/share/man/man1/lscp-${pkgname}.1"
+
+ # fix linking of /usr/lib/linuxsampler/liblinuxsampler.so.5.0.0
+ install -d "${pkgdir}/etc/ld.so.conf.d"
+ echo "/usr/lib/${pkgname}" > "${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+
+}
+
+# vim:set ts=2 sw=2 et:
Copied: linuxsampler/repos/community-testing-x86_64/license.txt (from rev 274921, linuxsampler/trunk/license.txt)
===================================================================
--- community-testing-x86_64/license.txt (rev 0)
+++ community-testing-x86_64/license.txt 2017-12-19 20:03:23 UTC (rev 274922)
@@ -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