summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-14 16:59:58 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-14 16:59:58 +0000
commit09ff77f0a0e797b6b1c177cbde10fa59877c63fc (patch)
tree3059bb20c7f6ea708e88313448eb5989f6bc1c5b
parentUse JAVA_PKG_WANT_BUILD_VM for selecting VM. Obsoletes handle migration code. (diff)
downloadgentoo-2-09ff77f0a0e797b6b1c177cbde10fa59877c63fc.tar.gz
gentoo-2-09ff77f0a0e797b6b1c177cbde10fa59877c63fc.tar.bz2
gentoo-2-09ff77f0a0e797b6b1c177cbde10fa59877c63fc.zip
Add USE flag for XA architecture.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
-rw-r--r--media-libs/mesa/ChangeLog6
-rw-r--r--media-libs/mesa/mesa-8.0.1-r2.ebuild6
-rw-r--r--media-libs/mesa/metadata.xml1
3 files changed, 10 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index f0d2095e9511..36c5cf146ed4 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.388 2012/03/04 21:09:15 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.389 2012/03/14 16:59:58 chithanh Exp $
+
+ 14 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ mesa-8.0.1-r2.ebuild, metadata.xml:
+ Add USE flag for XA architecture.
04 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
-mesa-8.0.1-r1.ebuild:
diff --git a/media-libs/mesa/mesa-8.0.1-r2.ebuild b/media-libs/mesa/mesa-8.0.1-r2.ebuild
index a9a260320f4a..7007312d05f9 100644
--- a/media-libs/mesa/mesa-8.0.1-r2.ebuild
+++ b/media-libs/mesa/mesa-8.0.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.1-r2.ebuild,v 1.1 2012/03/03 12:33:08 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.1-r2.ebuild,v 1.2 2012/03/14 16:59:58 chithanh Exp $
EAPI=4
@@ -47,7 +47,7 @@ for card in ${VIDEO_CARDS}; do
done
IUSE="${IUSE_VIDEO_CARDS}
- bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic selinux shared-dricore +shared-glapi vdpau wayland xvmc kernel_FreeBSD"
+ bindist +classic d3d 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"
REQUIRED_USE="
d3d? ( gallium )
@@ -57,6 +57,7 @@ REQUIRED_USE="
gbm? ( shared-glapi )
g3dvl? ( || ( vdpau xvmc ) )
vdpau? ( g3dvl )
+ xa? ( gallium )
xvmc? ( g3dvl )
video_cards_intel? ( || ( classic gallium ) )
video_cards_i915? ( || ( classic gallium ) )
@@ -208,6 +209,7 @@ src_configure() {
$(use_enable llvm gallium-llvm)
$(use_enable openvg)
$(use_enable vdpau)
+ $(use_enable xa)
$(use_enable xvmc)
"
gallium_enable swrast
diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml
index 0edd9e1f30e0..0934a9d7c90c 100644
--- a/media-libs/mesa/metadata.xml
+++ b/media-libs/mesa/metadata.xml
@@ -21,6 +21,7 @@
<flag name='shared-glapi'>Enable sharing of common code for the OpenGL API.</flag>
<flag name='vdpau'>Enable the VDPAU acceleration interface for the Gallium3D Video Layer.</flag>
<flag name='wayland'>Enable support for dev-libs/wayland</flag>
+ <flag name='xa'>Enable the XA (X Acceleration) API for Gallium3D.</flag>
<flag name='xvmc'>Enable the XvMC acceleration interface for the Gallium3D Video Layer.</flag>
</use>
</pkgmetadata>