public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/lmms: lmms-0.4.0_rc2.ebuild ChangeLog
@ 2008-10-02 17:58 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2008-10-02 17:58 UTC (permalink / raw
  To: gentoo-commits

aballier    08/10/02 17:58:43

  Modified:             lmms-0.4.0_rc2.ebuild ChangeLog
  Log:
  We need qt4 with the accessibility useflag turned on, bug #239294, fix by Thomas 'gimpel' Kuther
  (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.2                  media-sound/lmms/lmms-0.4.0_rc2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/lmms-0.4.0_rc2.ebuild?rev=1.2&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/lmms-0.4.0_rc2.ebuild?r1=1.1&r2=1.2

Index: lmms-0.4.0_rc2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lmms/lmms-0.4.0_rc2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lmms-0.4.0_rc2.ebuild	23 Sep 2008 21:00:59 -0000	1.1
+++ lmms-0.4.0_rc2.ebuild	2 Oct 2008 17:58:43 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
-EAPI="1"
+EAPI="2"
 
 inherit eutils cmake-utils
 
@@ -20,8 +20,8 @@
 
 RDEPEND="|| ( (
 				x11-libs/qt-core
-				x11-libs/qt-gui
-			) >=x11-libs/qt-4.3.0:4 )
+				x11-libs/qt-gui[accessibility]
+			) >=x11-libs/qt-4.3.0:4[accessibility] )
 	>=media-libs/libsndfile-1.0.11
 	media-libs/libsamplerate
 	alsa? ( media-libs/alsa-lib )
@@ -43,7 +43,7 @@
 
 DOCS="README AUTHORS ChangeLog TODO"
 
-src_compile() {
+src_configure() {
 	mycmakeargs="${mycmakeargs}
 		-DWANT_SYSTEM_SR=TRUE
 		-DWANT_CAPS=TRUE
@@ -60,5 +60,5 @@
 		$(cmake-utils_use_want fluidsynth SF2)
 		$(cmake-utils_use_want pch PCH)"
 
-	cmake-utils_src_compile
+	cmake-utils_src_configure
 }



1.3                  media-sound/lmms/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lmms/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	23 Sep 2008 21:00:59 -0000	1.2
+++ ChangeLog	2 Oct 2008 17:58:43 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/lmms
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.2 2008/09/23 21:00:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/ChangeLog,v 1.3 2008/10/02 17:58:43 aballier Exp $
+
+  02 Oct 2008; Alexis Ballier <aballier@gentoo.org> lmms-0.4.0_rc2.ebuild:
+  We need qt4 with the accessibility useflag turned on, bug #239294, fix by
+  Thomas 'gimpel' Kuther
 
 *lmms-0.4.0_rc2 (23 Sep 2008)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-02 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 17:58 [gentoo-commits] gentoo-x86 commit in media-sound/lmms: lmms-0.4.0_rc2.ebuild ChangeLog Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox