[arch-commits] Commit in libgig/repos (4 files)
Ray Rashif
schiv at nymeria.archlinux.org
Sat Nov 2 20:24:58 UTC 2013
Date: Saturday, November 2, 2013 @ 21:24:57
Author: schiv
Revision: 100359
archrelease: copy trunk to community-i686, community-x86_64
Added:
libgig/repos/community-i686/PKGBUILD
(from rev 100358, libgig/trunk/PKGBUILD)
libgig/repos/community-x86_64/PKGBUILD
(from rev 100358, libgig/trunk/PKGBUILD)
Deleted:
libgig/repos/community-i686/PKGBUILD
libgig/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 31 ----------------------
community-x86_64/PKGBUILD | 31 ----------------------
3 files changed, 62 insertions(+), 62 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-11-02 20:24:33 UTC (rev 100358)
+++ community-i686/PKGBUILD 2013-11-02 20:24:57 UTC (rev 100359)
@@ -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=2
-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=('!makeflags')
-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 100358, libgig/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 20:24:57 UTC (rev 100359)
@@ -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=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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-11-02 20:24:33 UTC (rev 100358)
+++ community-x86_64/PKGBUILD 2013-11-02 20:24:57 UTC (rev 100359)
@@ -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=2
-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=('!makeflags')
-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 100358, libgig/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-11-02 20:24:57 UTC (rev 100359)
@@ -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=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:
More information about the arch-commits
mailing list