From: Michał Górny Date: Sun, 15 Sep 2019 09:33:10 +0000 (+0200) Subject: games-emulation/mupen64plus-video-glide*: Switch to bundled txc_dxtn X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cdac2757d0bdd9582146655e47918978aa92f509;p=gentoo.git games-emulation/mupen64plus-video-glide*: Switch to bundled txc_dxtn Bug: https://bugs.gentoo.org/654470 Signed-off-by: Michał Górny --- 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 index 2f051e1e4bd8..6372f0107c02 100644 --- 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 @@ -19,7 +19,6 @@ IUSE="gles2 hires cpu_flags_x86_sse" RDEPEND=">=games-emulation/mupen64plus-core-2.5:0=[gles2=] media-libs/libpng:0= media-libs/libsdl2:0=[video] - media-libs/libtxc_dxtn sys-libs/zlib:0= virtual/opengl:0= gles2? ( media-libs/libsdl2:0[gles] ) @@ -74,8 +73,9 @@ src_compile() { HIRES=$(usex hires 1 0) USE_FRAMESKIPPER=1 USE_GLES=$(usex gles2 1 0) - # use external lib - TXCDXTN=1 + # use bundled lib + # https://bugs.gentoo.org/654470 + TXCDXTN=0 ) use amd64 && MAKEARGS+=( HOST_CPU=x86_64 )