commit: cdac2757d0bdd9582146655e47918978aa92f509 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 15 09:33:10 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 15 09:51:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdac2757
games-emulation/mupen64plus-video-glide*: Switch to bundled txc_dxtn Bug: https://bugs.gentoo.org/654470 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../mupen64plus-video-glide64mk2-2.5.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 2f051e1e4bd..6372f0107c0 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 )
