Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639262 - media-libs/mesa-17.3.0 - media-libs/libtxc_dxtn is not needed anymore
Summary: media-libs/mesa-17.3.0 - media-libs/libtxc_dxtn is not needed anymore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-30 02:27 UTC by Alexander Tsoy
Modified: 2017-11-30 06:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2017-11-30 02:27:22 UTC
Please remove misleading message about media-libs/libtxc_dxtn from mesa-17.3* ebuild:

    if ! has_version media-libs/libtxc_dxtn; then
        elog "Note that in order to have full S3TC support, it is necessary to install"
        elog "media-libs/libtxc_dxtn as well. This may be necessary to get nice"
        elog "textures in some apps, and some others even require this to run."
    fi

libtxc_dxtn was imported in mesa:

https://cgit.freedesktop.org/mesa/mesa/commit/?h=17.3&id=04396a134f003aece573df593acfa1ab4418ffe8
Comment 1 Matt Turner gentoo-dev 2017-11-30 05:09:18 UTC
Thanks. I thought I already did this, but since I didn't I clearly would have forgotten to do so. :)
Comment 2 Larry the Git Cow gentoo-dev 2017-11-30 06:22:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3091e0b76bc8477fd30a1b70039514494a7c3cd1

commit 3091e0b76bc8477fd30a1b70039514494a7c3cd1
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2017-11-30 05:08:40 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2017-11-30 06:22:09 +0000

    media-libs/mesa: Drop note about libtxc_dxtn
    
    No longer needed since I merged that library into Mesa.
    
    Closes: https://bugs.gentoo.org/639262

 media-libs/mesa/mesa-17.3.0_rc5.ebuild | 6 ------
 media-libs/mesa/mesa-9999.ebuild       | 6 ------
 2 files changed, 12 deletions(-)