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.1.ebuild
Date: Sat, 19 Apr 2008 14:04:50
Message-Id: E1JnDgN-0007Qu-8d@stork.gentoo.org
1 aballier 08/04/19 14:04:47
2
3 Modified: ChangeLog
4 Added: aeolus-0.8.1.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.5_rc4)
8
9 Revision Changes Path
10 1.2 media-sound/aeolus/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/aeolus/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/aeolus/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/aeolus/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 27 Jan 2008 19:52:04 -0000 1.1
23 +++ ChangeLog 19 Apr 2008 14:04:46 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/aeolus
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.1 2008/01/27 19:52:04 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/aeolus/ChangeLog,v 1.2 2008/04/19 14:04:46 aballier Exp $
29 +
30 +*aeolus-0.8.1 (19 Apr 2008)
31 +
32 + 19 Apr 2008; Alexis Ballier <aballier@g.o> +aeolus-0.8.1.ebuild:
33 + version bump
34
35 *aeolus-0.6.6.2 (27 Jan 2008)
36
37
38
39
40 1.1 media-sound/aeolus/aeolus-0.8.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/aeolus/aeolus-0.8.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/aeolus/aeolus-0.8.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: aeolus-0.8.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 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.1.ebuild,v 1.1 2008/04/19 14:04:46 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"
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 }
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list