Portage is a package management system used by Gentoo Linux
# ChangeLog for media-sound/aeolus
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.3 2008/04/29 21:24:34 aballier Exp $
29 Apr 2008; Alexis Ballier
remove old
*aeolus-0.8.1 (19 Apr 2008)
19 Apr 2008; Alexis Ballier
version bump
*aeolus-0.6.6.2 (27 Jan 2008)
27 Jan 2008; Alexis Ballier
+aeolus-0.6.6.2.ebuild:
Initial import, greatly based on the ebuild by Dominique Michel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST aeolus-0.8.1.tar.bz2 59676 RMD160 a5c3ffd18137eb5310f3e8b5394dc23999b17d77 SHA1 99d48f8372311f6952b74d1ae94d5f17e2184c4a SHA256 33cd33a3aad11123fa433ebd37fc8a5c13640d6ea059d3f1bf4f05c0f353c37f
EBUILD aeolus-0.8.1.ebuild 1431 RMD160 6b58933f987c31eae36ebbb49923c70fb6a1379f SHA1 ae8268d10970278a079117a2fa424ef44a35a6f2 SHA256 5dafb3704dd00327160310ceffaa78f279af8a389a5571ab6ccc06a708bd06b9
MISC ChangeLog 658 RMD160 a26093a0131371ef301b50c584679e4d5b289341 SHA1 bed600c8cad161985c5189ad9f66f23f7b70e8ba SHA256 50227f44c45a810c1ad36413786ffa15b6f5485a9e9b8882158fd450738b2dee
MISC metadata.xml 732 RMD160 597bfd85e3e917fd8742d627c589712a07e9e865 SHA1 3c2f2f762062881cbefd9945ea97713d5252b7e7 SHA256 53da8362ea798a6da25583397184973a85203785ade23135ea9b91dd0660bfcd
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkgXkiMACgkQvFcC4BYPU0qw7wCfS82N/WHob4IrKWUI571Ju/WV
ue8An2MCiALGY3SMB3Gt5PhX0aqLmDqY
=Ekf9
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/aeolus-0.8.1.ebuild,v 1.1 2008/04/19 14:04:46 aballier Exp $
inherit versionator toolchain-funcs multilib
MY_P=${PN}-$(replace_version_separator 3 '-')
DESCRIPTION="A synthesised pipe organ emulator"
HOMEPAGE="http://www.kokkinizita.net/linuxaudio/aeolus/index.html"
SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=media-libs/libclalsadrv-1.2.2
>=media-libs/libclthreads-2.2.1
>=media-libs/libclxclient-3.3.2
x11-libs/libXft
x11-libs/libX11
>=media-sound/jack-audio-connection-kit-0.109.2
media-libs/alsa-lib
sys-libs/readline"
RDEPEND="${DEPEND}
media-libs/stops"
S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
src_compile() {
tc-export CXX
sed -i -e "s/-O3//" Makefile || die "Failed to remove forced CFLAGS"
sed -i -e "s:/sbin/ldconfig:true:" Makefile || die "Failed to remove ldconfig call CFLAGS"
sed -i -e "s/g++/$(tc-getCXX)/" Makefile || die "Failed to set correct compiler"
emake PREFIX="/usr" LIBDIR=$(get_libdir) || die "make failed"
}
src_install() {
dodir /usr/bin
emake PREFIX="${D}/usr" install || die "make install failed"
dodoc README AUTHORS
echo "-S /usr/share/stops" > "${T}/aeolus.conf"
insinto /etc
doins "${T}/aeolus.conf"
}
Aeolus is a synthesised (i.e. not sampled) pipe organ emulator that should
be good enough to make an organist enjoy playing it. It is a software
synthesiser optimised for this job, with possibly hundreds of controls for
each stop, that enable the user to "voice" his instrument.
Main features of the default instrument: three manuals and one pedal, five
different temperaments, variable tuning, MIDI control of course, stereo,
surround or Ambisonics output, flexible audio controls including a large
church reverb.