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-10.4.4.ebuild ChangeLog
Date: Tue, 10 Feb 2015 09:47:57
Message-Id: 20150210094752.BE2A511725@oystercatcher.gentoo.org
1 chithanh 15/02/10 09:47:52
2
3 Modified: mesa-10.4.4.ebuild ChangeLog
4 Log:
5 Re-apply build and dependency fixes which were mistakenly dropped, bug #538086.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
8
9 Revision Changes Path
10 1.2 media-libs/mesa/mesa-10.4.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild?r1=1.1&r2=1.2
15
16 Index: mesa-10.4.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mesa-10.4.4.ebuild 8 Feb 2015 19:11:00 -0000 1.1
23 +++ mesa-10.4.4.ebuild 10 Feb 2015 09:47:52 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v 1.1 2015/02/08 19:11:00 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v 1.2 2015/02/10 09:47:52 chithanh Exp $
29
30 EAPI=5
31
32 @@ -80,7 +80,7 @@
33 video_cards_radeon? ( || ( classic gallium ) )
34 video_cards_r100? ( classic )
35 video_cards_r200? ( classic )
36 - video_cards_r300? ( gallium )
37 + video_cards_r300? ( gallium llvm )
38 video_cards_r600? ( gallium )
39 video_cards_radeonsi? ( gallium llvm )
40 video_cards_vmware? ( gallium )
41 @@ -127,6 +127,10 @@
42 opencl? (
43 app-admin/eselect-opencl
44 dev-libs/libclc
45 + || (
46 + >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
47 + >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
48 + )
49 )
50 openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
51 vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] )
52 @@ -210,6 +214,8 @@
53 epatch
54 fi
55
56 + epatch "${FILESDIR}"/${PN}-10.3.7-dont-use-clrsb.patch
57 +
58 # fix for hardened pax_kernel, bug 240956
59 [[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch
60
61
62
63
64 1.603 media-libs/mesa/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.603&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.603&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.602&r2=1.603
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
73 retrieving revision 1.602
74 retrieving revision 1.603
75 diff -u -r1.602 -r1.603
76 --- ChangeLog 8 Feb 2015 20:07:10 -0000 1.602
77 +++ ChangeLog 10 Feb 2015 09:47:52 -0000 1.603
78 @@ -1,6 +1,11 @@
79 # ChangeLog for media-libs/mesa
80 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.602 2015/02/08 20:07:10 chithanh Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.603 2015/02/10 09:47:52 chithanh Exp $
83 +
84 + 10 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
85 + mesa-10.4.4.ebuild:
86 + Re-apply build and dependency fixes which were mistakenly dropped, bug
87 + #538086.
88
89 *mesa-10.3.7-r1 (08 Feb 2015)
90 *mesa-10.3.7-r2 (08 Feb 2015)