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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 14:07:11
  Author: felixonmars
Revision: 658709

archrelease: copy trunk to community-staging-x86_64

Added:
  libgig/repos/community-staging-x86_64/
  libgig/repos/community-staging-x86_64/PKGBUILD
(from rev 658708, libgig/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: libgig/repos/community-staging-x86_64/PKGBUILD (from rev 658708, 
libgig/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 14:07:11 UTC (rev 658709)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=libgig
+pkgver=4.2.0
+pkgrel=3
+pkgdesc="C++ library for loading, modifying and creating .gig, .ksf, .kmp, 
.sf2 and DLS files"
+arch=('x86_64')
+url="https://www.linuxsampler.org/libgig/;
+license=('GPL2')
+depends=('util-linux' 'libsndfile')
+provides=('libgig.so')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('52c8c749c7852e229c76c17211398dbf5dd5891a1ee9d8e8bc61d55b825c5676595b20b26014e739b9bfd387db36895152b380519609a928a8fa68f4a20279f6')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+  # creating a ld.so.conf entry for libgig.so
+  echo "/usr/lib/${pkgname}" > "${pkgname}.conf"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  # adding libgig.so library path to ld.so.conf (required for dependants during
+  # runtime)
+  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/ld.so.conf.d/"
+}
+# vim:set ts=2 sw=2 et:


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

2019-07-26 Thread David Runge via arch-commits
Date: Friday, July 26, 2019 @ 22:01:58
  Author: dvzrv
Revision: 492977

archrelease: copy trunk to community-staging-x86_64

Added:
  libgig/repos/community-staging-x86_64/
  libgig/repos/community-staging-x86_64/PKGBUILD
(from rev 492976, libgig/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: libgig/repos/community-staging-x86_64/PKGBUILD (from rev 492976, 
libgig/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-07-26 22:01:58 UTC (rev 492977)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=libgig
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="C++ library for loading, modifying and creating .gig, .ksf, .kmp, 
.sf2 and DLS files"
+arch=('x86_64')
+url="https://www.linuxsampler.org/libgig/;
+license=('GPL2')
+depends=('util-linux' 'libsndfile')
+provides=('libgig.so')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('52c8c749c7852e229c76c17211398dbf5dd5891a1ee9d8e8bc61d55b825c5676595b20b26014e739b9bfd387db36895152b380519609a928a8fa68f4a20279f6')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-19 Thread David Runge via arch-commits
Date: Tuesday, December 19, 2017 @ 18:03:21
  Author: dvzrv
Revision: 274901

archrelease: copy trunk to community-testing-x86_64

Added:
  libgig/repos/community-testing-x86_64/
  libgig/repos/community-testing-x86_64/PKGBUILD
(from rev 274900, libgig/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: libgig/repos/community-testing-x86_64/PKGBUILD (from rev 274900, 
libgig/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-19 18:03:21 UTC (rev 274901)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge 
+# Maintainer: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=libgig
+pkgver=4.1.0
+pkgrel=1
+pkgdesc="C++ library for loading Gigasampler and DLS files"
+arch=('x86_64')
+url="https://www.linuxsampler.org/libgig/;
+license=('GPL')
+depends=('util-linux' 'libsndfile')
+source=("https://download.linuxsampler.org/packages/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('e88500f5d60d597b383093f904a2356aba7505a3a22b4852fe3fbbe71723fddbfc81029a82edf3c18e46ade519343cdbe87c06c652f982ffd4cfb4c35d5a9a0a')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add libgig library path to ld.so.conf.d (thanks to libgig-svn for the 
heads-up)
+  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: