From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D3D91388CC for ; Thu, 7 Feb 2013 02:51:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26E3EE00D3; Thu, 7 Feb 2013 02:51:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B48AE00D3 for ; Thu, 7 Feb 2013 02:51:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87B7133DFFF for ; Thu, 7 Feb 2013 02:51:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 26E93E4073 for ; Thu, 7 Feb 2013 02:51:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1360205078.f35d49d1388f404dc965a90d9906cb7631020428.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: f35d49d1388f404dc965a90d9906cb7631020428 X-VCS-Branch: master Date: Thu, 7 Feb 2013 02:51:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9765b5c2-1903-430c-acde-11a43438c84c X-Archives-Hash: db765070bc37aee8bb35b4fa759e5ffa commit: f35d49d1388f404dc965a90d9906cb7631020428 Author: Matt Turner gmail com> AuthorDate: Thu Feb 7 02:44:38 2013 +0000 Commit: Matt Turner gmail com> CommitDate: Thu Feb 7 02:44:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f35d49d1 media-libs/mesa: Remove useless g3dvl USE flag It doesn't do anything. It's only useful if you want to detect XvMC/VDPAU availability. We don't. --- media-libs/mesa/mesa-9999.ebuild | 7 +------ media-libs/mesa/metadata.xml | 1 - 2 files changed, 1 insertions(+), 7 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 3cb360e..c12be11 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -46,21 +46,17 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - bindist +classic debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +nptl + bindist +classic debug +egl +gallium gbm gles1 gles2 +llvm +nptl openvg osmesa pax_kernel pic r600-llvm-compiler selinux +shared-glapi vdpau wayland xvmc xa xorg kernel_FreeBSD" REQUIRED_USE=" - g3dvl? ( gallium ) llvm? ( gallium ) openvg? ( egl gallium ) gbm? ( shared-glapi ) - g3dvl? ( || ( vdpau xvmc ) ) - vdpau? ( g3dvl ) r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeon ) ) xa? ( gallium ) xorg? ( gallium ) - xvmc? ( g3dvl ) video_cards_intel? ( || ( classic gallium ) ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) @@ -212,7 +208,6 @@ src_configure() { if use gallium; then myconf+=" - $(use_enable g3dvl gallium-g3dvl) $(use_enable llvm gallium-llvm) $(use_enable openvg) $(use_enable r600-llvm-compiler) diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index fef0d22..19fdbbe 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -7,7 +7,6 @@ Build drivers based on the classic architecture. Enable EGL support. Build drivers based on Gallium3D, the new architecture for 3D graphics drivers. - Enable video decode acceleration support for Gallium3D. Enable the Graphics Buffer Manager for EGL on KMS. Enable GLESv1 support. Enable GLESv2 support.