Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/aeolus: ChangeLog aeolus-0.8.2.ebuild
Date: Tue, 04 Aug 2009 08:04:51
Message-Id: E1MYF0q-0004Be-IM@stork.gentoo.org
1 aballier 09/08/04 08:04:48
2
3 Modified: ChangeLog
4 Added: aeolus-0.8.2.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 media-sound/aeolus/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/aeolus/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/aeolus/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/aeolus/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 25 Jan 2009 14:56:31 -0000 1.5
23 +++ ChangeLog 4 Aug 2009 08:04:48 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/aeolus
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.5 2009/01/25 14:56:31 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.6 2009/08/04 08:04:48 aballier Exp $
29 +
30 +*aeolus-0.8.2 (04 Aug 2009)
31 +
32 + 04 Aug 2009; Alexis Ballier <aballier@g.o> +aeolus-0.8.2.ebuild:
33 + version bump
34
35 25 Jan 2009; Markus Meier <maekke@g.o> aeolus-0.8.1.ebuild:
36 amd64/x86 stable, bug #256042
37
38
39
40 1.1 media-sound/aeolus/aeolus-0.8.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/aeolus/aeolus-0.8.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/aeolus/aeolus-0.8.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: aeolus-0.8.2.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/aeolus-0.8.2.ebuild,v 1.1 2009/08/04 08:04:48 aballier Exp $
50
51 inherit versionator toolchain-funcs multilib
52
53 MY_P=${PN}-$(replace_version_separator 3 '-')
54
55 DESCRIPTION="A synthesised pipe organ emulator"
56 HOMEPAGE="http://www.kokkinizita.net/linuxaudio/aeolus/index.html"
57 SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${MY_P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND=">=media-libs/libclalsadrv-1.2.2
65 >=media-libs/libclthreads-2.2.1
66 >=media-libs/libclxclient-3.3.2
67 x11-libs/libXft
68 x11-libs/libX11
69 >=media-sound/jack-audio-connection-kit-0.109.2
70 media-libs/alsa-lib
71 sys-libs/readline"
72
73 RDEPEND="${DEPEND}
74 media-libs/stops"
75
76 S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
77
78 src_compile() {
79 tc-export CXX
80 sed -i -e "s/-O3//" Makefile || die "Failed to remove forced CFLAGS"
81 sed -i -e "s:/sbin/ldconfig:true:" Makefile || die "Failed to remove ldconfig call CFLAGS"
82 sed -i -e "s/g++/$(tc-getCXX)/" Makefile || die "Failed to set correct compiler"
83 emake PREFIX="/usr" LIBDIR=$(get_libdir) || die "make failed"
84 }
85
86 src_install() {
87 dodir /usr/bin
88 emake PREFIX="${D}/usr" install || die "make install failed"
89 dodoc README AUTHORS
90 echo "-S /usr/share/stops" > "${T}/aeolus.conf"
91 insinto /etc
92 doins "${T}/aeolus.conf"
93 }