From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95AA2138334 for ; Sun, 15 Sep 2019 09:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B649E0934; Sun, 15 Sep 2019 09:51:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFC38E0934 for ; Sun, 15 Sep 2019 09:51:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2C7034B1DC for ; Sun, 15 Sep 2019 09:51:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 391757FF for ; Sun, 15 Sep 2019 09:51:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568541082.cdac2757d0bdd9582146655e47918978aa92f509.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus-video-glide64mk2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mupen64plus-video-glide64mk2/mupen64plus-video-glide64mk2-2.5.9.ebuild X-VCS-Directories: games-emulation/mupen64plus-video-glide64mk2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cdac2757d0bdd9582146655e47918978aa92f509 X-VCS-Branch: master Date: Sun, 15 Sep 2019 09:51:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a3fa875a-830a-43fa-8da4-b77a8a6c4c0c X-Archives-Hash: c077ba63728bce3b3408955aa2b4a39c commit: cdac2757d0bdd9582146655e47918978aa92f509 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 15 09:33:10 2019 +0000 Commit: Michał Górny gentoo 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 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 )