Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709744 - media-libs/mesa-20.0.0_rc3: automatically determines dependency on zstd
Summary: media-libs/mesa-20.0.0_rc3: automatically determines dependency on zstd
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: 2020-02-15 20:36 UTC by Stefan Strogin
Modified: 2020-02-19 18:36 UTC (History)
0 users

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 Stefan Strogin gentoo-dev 2020-02-15 20:36:04 UTC
For now meson build system determines automatically if zstd is available:
https://gitlab.freedesktop.org/mesa/mesa/commit/a8d941091f72923561a6c58b46ccb264b6a0e205

So there should be a USE=zstd (or USE=+zstd, I don't know) for that.
Comment 1 Larry the Git Cow gentoo-dev 2020-02-19 18:27:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83541cb2bb029fc1770632924386f2ba5954f352

commit 83541cb2bb029fc1770632924386f2ba5954f352
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2020-02-19 18:20:25 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-02-19 18:26:45 +0000

    media-libs/mesa: Add IUSE=+zstd
    
    Closes: https://bugs.gentoo.org/709744
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
Comment 2 Matt Turner gentoo-dev 2020-02-19 18:36:04 UTC
20.0.0 will be released today, and it'll have IUSE=+zstd as well.