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 A034A138A1C for ; Fri, 21 Nov 2014 13:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8B07E096C; Fri, 21 Nov 2014 13:56:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 804A7E096C for ; Fri, 21 Nov 2014 13:56:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8651E34053D for ; Fri, 21 Nov 2014 13:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DBEDA9AD for ; Fri, 21 Nov 2014 13:56:54 +0000 (UTC) From: "David Heidelberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Heidelberger" Message-ID: <1416578124.99dc82f53e80b660f4d8afdb506b3b970e45a72d.okias@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: okias X-VCS-Committer-Name: David Heidelberger X-VCS-Revision: 99dc82f53e80b660f4d8afdb506b3b970e45a72d X-VCS-Branch: master Date: Fri, 21 Nov 2014 13:56:54 +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: 7c55a3c0-6906-45e8-872f-0c1052b0c252 X-Archives-Hash: 80081a2cc441d84ce7f65a5e71f66989 commit: 99dc82f53e80b660f4d8afdb506b3b970e45a72d Author: David Heidelberg ixit cz> AuthorDate: Fri Nov 21 13:55:24 2014 +0000 Commit: David Heidelberger gmail com> CommitDate: Fri Nov 21 13:55:24 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=99dc82f5 media-libs/mesa: drop openvg support configure: error: Cannot enable OpenVG, because egl_gallium has been removed and OpenVG hasn't been integrated into standard libEGL yet Signed-off-by: David Heidelberg ixit.cz> --- media-libs/mesa/mesa-9999.ebuild | 4 +--- media-libs/mesa/metadata.xml | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index e9f0800..4120974 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -50,13 +50,12 @@ done IUSE="${IUSE_VIDEO_CARDS} bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm - +nptl opencl openvg osmesa pax_kernel openmax pic r600-llvm-compiler selinux + +nptl opencl osmesa pax_kernel openmax pic r600-llvm-compiler selinux vaapi vdpau wayland xvmc xa kernel_FreeBSD" REQUIRED_USE=" d3d9? ( gallium dri3 ) llvm? ( gallium ) - openvg? ( egl gallium ) opencl? ( gallium video_cards_r600? ( r600-llvm-compiler ) @@ -258,7 +257,6 @@ multilib_src_configure() { myconf+=" $(use_enable d3d9 nine) $(use_enable llvm gallium-llvm) - $(use_enable openvg) $(use_enable openmax omx) $(use_enable r600-llvm-compiler) $(use_enable vaapi va) diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index 69cb2f1..625b06b 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -15,7 +15,6 @@ Enable LLVM backend for Gallium3D. Enable the Clover Gallium OpenCL state tracker. Enable OpenMAX video decode/encode acceleration for Gallium3D. - Enable the OpenVG 2D acceleration API for Gallium3D. Build the Mesa library for off-screen rendering. Enable if the user plans to run the package under a pax enabled hardened kernel disable optimized assembly code that is not PIC friendly