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 1QiOek-0004Mv-3d for garchives@archives.gentoo.org; Sun, 17 Jul 2011 10:33:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2B8821C0B4; Sun, 17 Jul 2011 10:32:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF3C721C0B4 for ; Sun, 17 Jul 2011 10:32:53 +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 9BA362AC004 for ; Sun, 17 Jul 2011 10:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C63B08003D for ; Sun, 17 Jul 2011 10:32:51 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <9d366014948383ac4712e593f7190fd8687793bc.chithead@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: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 9d366014948383ac4712e593f7190fd8687793bc Date: Sun, 17 Jul 2011 10:32:51 +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: a1667cc1e41e1266b33435e5ec41e78e commit: 9d366014948383ac4712e593f7190fd8687793bc Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sun Jul 17 10:32:42 2011 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Sun Jul 17 10:32:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D9d366014 media-libs/mesa: drop nonfunctional VA-API support that depends on old li= bva. --- media-libs/mesa/mesa-9999.ebuild | 4 +--- media-libs/mesa/metadata.xml | 1 - 2 files changed, 1 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 6a8c687..0884e3c 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -45,7 +45,7 @@ for card in ${VIDEO_CARDS}; do done =20 IUSE=3D"${IUSE_VIDEO_CARDS} - bindist +classic d3d debug +egl g3dvl +gallium gles +llvm motif +nptl o= penvg pic selinux shared-dricore +shared-glapi vaapi vdpau wayland xvmc k= ernel_FreeBSD" + bindist +classic d3d debug +egl g3dvl +gallium gles +llvm motif +nptl o= penvg pic selinux shared-dricore +shared-glapi vdpau wayland xvmc kernel_= FreeBSD" =20 LIBDRM_DEPSTRING=3D">=3Dx11-libs/libdrm-2.4.24" # not a runtime dependency of this package, but dependency of packages w= hich @@ -76,7 +76,6 @@ RDEPEND=3D"${EXTERNAL_DEPEND} gallium? ( llvm? ( >=3Dsys-devel/llvm-2.9 ) ) - vaapi? ( x11-libs/libva ) vdpau? ( >=3Dx11-libs/libvdpau-0.4.1 ) wayland? ( x11-base/wayland ) xvmc? ( x11-libs/libXvMC ) @@ -279,7 +278,6 @@ src_configure() { $(use_enable !pic asm) \ $(use_enable shared-dricore) \ $(use_enable shared-glapi) \ - $(use_enable vaapi va) \ $(use_enable vdpau) \ $(use_enable xvmc) \ --with-dri-drivers=3D${DRI_DRIVERS} \ diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index d1fd3ca..430cbe5 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -14,7 +14,6 @@ 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 VA-API acceleration interface. Enable the VDPAU acceleration interface. Enable the XvMC acceleration interface.