[arch-commits] Commit in aeolus/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Sun Sep 17 11:27:08 UTC 2017
Date: Sunday, September 17, 2017 @ 11:27:07
Author: arojas
Revision: 258604
archrelease: copy trunk to community-i686, community-x86_64
Added:
aeolus/repos/community-i686/PKGBUILD
(from rev 258603, aeolus/trunk/PKGBUILD)
aeolus/repos/community-i686/aeolus.conf
(from rev 258603, aeolus/trunk/aeolus.conf)
aeolus/repos/community-x86_64/PKGBUILD
(from rev 258603, aeolus/trunk/PKGBUILD)
aeolus/repos/community-x86_64/aeolus.conf
(from rev 258603, aeolus/trunk/aeolus.conf)
Deleted:
aeolus/repos/community-i686/PKGBUILD
aeolus/repos/community-i686/aeolus.conf
aeolus/repos/community-x86_64/PKGBUILD
aeolus/repos/community-x86_64/aeolus.conf
------------------------------+
/PKGBUILD | 90 +++++++++++++++++++++++++++++++++++++++++
/aeolus.conf | 6 ++
community-i686/PKGBUILD | 45 --------------------
community-i686/aeolus.conf | 3 -
community-x86_64/PKGBUILD | 45 --------------------
community-x86_64/aeolus.conf | 3 -
6 files changed, 96 insertions(+), 96 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-09-17 11:26:40 UTC (rev 258603)
+++ community-i686/PKGBUILD 2017-09-17 11:27:07 UTC (rev 258604)
@@ -1,45 +0,0 @@
-# $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=3
-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/PKGBUILD (from rev 258603, aeolus/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-17 11:27:07 UTC (rev 258604)
@@ -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.5
+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=('a190e3238a205289c3e0757110b84f5c'
+ '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 \;
+}
Deleted: community-i686/aeolus.conf
===================================================================
--- community-i686/aeolus.conf 2017-09-17 11:26:40 UTC (rev 258603)
+++ community-i686/aeolus.conf 2017-09-17 11:27:07 UTC (rev 258604)
@@ -1,3 +0,0 @@
-# Aeolus system wide default options
-# use ~/.aeolusrc for local options
--u -S /usr/share/aeolus/stops
Copied: aeolus/repos/community-i686/aeolus.conf (from rev 258603, aeolus/trunk/aeolus.conf)
===================================================================
--- community-i686/aeolus.conf (rev 0)
+++ community-i686/aeolus.conf 2017-09-17 11:27:07 UTC (rev 258604)
@@ -0,0 +1,3 @@
+# Aeolus system wide default options
+# use ~/.aeolusrc for local options
+-u -S /usr/share/aeolus/stops
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-09-17 11:26:40 UTC (rev 258603)
+++ community-x86_64/PKGBUILD 2017-09-17 11:27:07 UTC (rev 258604)
@@ -1,45 +0,0 @@
-# $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=3
-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/PKGBUILD (from rev 258603, aeolus/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-09-17 11:27:07 UTC (rev 258604)
@@ -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.5
+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=('a190e3238a205289c3e0757110b84f5c'
+ '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 \;
+}
Deleted: community-x86_64/aeolus.conf
===================================================================
--- community-x86_64/aeolus.conf 2017-09-17 11:26:40 UTC (rev 258603)
+++ community-x86_64/aeolus.conf 2017-09-17 11:27:07 UTC (rev 258604)
@@ -1,3 +0,0 @@
-# Aeolus system wide default options
-# use ~/.aeolusrc for local options
--u -S /usr/share/aeolus/stops
Copied: aeolus/repos/community-x86_64/aeolus.conf (from rev 258603, aeolus/trunk/aeolus.conf)
===================================================================
--- community-x86_64/aeolus.conf (rev 0)
+++ community-x86_64/aeolus.conf 2017-09-17 11:27:07 UTC (rev 258604)
@@ -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