Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-7.11.ebuild ChangeLog
Date: Sun, 18 Sep 2011 15:45:34
Message-Id: 20110918154524.E4E262004C@flycatcher.gentoo.org
1 mattst88 11/09/18 15:45:24
2
3 Modified: mesa-7.11.ebuild ChangeLog
4 Log:
5 Only allow openvg to be enabled with USE=gallium, bug 377689
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 media-libs/mesa/mesa-7.11.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild?r1=1.8&r2=1.9
15
16 Index: mesa-7.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- mesa-7.11.ebuild 16 Sep 2011 19:32:56 -0000 1.8
23 +++ mesa-7.11.ebuild 18 Sep 2011 15:45:24 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.8 2011/09/16 19:32:56 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.9 2011/09/18 15:45:24 mattst88 Exp $
29
30 EAPI=3
31
32 @@ -187,7 +187,6 @@
33 $(use_enable gles gles1)
34 $(use_enable gles gles2)
35 $(use_enable egl)
36 - $(use_enable openvg)
37 "
38 if use egl; then
39 use shared-glapi || die "egl needs shared-glapi. Please either enable shared-glapi or disable the egl use flag ."
40 @@ -205,6 +204,7 @@
41 myconf+="
42 --with-state-trackers=glx,dri$(use egl && echo ",egl")$(use openvg && echo ",vega")
43 $(use_enable llvm gallium-llvm)
44 + $(use_enable openvg)
45 "
46 gallium_enable swrast
47 gallium_enable video_cards_vmware svga
48
49
50
51 1.366 media-libs/mesa/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.366&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.366&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.365&r2=1.366
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
60 retrieving revision 1.365
61 retrieving revision 1.366
62 diff -u -r1.365 -r1.366
63 --- ChangeLog 16 Sep 2011 19:32:56 -0000 1.365
64 +++ ChangeLog 18 Sep 2011 15:45:24 -0000 1.366
65 @@ -1,6 +1,9 @@
66 # ChangeLog for media-libs/mesa
67 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.365 2011/09/16 19:32:56 mattst88 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.366 2011/09/18 15:45:24 mattst88 Exp $
70 +
71 + 18 Sep 2011; Matt Turner <mattst88@g.o> mesa-7.11.ebuild:
72 + Only allow openvg to be enabled with USE=gallium, bug 377689
73
74 16 Sep 2011; Matt Turner <mattst88@g.o> mesa-7.9.2.ebuild,
75 mesa-7.10.2.ebuild, mesa-7.10.2-r1.ebuild, mesa-7.10.3.ebuild,