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/seq24: ChangeLog seq24-0.9.0.ebuild
Date: Sat, 29 Nov 2008 13:27:26
Message-Id: E1L6Pqs-0005oV-5Z@stork.gentoo.org
1 aballier 08/11/29 13:27:14
2
3 Modified: ChangeLog
4 Added: seq24-0.9.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.27.7 x86_64)
8
9 Revision Changes Path
10 1.33 media-sound/seq24/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/seq24/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/seq24/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/seq24/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 10 Oct 2008 12:44:41 -0000 1.32
23 +++ ChangeLog 29 Nov 2008 13:27:14 -0000 1.33
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/seq24
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.32 2008/10/10 12:44:41 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/seq24/ChangeLog,v 1.33 2008/11/29 13:27:14 aballier Exp $
29 +
30 +*seq24-0.9.0 (29 Nov 2008)
31 +
32 + 29 Nov 2008; Alexis Ballier <aballier@g.o> +seq24-0.9.0.ebuild:
33 + version bump
34
35 *seq24-0.8.7-r1 (10 Oct 2008)
36
37
38
39
40 1.1 media-sound/seq24/seq24-0.9.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/seq24/seq24-0.9.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/seq24/seq24-0.9.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: seq24-0.9.0.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/seq24/seq24-0.9.0.ebuild,v 1.1 2008/11/29 13:27:14 aballier Exp $
50
51 EAPI=2
52
53 inherit eutils
54
55 DESCRIPTION="Seq24 is a loop based MIDI sequencer with focus on live performances."
56 HOMEPAGE="https://edge.launchpad.net/seq24/"
57 SRC_URI="http://edge.launchpad.net/seq24/trunk/${PV}/+download/${P}.tar.bz2"
58
59 IUSE="jack lash"
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63
64 RDEPEND=">=media-libs/alsa-lib-0.9.0[midi]
65 >=dev-cpp/gtkmm-2.4
66 >=dev-libs/libsigc++-2.2
67 jack? ( >=media-sound/jack-audio-connection-kit-0.90.0 )
68 lash? ( >=media-sound/lash-0.5.0 )"
69 DEPEND="${RDEPEND}
70 dev-util/pkgconfig"
71
72 src_configure() {
73 econf \
74 $(use_enable jack jack-support) \
75 $(use_enable lash) \
76 --disable-alsatest \
77 || die
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die
82 dodoc AUTHORS ChangeLog README RTC SEQ24
83 }