Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/
Date: Sat, 27 Jun 2020 13:09:16
Message-Id: 1593263347.b72c2184db8e5a08e8b34966acd1d4b787ed5dd1.slyfox@gentoo
1 commit: b72c2184db8e5a08e8b34966acd1d4b787ed5dd1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 13:08:59 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 13:09:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72c2184
7
8 games-emulation/dolphin: use bundled vulkan-headers
9
10 Gentoo's dev-util/vulkan-headers removed API that dolphin relied on.
11 Let's sue bundled headers. Fix is proposed by Gabriel Marcano.
12
13 Reported-by: Gabriel Marcano
14 Closes: https://bugs.gentoo.org/729832
15 Package-Manager: Portage-2.3.103, Repoman-2.3.23
16 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
17
18 games-emulation/dolphin/dolphin-9999.ebuild | 7 ++++++-
19 1 file changed, 6 insertions(+), 1 deletion(-)
20
21 diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild
22 index 9645554b04f..55392d47b0f 100644
23 --- a/games-emulation/dolphin/dolphin-9999.ebuild
24 +++ b/games-emulation/dolphin/dolphin-9999.ebuild
25 @@ -61,7 +61,6 @@ RDEPEND="
26 "
27 DEPEND="${RDEPEND}
28 app-arch/zip
29 - dev-util/vulkan-headers
30 media-libs/freetype
31 sys-devel/gettext
32 virtual/pkgconfig"
33 @@ -79,6 +78,12 @@ src_prepare() {
34 local KEEP_SOURCES=(
35 Bochs_disasm
36 FreeSurround
37 +
38 + # vulkan's API is not backwards-compatible:
39 + # new release dropped VK_PRESENT_MODE_RANGE_SIZE_KHR
40 + # but dolphin still relies on it, bug #729832
41 + Vulkan
42 +
43 cpp-optparse
44 # no support for for using system library
45 glslang