[arch-commits] Commit in linuxsampler/repos/community-x86_64 (4 files)

David Runge dvzrv at archlinux.org
Sun Jun 3 17:04:43 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:04:43
  Author: dvzrv
Revision: 339412

archrelease: copy trunk to community-x86_64

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

-------------+
 PKGBUILD    |   99 +++++++++++++++++++++++++++++-----------------------------
 license.txt |   14 ++++----
 2 files changed, 57 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:04:34 UTC (rev 339411)
+++ PKGBUILD	2018-06-03 17:04:43 UTC (rev 339412)
@@ -1,49 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 339411, linuxsampler/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 17:04:43 UTC (rev 339412)
@@ -0,0 +1,50 @@
+# $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=2
+pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
+arch=('x86_64')
+url="https://www.linuxsampler.org/"
+license=('custom')
+groups=('pro-audio')
+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 -vDm 644 "${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:

Deleted: license.txt
===================================================================
--- license.txt	2018-06-03 17:04:34 UTC (rev 339411)
+++ license.txt	2018-06-03 17:04:43 UTC (rev 339412)
@@ -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 339411, linuxsampler/trunk/license.txt)
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2018-06-03 17:04:43 UTC (rev 339412)
@@ -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