Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-9.0.3.ebuild mesa-9.1.3.ebuild ChangeLog
Date: Sat, 01 Jun 2013 04:47:11
Message-Id: 20130601044705.C0A9B2171D@flycatcher.gentoo.org
1 chithanh 13/06/01 04:47:05
2
3 Modified: mesa-9.0.3.ebuild mesa-9.1.3.ebuild ChangeLog
4 Log:
5 Require egl with wayland, bug #467882.
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 media-libs/mesa/mesa-9.0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild?r1=1.5&r2=1.6
15
16 Index: mesa-9.0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- mesa-9.0.3.ebuild 9 May 2013 20:15:10 -0000 1.5
23 +++ mesa-9.0.3.ebuild 1 Jun 2013 04:47:05 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v 1.5 2013/05/09 20:15:10 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.3.ebuild,v 1.6 2013/06/01 04:47:05 chithanh Exp $
29
30 EAPI=4
31
32 @@ -58,6 +58,7 @@
33 g3dvl? ( || ( vdpau xvmc ) )
34 vdpau? ( g3dvl )
35 r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeon ) )
36 + wayland? ( egl )
37 xa? ( gallium )
38 xorg? ( gallium )
39 xvmc? ( g3dvl )
40
41
42
43 1.2 media-libs/mesa/mesa-9.1.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.1.3.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.1.3.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.1.3.ebuild?r1=1.1&r2=1.2
48
49 Index: mesa-9.1.3.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.1.3.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- mesa-9.1.3.ebuild 23 May 2013 00:29:18 -0000 1.1
56 +++ mesa-9.1.3.ebuild 1 Jun 2013 04:47:05 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2013 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.1.3.ebuild,v 1.1 2013/05/23 00:29:18 chithanh Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.1.3.ebuild,v 1.2 2013/06/01 04:47:05 chithanh Exp $
62
63 EAPI=5
64
65 @@ -59,6 +59,7 @@
66 gles1? ( egl )
67 gles2? ( egl )
68 r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeon ) )
69 + wayland? ( egl )
70 xa? ( gallium )
71 xorg? ( gallium )
72 video_cards_intel? ( || ( classic gallium ) )
73
74
75
76 1.486 media-libs/mesa/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.486&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.486&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.485&r2=1.486
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
85 retrieving revision 1.485
86 retrieving revision 1.486
87 diff -u -r1.485 -r1.486
88 --- ChangeLog 28 May 2013 13:27:33 -0000 1.485
89 +++ ChangeLog 1 Jun 2013 04:47:05 -0000 1.486
90 @@ -1,6 +1,10 @@
91 # ChangeLog for media-libs/mesa
92 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.485 2013/05/28 13:27:33 chithanh Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.486 2013/06/01 04:47:05 chithanh Exp $
95 +
96 + 01 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
97 + mesa-9.0.3.ebuild, mesa-9.1.3.ebuild:
98 + Require egl with wayland, bug #467882.
99
100 *mesa-9.2_pre20130528 (28 May 2013)