Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716248 - media-libs/libsdl2 - rename IUSE=gles to IUSE=gles2
Summary: media-libs/libsdl2 - rename IUSE=gles to IUSE=gles2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 627758
  Show dependency tree
 
Reported: 2020-04-05 06:24 UTC by Dennis Schridde
Modified: 2020-04-05 21:34 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 Dennis Schridde 2020-04-05 06:24:04 UTC
IUSE=gles in media-libs/libsdl2 actually represents GLES2 support:

  gles? ( >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP},gles2] )

    --disable-video-opengles1
    $(use_enable gles video-opengles2)

Since all other ebuilds call this useflag ISUE=gles2, I think media-libs/libsdl2 should follow suit.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-04-05 21:34:49 UTC
The bug has been closed via the following commit(s):

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

commit 6a476961b04ddee6c2ae97485e8c0d0c87ef4cea
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2020-04-05 21:28:46 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2020-04-05 21:33:06 +0000

    media-libs/libsdl2: Rename gles USE flag to gles2
    
    We unconditionally disable GLES1 support. Kodi is the only package
    still using the "gles" flag now.
    
    Closes: https://bugs.gentoo.org/716248
    Package-Manager: Portage-2.3.96, Repoman-2.3.20
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 .../{libsdl2-2.0.12.ebuild => libsdl2-2.0.12-r1.ebuild}        | 10 +++++-----
 media-libs/libsdl2/metadata.xml                                |  3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)