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 003301382C5 for ; Sat, 27 Jun 2020 13:09:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20E36E08FA; Sat, 27 Jun 2020 13:09:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09D8DE08FA for ; Sat, 27 Jun 2020 13:09:16 +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 2261834F219 for ; Sat, 27 Jun 2020 13:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E22C2A5 for ; Sat, 27 Jun 2020 13:09:12 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1593263347.b72c2184db8e5a08e8b34966acd1d4b787ed5dd1.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b72c2184db8e5a08e8b34966acd1d4b787ed5dd1 X-VCS-Branch: master Date: Sat, 27 Jun 2020 13:09:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f44b6c21-50f6-4e09-885f-d9df8a00d08d X-Archives-Hash: eb611ae3cb134ca36f3dc726f6ecbe53 commit: b72c2184db8e5a08e8b34966acd1d4b787ed5dd1 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 27 13:08:59 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 27 13:09:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72c2184 games-emulation/dolphin: use bundled vulkan-headers Gentoo's dev-util/vulkan-headers removed API that dolphin relied on. Let's sue bundled headers. Fix is proposed by Gabriel Marcano. Reported-by: Gabriel Marcano Closes: https://bugs.gentoo.org/729832 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> games-emulation/dolphin/dolphin-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 9645554b04f..55392d47b0f 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -61,7 +61,6 @@ RDEPEND=" " DEPEND="${RDEPEND} app-arch/zip - dev-util/vulkan-headers media-libs/freetype sys-devel/gettext virtual/pkgconfig" @@ -79,6 +78,12 @@ src_prepare() { local KEEP_SOURCES=( Bochs_disasm FreeSurround + + # vulkan's API is not backwards-compatible: + # new release dropped VK_PRESENT_MODE_RANGE_SIZE_KHR + # but dolphin still relies on it, bug #729832 + Vulkan + cpp-optparse # no support for for using system library glslang