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/lmms: lmms-0.4.0_rc2.ebuild ChangeLog
Date: Thu, 02 Oct 2008 17:58:47
Message-Id: E1KlSRn-0002cO-Vu@stork.gentoo.org
1 aballier 08/10/02 17:58:43
2
3 Modified: lmms-0.4.0_rc2.ebuild ChangeLog
4 Log:
5 We need qt4 with the accessibility useflag turned on, bug #239294, fix by Thomas 'gimpel' Kuther
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.2 media-sound/lmms/lmms-0.4.0_rc2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/lmms-0.4.0_rc2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/lmms-0.4.0_rc2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/lmms-0.4.0_rc2.ebuild?r1=1.1&r2=1.2
14
15 Index: lmms-0.4.0_rc2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/lmms/lmms-0.4.0_rc2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- lmms-0.4.0_rc2.ebuild 23 Sep 2008 21:00:59 -0000 1.1
22 +++ lmms-0.4.0_rc2.ebuild 2 Oct 2008 17:58:43 -0000 1.2
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/lmms-0.4.0_rc2.ebuild,v 1.1 2008/09/23 21:00:59 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/lmms-0.4.0_rc2.ebuild,v 1.2 2008/10/02 17:58:43 aballier Exp $
28
29 -EAPI="1"
30 +EAPI="2"
31
32 inherit eutils cmake-utils
33
34 @@ -20,8 +20,8 @@
35
36 RDEPEND="|| ( (
37 x11-libs/qt-core
38 - x11-libs/qt-gui
39 - ) >=x11-libs/qt-4.3.0:4 )
40 + x11-libs/qt-gui[accessibility]
41 + ) >=x11-libs/qt-4.3.0:4[accessibility] )
42 >=media-libs/libsndfile-1.0.11
43 media-libs/libsamplerate
44 alsa? ( media-libs/alsa-lib )
45 @@ -43,7 +43,7 @@
46
47 DOCS="README AUTHORS ChangeLog TODO"
48
49 -src_compile() {
50 +src_configure() {
51 mycmakeargs="${mycmakeargs}
52 -DWANT_SYSTEM_SR=TRUE
53 -DWANT_CAPS=TRUE
54 @@ -60,5 +60,5 @@
55 $(cmake-utils_use_want fluidsynth SF2)
56 $(cmake-utils_use_want pch PCH)"
57
58 - cmake-utils_src_compile
59 + cmake-utils_src_configure
60 }
61
62
63
64 1.3 media-sound/lmms/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/ChangeLog?rev=1.3&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/ChangeLog?rev=1.3&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/ChangeLog?r1=1.2&r2=1.3
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v
73 retrieving revision 1.2
74 retrieving revision 1.3
75 diff -u -r1.2 -r1.3
76 --- ChangeLog 23 Sep 2008 21:00:59 -0000 1.2
77 +++ ChangeLog 2 Oct 2008 17:58:43 -0000 1.3
78 @@ -1,6 +1,10 @@
79 # ChangeLog for media-sound/lmms
80 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.2 2008/09/23 21:00:59 aballier Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.3 2008/10/02 17:58:43 aballier Exp $
83 +
84 + 02 Oct 2008; Alexis Ballier <aballier@g.o> lmms-0.4.0_rc2.ebuild:
85 + We need qt4 with the accessibility useflag turned on, bug #239294, fix by
86 + Thomas 'gimpel' Kuther
87
88 *lmms-0.4.0_rc2 (23 Sep 2008)