mattst88 14/03/13 23:21:42 Modified: mesa-10.1.0.ebuild metadata.xml ChangeLog Log: Add dri3 USE flag, and add udev as a dependency, bug #504356. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.4 media-libs/mesa/mesa-10.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.0.ebuild?r1=1.3&r2=1.4 Index: mesa-10.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mesa-10.1.0.ebuild 9 Mar 2014 18:38:01 -0000 1.3 +++ mesa-10.1.0.ebuild 13 Mar 2014 23:21:42 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.0.ebuild,v 1.3 2014/03/09 18:38:01 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.0.ebuild,v 1.4 2014/03/13 23:21:42 mattst88 Exp $ EAPI=5 @@ -49,7 +49,7 @@ done IUSE="${IUSE_VIDEO_CARDS} - bindist +classic debug +egl +gallium gbm gles1 gles2 +llvm +nptl + bindist +classic debug +dri3 +egl +gallium gbm gles1 gles2 +llvm +nptl +llvm-shared-libs opencl openvg osmesa pax_kernel pic r600-llvm-compiler selinux vdpau wayland xvmc xa kernel_FreeBSD" @@ -95,6 +95,7 @@ >=app-admin/eselect-opengl-1.2.7 dev-libs/expat[${MULTILIB_USEDEP}] gbm? ( virtual/udev[${MULTILIB_USEDEP}] ) + dri3? ( virtual/udev[${MULTILIB_USEDEP}] ) >=x11-libs/libX11-1.3.99.901[${MULTILIB_USEDEP}] >=x11-libs/libxshmfence-1.1[${MULTILIB_USEDEP}] x11-libs/libXdamage[${MULTILIB_USEDEP}] @@ -154,8 +155,10 @@ sys-devel/flex virtual/pkgconfig >=x11-proto/dri2proto-2.6[${MULTILIB_USEDEP}] - >=x11-proto/dri3proto-1.0[${MULTILIB_USEDEP}] - >=x11-proto/presentproto-1.0[${MULTILIB_USEDEP}] + dri3? ( + >=x11-proto/dri3proto-1.0[${MULTILIB_USEDEP}] + >=x11-proto/presentproto-1.0[${MULTILIB_USEDEP}] + ) >=x11-proto/glproto-1.4.15-r1[${MULTILIB_USEDEP}] >=x11-proto/xextproto-7.0.99.1[${MULTILIB_USEDEP}] x11-proto/xf86driproto[${MULTILIB_USEDEP}] @@ -311,6 +314,7 @@ --enable-shared-glapi \ $(use_enable !bindist texture-float) \ $(use_enable debug) \ + $(use_enable dri3) \ $(use_enable egl) \ $(use_enable gbm) \ $(use_enable gles1) \ 1.21 media-libs/mesa/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/metadata.xml?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/metadata.xml?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/metadata.xml?r1=1.20&r2=1.21 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/metadata.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- metadata.xml 8 Mar 2014 19:29:01 -0000 1.20 +++ metadata.xml 13 Mar 2014 23:21:42 -0000 1.21 @@ -5,6 +5,7 @@ <use> <flag name='bindist'>Disable patent-encumbered ARB_texture_float, EXT_texture_shared_exponent, and EXT_packed_float extensions.</flag> <flag name='classic'>Build drivers based on the classic architecture.</flag> + <flag name='dri3'>Enable DRI3 support.</flag> <flag name='egl'>Enable EGL support.</flag> <flag name='gallium'>Build drivers based on Gallium3D, the new architecture for 3D graphics drivers.</flag> <flag name='g3dvl'>Enable video decode acceleration support for Gallium3D.</flag> 1.544 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.544&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.544&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.543&r2=1.544 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.543 retrieving revision 1.544 diff -u -r1.543 -r1.544 --- ChangeLog 9 Mar 2014 18:38:01 -0000 1.543 +++ ChangeLog 13 Mar 2014 23:21:42 -0000 1.544 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.543 2014/03/09 18:38:01 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.544 2014/03/13 23:21:42 mattst88 Exp $ + + 13 Mar 2014; Matt Turner <[email protected]> mesa-10.1.0.ebuild, + metadata.xml: + Add dri3 USE flag, and add udev as a dependency, bug #504356. 09 Mar 2014; Matt Turner <[email protected]> mesa-10.1.0.ebuild: Update libxshmfence dependency to 1.1, bug #503932.
