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.40.4.ebuild bristol-0.20.6.ebuild
Date: Tue, 23 Jun 2009 20:41:57
Message-Id: E1MJCoV-0006Tk-6e@stork.gentoo.org
1 aballier 09/06/23 20:41:55
2
3 Modified: ChangeLog
4 Added: bristol-0.40.4.ebuild
5 Removed: bristol-0.20.6.ebuild
6 Log:
7 version bump
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 media-sound/bristol/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 5 Aug 2008 23:05:48 -0000 1.4
24 +++ ChangeLog 23 Jun 2009 20:41:55 -0000 1.5
25 @@ -1,6 +1,12 @@
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.4 2008/08/05 23:05:48 aballier Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/bristol/ChangeLog,v 1.5 2009/06/23 20:41:55 aballier Exp $
31 +
32 +*bristol-0.40.4 (23 Jun 2009)
33 +
34 + 23 Jun 2009; Alexis Ballier <aballier@g.o> -bristol-0.20.6.ebuild,
35 + +bristol-0.40.4.ebuild:
36 + version bump
37
38 *bristol-0.20.6 (05 Aug 2008)
39
40
41
42
43 1.1 media-sound/bristol/bristol-0.40.4.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/bristol-0.40.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/bristol/bristol-0.40.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: bristol-0.40.4.ebuild
49 ===================================================================
50 # Copyright 1999-2009 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.40.4.ebuild,v 1.1 2009/06/23 20:41:55 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 # osc : configure option but no code it seems...
63
64 RDEPEND="jack? ( >=media-sound/jack-audio-connection-kit-0.109.2 )
65 alsa? ( >=media-libs/alsa-lib-1.0.0 )
66 x11-libs/libX11"
67 # osc? ( >=media-libs/liblo-0.22 )
68 DEPEND="${RDEPEND}
69 x11-proto/xproto
70 dev-util/pkgconfig"
71
72 src_compile() {
73 econf \
74 $(use_enable alsa) \
75 $(use_enable jack)
76 # $(use_enable osc liblo)
77 emake || die "make failed"
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "make install failed"
82 dodoc AUTHORS ChangeLog NEWS README
83 }