Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929065 - media-libs/libsdl2-2.30.2 version bump
Summary: media-libs/libsdl2-2.30.2 version bump
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:
 
Reported: 2024-04-10 14:33 UTC by Alex Barker
Modified: 2024-04-13 22:05 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 Alex Barker 2024-04-10 14:33:38 UTC
libsdl2 version 2.30.2 was released last week. Renaming the ebuild seemed to work.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-04-10 14:36:49 UTC
We should consider switching to CMake while at it to fix the GCC issue I hit w/ tests.
Comment 2 James Le Cuirot gentoo-dev 2024-04-10 15:58:29 UTC
(In reply to Sam James from comment #1)
> We should consider switching to CMake while at it to fix the GCC issue I hit
> w/ tests.

Yep, I already have that underway.
Comment 3 Larry the Git Cow gentoo-dev 2024-04-13 22:05:48 UTC
The bug has been closed via the following commit(s):

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

commit 3867373890791642ee64a315e067bbd3a8ca62f1
Author:     James Le Cuirot <chewi@gentoo.org>
AuthorDate: 2024-04-13 21:56:35 +0000
Commit:     James Le Cuirot <chewi@gentoo.org>
CommitDate: 2024-04-13 22:01:19 +0000

    media-libs/libsdl2: Bump to 2.30.2, migrate to CMake
    
    SDL3 only suppports CMake, and we have seen issues with flags not being
    respected in the tests under Autotools.
    
    There are CMake options for nearly every configure option we were using before.
    I have kept the options in the same order for easier comparison, at least for
    now.
    
    There is no way to explicitly select gles1 or gles2, only gles in general.
    Detection is performed for each at build time, but this will always succeed as
    libglvnd covers them both. Detection is also performed at runtime, so the usual
    auto-magic concerns don't apply here.
    
    Closes: https://bugs.gentoo.org/929065
    Signed-off-by: James Le Cuirot <chewi@gentoo.org>

 media-libs/libsdl2/Manifest              |   1 +
 media-libs/libsdl2/libsdl2-2.30.2.ebuild | 205 +++++++++++++++++++++++++++++++
 2 files changed, 206 insertions(+)