Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-video-glide64mk2/
Date: Sun, 15 Sep 2019 09:51:42
Message-Id: 1568541080.17bdf69c3a6c1185622e06a23ef10cbcf339d216.mgorny@gentoo
1 commit: 17bdf69c3a6c1185622e06a23ef10cbcf339d216
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 09:19:00 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 09:51:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17bdf69c
7
8 games-emulation/mupen64plus-video-glide64mk2: Depend on sdl2[gles?]
9
10 Closes: https://bugs.gentoo.org/654542
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../mupen64plus-video-glide64mk2-2.5.9.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild
17 index fd94816f8e8..2f051e1e4bd 100644
18 --- a/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild
19 +++ b/games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild
20 @@ -18,10 +18,11 @@ IUSE="gles2 hires cpu_flags_x86_sse"
21
22 RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2=]
23 media-libs/libpng:0=
24 - media-libs/libsdl2:0=
25 + media-libs/libsdl2:0=[video]
26 media-libs/libtxc_dxtn
27 sys-libs/zlib:0=
28 virtual/opengl:0=
29 + gles2? ( media-libs/libsdl2:0[gles] )
30 hires? ( dev-libs/boost:0= )"
31 DEPEND="${RDEPEND}
32 virtual/pkgconfig"