[arch-commits] Commit in aeolus/repos (6 files)
speps
speps at nymeria.archlinux.org
Tue Aug 13 03:47:21 UTC 2013
Date: Tuesday, August 13, 2013 @ 05:47:20
Author: speps
Revision: 95511
archrelease: copy trunk to community-i686, community-x86_64
Added:
aeolus/repos/community-i686/
aeolus/repos/community-i686/PKGBUILD
(from rev 95510, aeolus/trunk/PKGBUILD)
aeolus/repos/community-i686/aeolus.conf
(from rev 95510, aeolus/trunk/aeolus.conf)
aeolus/repos/community-x86_64/
aeolus/repos/community-x86_64/PKGBUILD
(from rev 95510, aeolus/trunk/PKGBUILD)
aeolus/repos/community-x86_64/aeolus.conf
(from rev 95510, aeolus/trunk/aeolus.conf)
------------------------------+
community-i686/PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++
community-i686/aeolus.conf | 3 ++
community-x86_64/PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++
community-x86_64/aeolus.conf | 3 ++
4 files changed, 96 insertions(+)
Copied: aeolus/repos/community-i686/PKGBUILD (from rev 95510, aeolus/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-13 03:47:20 UTC (rev 95511)
@@ -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=1
+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-i686/aeolus.conf (from rev 95510, aeolus/trunk/aeolus.conf)
===================================================================
--- community-i686/aeolus.conf (rev 0)
+++ community-i686/aeolus.conf 2013-08-13 03:47:20 UTC (rev 95511)
@@ -0,0 +1,3 @@
+# Aeolus system wide default options
+# use ~/.aeolusrc for local options
+-u -S /usr/share/aeolus/stops
Copied: aeolus/repos/community-x86_64/PKGBUILD (from rev 95510, aeolus/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-08-13 03:47:20 UTC (rev 95511)
@@ -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=1
+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-x86_64/aeolus.conf (from rev 95510, aeolus/trunk/aeolus.conf)
===================================================================
--- community-x86_64/aeolus.conf (rev 0)
+++ community-x86_64/aeolus.conf 2013-08-13 03:47:20 UTC (rev 95511)
@@ -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