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/bristol: ChangeLog bristol-0.20.6.ebuild bristol-0.20.5.ebuild
Date: Tue, 05 Aug 2008 23:05:51
Message-Id: E1KQVbA-0001XV-S2@stork.gentoo.org
1 aballier 08/08/05 23:05:48
2
3 Modified: ChangeLog
4 Added: bristol-0.20.6.ebuild
5 Removed: bristol-0.20.5.ebuild
6 Log:
7 version bump
8 (Portage version: 2.2_rc6/cvs/Linux 2.6.25.7 x86_64)
9
10 Revision Changes Path
11 1.4 media-sound/bristol/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 24 Jul 2008 19:00:12 -0000 1.3
24 +++ ChangeLog 5 Aug 2008 23:05:48 -0000 1.4
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-sound/bristol
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.3 2008/07/24 19:00:12 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.4 2008/08/05 23:05:48 aballier Exp $
30 +
31 +*bristol-0.20.6 (05 Aug 2008)
32 +
33 + 05 Aug 2008; Alexis Ballier <aballier@g.o>
34 + -files/bristol-0.20.5-asneeded.patch, -files/bristol-0.20.5-cflags.patch,
35 + -bristol-0.20.5.ebuild, +bristol-0.20.6.ebuild:
36 + version bump
37
38 24 Jul 2008; Raúl Porcel <armin76@g.o> bristol-0.20.5.ebuild:
39 Add ~x86 wrt #232867
40
41
42
43 1.1 media-sound/bristol/bristol-0.20.6.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/bristol-0.20.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/bristol-0.20.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: bristol-0.20.6.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.20.6.ebuild,v 1.1 2008/08/05 23:05:48 aballier Exp $
53
54 DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
55 HOMEPAGE="http://sourceforge.net/projects/bristol"
56 SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="alsa jack"
62
63 RDEPEND="jack? ( >=media-sound/jack-audio-connection-kit-0.99.0 )
64 alsa? ( >=media-libs/alsa-lib-1.0.0 )
65 x11-libs/libX11"
66 DEPEND="${RDEPEND}
67 x11-proto/xproto
68 dev-util/pkgconfig"
69
70 src_compile() {
71 econf \
72 $(use_enable alsa) \
73 $(use_enable jack)
74 emake || die "make failed"
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" install || die "make install failed"
79 dodoc AUTHORS ChangeLog NEWS README
80 }