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-8.0.4-r1.ebuild ChangeLog
Date: Thu, 30 Jan 2014 17:16:00
Message-Id: 20140130171557.02B5B2004C@flycatcher.gentoo.org
1 chithanh 14/01/30 17:15:56
2
3 Modified: mesa-8.0.4-r1.ebuild ChangeLog
4 Log:
5 Drop wayland support from old mesa, as it depends on obsolete wayland versions.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.17 media-libs/mesa/mesa-8.0.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-8.0.4-r1.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-8.0.4-r1.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-8.0.4-r1.ebuild?r1=1.16&r2=1.17
15
16 Index: mesa-8.0.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.4-r1.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- mesa-8.0.4-r1.ebuild 26 Jan 2014 20:28:12 -0000 1.16
23 +++ mesa-8.0.4-r1.ebuild 30 Jan 2014 17:15:56 -0000 1.17
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.4-r1.ebuild,v 1.16 2014/01/26 20:28:12 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.4-r1.ebuild,v 1.17 2014/01/30 17:15:56 chithanh Exp $
29
30 EAPI=4
31
32 @@ -47,7 +47,7 @@
33 done
34
35 IUSE="${IUSE_VIDEO_CARDS}
36 - bindist +classic debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic selinux shared-dricore +shared-glapi vdpau wayland xa xvmc kernel_FreeBSD"
37 + bindist +classic debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic selinux shared-dricore +shared-glapi vdpau xa xvmc kernel_FreeBSD"
38
39 REQUIRED_USE="
40 g3dvl? ( gallium )
41 @@ -93,7 +93,6 @@
42 x11-libs/libXxf86vm
43 >=x11-libs/libxcb-1.8
44 vdpau? ( >=x11-libs/libvdpau-0.4.1 )
45 - wayland? ( =dev-libs/wayland-0.95.0 )
46 xvmc? ( >=x11-libs/libXvMC-1.0.6 )
47 ${LIBDRM_DEPSTRING}[video_cards_nouveau?,video_cards_vmware?]
48 video_cards_nouveau? ( <x11-libs/libdrm-2.4.34 )
49 @@ -202,7 +201,7 @@
50
51 if use egl; then
52 myconf+="
53 - --with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm")
54 + --with-egl-platforms=x11$(use gbm && echo ",drm")
55 $(use_enable gallium gallium-egl)
56 "
57 fi
58
59
60
61 1.536 media-libs/mesa/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.536&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.536&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.535&r2=1.536
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
70 retrieving revision 1.535
71 retrieving revision 1.536
72 diff -u -r1.535 -r1.536
73 --- ChangeLog 26 Jan 2014 20:30:04 -0000 1.535
74 +++ ChangeLog 30 Jan 2014 17:15:56 -0000 1.536
75 @@ -1,6 +1,11 @@
76 # ChangeLog for media-libs/mesa
77 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.535 2014/01/26 20:30:04 mattst88 Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.536 2014/01/30 17:15:56 chithanh Exp $
80 +
81 + 30 Jan 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
82 + mesa-8.0.4-r1.ebuild:
83 + Drop wayland support from old mesa, as it depends on obsolete wayland
84 + versions.
85
86 26 Jan 2014; Matt Turner <mattst88@g.o>
87 files/mesa-10.0.2-update-glxext.h.patch: