From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qt9Wm-0001g0-DI for garchives@archives.gentoo.org; Tue, 16 Aug 2011 02:37:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0EBD21C396; Tue, 16 Aug 2011 02:37:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AFCBB21C393 for ; Tue, 16 Aug 2011 02:37:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFAB11B4043 for ; Tue, 16 Aug 2011 02:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 059F080040 for ; Tue, 16 Aug 2011 02:37:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <2f039c2b09bdc58abe3da1c0c59ce6746629a6a5.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild media-libs/mesa/metadata.xml X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2f039c2b09bdc58abe3da1c0c59ce6746629a6a5 Date: Tue, 16 Aug 2011 02:37:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: a4938a70aa3d6b9518cfbc719f4b978b commit: 2f039c2b09bdc58abe3da1c0c59ce6746629a6a5 Author: Matt Turner gmail com> AuthorDate: Tue Aug 16 02:32:57 2011 +0000 Commit: Matt Turner gmail com> CommitDate: Tue Aug 16 02:32:57 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D2f039c2b media-libs/mesa: add g3dvl/vdpau/xvmc to REQUIRED_USE --- media-libs/mesa/mesa-9999.ebuild | 7 +++++-- media-libs/mesa/metadata.xml | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index f741b96..010a192 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -57,6 +57,9 @@ REQUIRED_USE=3D" video_cards_r300? ( llvm ) video_cards_radeon? ( llvm ) ) + g3dvl? ( || ( vdpau xvmc ) ) + vdpau? ( g3dvl ) + xvmc? ( g3dvl ) video_cards_i810? ( classic ) video_cards_i915? ( classic ) video_cards_mach64? ( classic ) @@ -252,6 +255,8 @@ src_configure() { --with-state-trackers=3Dglx,dri$(use egl && echo ",egl")$(use openvg = && echo ",vega")$(use d3d && echo ",d3d1x") $(use_enable llvm gallium-llvm) $(use_enable openvg) + $(use_enable vdpau) + $(use_enable xvmc) " gallium_enable swrast gallium_enable video_cards_vmware svga @@ -292,8 +297,6 @@ src_configure() { $(use_enable !pic asm) \ $(use_enable shared-dricore) \ $(use_enable shared-glapi) \ - $(use_enable vdpau) \ - $(use_enable xvmc) \ --with-dri-drivers=3D${DRI_DRIVERS} \ --with-gallium-drivers=3D${GALLIUM_DRIVERS} \ ${myconf} diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index e3b237b..99a4ec7 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -16,7 +16,7 @@ disable optimized assembly code that is not PIC frie= ndly Enable sharing of common code for classic= DRI drivers. Enable sharing of common code for the OpenG= L API. - Enable the VDPAU acceleration interface. - Enable the XvMC acceleration interface. + Enable the VDPAU acceleration interface for the Ga= llium3D Video Layer. + Enable the XvMC acceleration interface for the Gall= ium3D Video Layer.