[arch-commits] Commit in aeolus/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 7 07:43:02 UTC 2015


    Date: Monday, December 7, 2015 @ 08:43:02
  Author: bpiotrowski
Revision: 149725

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

Added:
  aeolus/repos/community-staging-i686/
  aeolus/repos/community-staging-i686/PKGBUILD
    (from rev 149724, aeolus/trunk/PKGBUILD)
  aeolus/repos/community-staging-i686/aeolus.conf
    (from rev 149724, aeolus/trunk/aeolus.conf)
  aeolus/repos/community-staging-x86_64/
  aeolus/repos/community-staging-x86_64/PKGBUILD
    (from rev 149724, aeolus/trunk/PKGBUILD)
  aeolus/repos/community-staging-x86_64/aeolus.conf
    (from rev 149724, aeolus/trunk/aeolus.conf)

--------------------------------------+
 community-staging-i686/PKGBUILD      |   45 +++++++++++++++++++++++++++++++++
 community-staging-i686/aeolus.conf   |    3 ++
 community-staging-x86_64/PKGBUILD    |   45 +++++++++++++++++++++++++++++++++
 community-staging-x86_64/aeolus.conf |    3 ++
 4 files changed, 96 insertions(+)

Copied: aeolus/repos/community-staging-i686/PKGBUILD (from rev 149724, aeolus/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 07:43:02 UTC (rev 149725)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Tom K <tomk at runbox.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+# Contributor: Christoph Zeiler <arch at moonblade dot org>
+# Contributor: Philipp Überbacher <murks at lavabit dot com>
+
+_stopver=0.3.0
+pkgname=aeolus
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="Synthesised pipe organ emulator"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/"
+license=('GPL3')
+depends=('clthreads' 'clxclient' 'jack' 'zita-alsa-pcmi')
+source=(${url}../downloads/{$pkgname-$pkgver,stops-$_stopver}.tar.bz2 $pkgname.conf)
+md5sums=('6ae707e441f6d17eaabfde91c889bce2'
+         '2a7b1cae820408fa1cc655800d08d88f'
+         'b9cbca97ac4184f0b207faf4f58f72a9')
+
+prepare() {
+  cd "$pkgname-$pkgver/source"
+  # strip ldconfig and -march=native
+  sed -i '/ldconfig\|-march=native/d' Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr LIBDIR=lib
+}
+
+package(){
+  cd "$pkgname-$pkgver/source"
+  make DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+
+  # system config file
+  install -Dm644 "$srcdir/$pkgname.conf" "$pkgdir/etc/$pkgname.conf"
+
+  # stops
+  cd "$srcdir/stops-$_stopver"
+  find . -name definition -exec install -Dm644 {} ${pkgdir}/usr/share/$pkgname/stops/{} \;
+  find . -name presets -exec install -Dm644 {} ${pkgdir}/usr/share/$pkgname/stops/{} \;
+  find . -name '*.ae0' -exec install -Dm644 {} ${pkgdir}/usr/share/$pkgname/stops \;
+}

Copied: aeolus/repos/community-staging-i686/aeolus.conf (from rev 149724, aeolus/trunk/aeolus.conf)
===================================================================
--- community-staging-i686/aeolus.conf	                        (rev 0)
+++ community-staging-i686/aeolus.conf	2015-12-07 07:43:02 UTC (rev 149725)
@@ -0,0 +1,3 @@
+# Aeolus system wide default options
+# use ~/.aeolusrc for local options
+-u -S /usr/share/aeolus/stops

Copied: aeolus/repos/community-staging-x86_64/PKGBUILD (from rev 149724, aeolus/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 07:43:02 UTC (rev 149725)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Tom K <tomk at runbox.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+# Contributor: Christoph Zeiler <arch at moonblade dot org>
+# Contributor: Philipp Überbacher <murks at lavabit dot com>
+
+_stopver=0.3.0
+pkgname=aeolus
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="Synthesised pipe organ emulator"
+arch=('i686' 'x86_64')
+url="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/"
+license=('GPL3')
+depends=('clthreads' 'clxclient' 'jack' 'zita-alsa-pcmi')
+source=(${url}../downloads/{$pkgname-$pkgver,stops-$_stopver}.tar.bz2 $pkgname.conf)
+md5sums=('6ae707e441f6d17eaabfde91c889bce2'
+         '2a7b1cae820408fa1cc655800d08d88f'
+         'b9cbca97ac4184f0b207faf4f58f72a9')
+
+prepare() {
+  cd "$pkgname-$pkgver/source"
+  # strip ldconfig and -march=native
+  sed -i '/ldconfig\|-march=native/d' Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver/source"
+  make PREFIX=/usr LIBDIR=lib
+}
+
+package(){
+  cd "$pkgname-$pkgver/source"
+  make DESTDIR="$pkgdir/" PREFIX=/usr LIBDIR=lib install
+
+  # system config file
+  install -Dm644 "$srcdir/$pkgname.conf" "$pkgdir/etc/$pkgname.conf"
+
+  # stops
+  cd "$srcdir/stops-$_stopver"
+  find . -name definition -exec install -Dm644 {} ${pkgdir}/usr/share/$pkgname/stops/{} \;
+  find . -name presets -exec install -Dm644 {} ${pkgdir}/usr/share/$pkgname/stops/{} \;
+  find . -name '*.ae0' -exec install -Dm644 {} ${pkgdir}/usr/share/$pkgname/stops \;
+}

Copied: aeolus/repos/community-staging-x86_64/aeolus.conf (from rev 149724, aeolus/trunk/aeolus.conf)
===================================================================
--- community-staging-x86_64/aeolus.conf	                        (rev 0)
+++ community-staging-x86_64/aeolus.conf	2015-12-07 07:43:02 UTC (rev 149725)
@@ -0,0 +1,3 @@
+# Aeolus system wide default options
+# use ~/.aeolusrc for local options
+-u -S /usr/share/aeolus/stops



More information about the arch-commits mailing list