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:43
Message-Id: 1568541082.cdac2757d0bdd9582146655e47918978aa92f509.mgorny@gentoo
1 commit: cdac2757d0bdd9582146655e47918978aa92f509
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 09:33:10 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 09:51:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdac2757
7
8 games-emulation/mupen64plus-video-glide*: Switch to bundled txc_dxtn
9
10 Bug: https://bugs.gentoo.org/654470
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 .../mupen64plus-video-glide64mk2-2.5.9.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
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 2f051e1e4bd..6372f0107c0 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 @@ -19,7 +19,6 @@ IUSE="gles2 hires cpu_flags_x86_sse"
21 RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2=]
22 media-libs/libpng:0=
23 media-libs/libsdl2:0=[video]
24 - media-libs/libtxc_dxtn
25 sys-libs/zlib:0=
26 virtual/opengl:0=
27 gles2? ( media-libs/libsdl2:0[gles] )
28 @@ -74,8 +73,9 @@ src_compile() {
29 HIRES=$(usex hires 1 0)
30 USE_FRAMESKIPPER=1
31 USE_GLES=$(usex gles2 1 0)
32 - # use external lib
33 - TXCDXTN=1
34 + # use bundled lib
35 + # https://bugs.gentoo.org/654470
36 + TXCDXTN=0
37 )
38
39 use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )