chithanh 15/02/10 09:47:52 Modified: mesa-10.4.4.ebuild ChangeLog Log: Re-apply build and dependency fixes which were mistakenly dropped, bug #538086. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.2 media-libs/mesa/mesa-10.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild?r1=1.1&r2=1.2 Index: mesa-10.4.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mesa-10.4.4.ebuild 8 Feb 2015 19:11:00 -0000 1.1 +++ mesa-10.4.4.ebuild 10 Feb 2015 09:47:52 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v 1.1 2015/02/08 19:11:00 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v 1.2 2015/02/10 09:47:52 chithanh Exp $ EAPI=5 @@ -80,7 +80,7 @@ video_cards_radeon? ( || ( classic gallium ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) - video_cards_r300? ( gallium ) + video_cards_r300? ( gallium llvm ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vmware? ( gallium ) @@ -127,6 +127,10 @@ opencl? ( app-admin/eselect-opencl dev-libs/libclc + || ( + >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}] + >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}] + ) ) openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] ) @@ -210,6 +214,8 @@ epatch fi + epatch "${FILESDIR}"/${PN}-10.3.7-dont-use-clrsb.patch + # fix for hardened pax_kernel, bug 240956 [[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch 1.603 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.603&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.603&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.602&r2=1.603 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.602 retrieving revision 1.603 diff -u -r1.602 -r1.603 --- ChangeLog 8 Feb 2015 20:07:10 -0000 1.602 +++ ChangeLog 10 Feb 2015 09:47:52 -0000 1.603 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.602 2015/02/08 20:07:10 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.603 2015/02/10 09:47:52 chithanh Exp $ + + 10 Feb 2015; Chí-Thanh Christopher Nguyễn <[email protected]> + mesa-10.4.4.ebuild: + Re-apply build and dependency fixes which were mistakenly dropped, bug + #538086. *mesa-10.3.7-r1 (08 Feb 2015) *mesa-10.3.7-r2 (08 Feb 2015)
