[arch-commits] Commit in libgig/repos (4 files)

Ray Rashif schiv at archlinux.org
Tue Jul 28 19:12:02 UTC 2015


    Date: Tuesday, July 28, 2015 @ 21:12:01
  Author: schiv
Revision: 137567

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libgig/repos/community-i686/PKGBUILD
    (from rev 137566, libgig/trunk/PKGBUILD)
  libgig/repos/community-x86_64/PKGBUILD
    (from rev 137566, libgig/trunk/PKGBUILD)
Deleted:
  libgig/repos/community-i686/PKGBUILD
  libgig/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 -------------------
 community-x86_64/PKGBUILD |   31 -------------------
 3 files changed, 70 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-28 18:25:11 UTC (rev 137566)
+++ community-i686/PKGBUILD	2015-07-28 19:12:01 UTC (rev 137567)
@@ -1,31 +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=libgig
-pkgver=3.3.0
-pkgrel=3
-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
-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:

Copied: libgig/repos/community-i686/PKGBUILD (from rev 137566, libgig/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-28 19:12:01 UTC (rev 137567)
@@ -0,0 +1,35 @@
+# $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=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
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2")
+md5sums=('b194239f5a64822d700fd7e9bc55db69')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-28 18:25:11 UTC (rev 137566)
+++ community-x86_64/PKGBUILD	2015-07-28 19:12:01 UTC (rev 137567)
@@ -1,31 +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=libgig
-pkgver=3.3.0
-pkgrel=3
-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
-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:

Copied: libgig/repos/community-x86_64/PKGBUILD (from rev 137566, libgig/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-28 19:12:01 UTC (rev 137567)
@@ -0,0 +1,35 @@
+# $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=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
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2")
+md5sums=('b194239f5a64822d700fd7e9bc55db69')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  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