Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920200 - media-gfx/openscad: USE=egl should be USE=egl-only?
Summary: media-gfx/openscad: USE=egl should be USE=egl-only?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Paul Zander
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-17 16:00 UTC by Michał Górny
Modified: 2024-11-17 18:46 UTC (History)
2 users (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-12-17 16:00:32 UTC
media-gfx/openscad[egl] Build using EGL instead of GLX

Given we have one case of USE=egl-only, and global USE=gles2-only for precedents, perhaps this one should that as well.
Comment 1 Paul Zander 2024-11-17 18:46:59 UTC
The bug has been closed via the following commit(s):

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

commit b809ad20e706bf9af8c0a918f3b47701efc4e9e4
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: Sat Nov 16 02:52:12 2024 +0100
Commit:     Sam James <sam@gentoo.org>
CommitDate: Sat Nov 16 21:39:07 2024 +0000

    media-gfx/openscad: add 20241114
    
    Drop RESTRICT=mirror.
    Document manifold USE-flag.
    Drop qt5 support.
    Bundle sanitizers-cmake as there is and likely never will be another consumer.
    Force CONFIG mode for FindBoost.
    Eigen3 is a header-only library and we do not have public headers, so it's
    DEPEND only.
    Add egl and glx USE-flags.
    
    Adjust ebuild style to fit the rest my ebuilds.
    
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 media-gfx/openscad/Manifest                        |   3 +-
 media-gfx/openscad/metadata.xml                    |   6 +
 ...ad-20241111.ebuild => openscad-20241114.ebuild} | 134 +++++++++++----------
 profiles/arch/amd64/package.use.mask               |   4 +
 profiles/arch/base/package.use.mask                |   4 +
 5 files changed, 87 insertions(+), 64 deletions(-)

Has `|| ( egl glx )` now.