From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66DE0139695 for ; Mon, 15 May 2017 18:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FAE3E0C78; Mon, 15 May 2017 18:35:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16434E0C78 for ; Mon, 15 May 2017 18:35:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB51B3416CE for ; Mon, 15 May 2017 18:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 356EB7441 for ; Mon, 15 May 2017 18:35:05 +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: <1494873296.f2714d748289ee25c7dc4ae3704973b88fff36a4.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo 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: f2714d748289ee25c7dc4ae3704973b88fff36a4 X-VCS-Branch: master Date: Mon, 15 May 2017 18:35:05 +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: 346ed62f-2270-4ce6-98ce-1b13b43004bf X-Archives-Hash: b5ee04b43750f0de94310040a6d2e29e commit: f2714d748289ee25c7dc4ae3704973b88fff36a4 Author: Matt Turner gentoo org> AuthorDate: Mon May 15 17:30:20 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon May 15 18:34:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2714d74 media-libs/mesa: Add optional dependency on sys-libs/libunwind Bug: https://bugs.gentoo.org/618164 media-libs/mesa/mesa-9999.ebuild | 8 +++++--- media-libs/mesa/metadata.xml | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 93e5bd61047..2a6e279fd59 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -40,9 +40,9 @@ for card in ${VIDEO_CARDS}; do done IUSE="${IUSE_VIDEO_CARDS} - bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm - +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind vdpau - vulkan wayland xvmc xa" + bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind + +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind + vdpau vulkan wayland xvmc xa" REQUIRED_USE=" d3d9? ( dri3 gallium ) @@ -93,6 +93,7 @@ RDEPEND=" >=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}] x11-libs/libXfixes:=[${MULTILIB_USEDEP}] + unwind? ( sys-libs/libunwind ) llvm? ( video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] @@ -313,6 +314,7 @@ multilib_src_configure() { $(use_enable gles1) \ $(use_enable gles2) \ $(use_enable nptl glx-tls) \ + $(use_enable unwind libunwind) \ --enable-valgrind=$(usex valgrind auto no) \ --enable-llvm-shared-libs \ --with-dri-drivers=${DRI_DRIVERS} \ diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index 054cb72a186..602443d2497 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -17,6 +17,7 @@ Enable GLESv1 support. Enable GLESv2 support. Use dev-libs/libressl for low level sha1 utility functions. + Add support for stack trace unwinding and function name resolution Enable LLVM backend for Gallium3D. Use dev-libs/nettle for low level sha1 utility functions. Enable the Clover Gallium OpenCL state tracker.