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.50.8.ebuild
Date: Wed, 05 May 2010 12:00:40
Message-Id: 20100505120019.5454C2C3F9@corvid.gentoo.org
1 aballier 10/05/05 12:00:19
2
3 Modified: ChangeLog
4 Added: bristol-0.50.8.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 media-sound/bristol/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 23 Jun 2009 20:41:55 -0000 1.5
23 +++ ChangeLog 5 May 2010 12:00:19 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/bristol
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.5 2009/06/23 20:41:55 aballier Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.6 2010/05/05 12:00:19 aballier Exp $
30 +
31 +*bristol-0.50.8 (05 May 2010)
32 +
33 + 05 May 2010; Alexis Ballier <aballier@g.o> +bristol-0.50.8.ebuild:
34 + version bump
35
36 *bristol-0.40.4 (23 Jun 2009)
37
38
39
40
41 1.1 media-sound/bristol/bristol-0.50.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/bristol-0.50.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/bristol-0.50.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: bristol-0.50.8.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/bristol-0.50.8.ebuild,v 1.1 2010/05/05 12:00:19 aballier Exp $
51
52 DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
53 HOMEPAGE="http://sourceforge.net/projects/bristol"
54 SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="alsa oss"
60 # osc : configure option but no code it seems...
61 # jack: fails to build if disabled
62
63 RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
64 alsa? ( >=media-libs/alsa-lib-1.0.0 )
65 x11-libs/libX11"
66 # osc? ( >=media-libs/liblo-0.22 )
67 DEPEND="${RDEPEND}
68 x11-proto/xproto
69 dev-util/pkgconfig"
70
71 src_compile() {
72 econf \
73 $(use_enable alsa) \
74 $(use_enable oss)
75 # $(use_enable osc liblo)
76 emake || die "make failed"
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "make install failed"
81 dodoc AUTHORS ChangeLog NEWS README
82 }