[arch-commits] Commit in libgig/trunk (PKGBUILD)
Ray Rashif
schiv at archlinux.org
Sun Jul 26 19:43:36 UTC 2015
Date: Sunday, July 26, 2015 @ 21:43:36
Author: schiv
Revision: 137452
upgpkg: libgig 4.0.0-1
upstream release; linuxsampler suite rebuild
Modified:
libgig/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-07-26 19:19:43 UTC (rev 137451)
+++ PKGBUILD 2015-07-26 19:43:36 UTC (rev 137452)
@@ -4,16 +4,16 @@
# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
pkgname=libgig
-pkgver=3.3.0
-pkgrel=3
+pkgver=4.0.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=('util-linux' 'libsndfile')
-options=('!makeflags') # code chokes on parallel build
+#options=('!makeflags') # code chokes on parallel build
source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2")
-md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
+md5sums=('b194239f5a64822d700fd7e9bc55db69')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -26,6 +26,10 @@
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
+
+ # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the heads-up)
+ install -m0755 -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:
More information about the arch-commits
mailing list