SFML 3 migration#59623
Open
thypon wants to merge 11 commits into
Open
Conversation
b4d25f5 to
f2d0424
Compare
ahesford
requested changes
Apr 7, 2026
Member
ahesford
left a comment
There was a problem hiding this comment.
- Commit messages for SFML and CSFML should be reworded to follow the usual form
- Changes to
common/shlibsshould be split by package and part of the respective first two commits - Is this the original source of the
etrpatch? If so, this file should be used as is to preserve attribution. - I'd probably advocate just dropping
etrif it is slow to adapt to new SFML, but defer to @Hoshpak as its maintainer
Member
Author
No it's not. I found this patch https://sourceforge.net/p/extremetuxracer/discussion/general/thread/77659bcd0c/ here, but it was not working so I implemented a Ralph loop to port from scratch. Most of the other patches are also generated by me, with a custom Ralph loop. |
Member
Author
Member
|
It looks like your Ralph loop has stolen at least the patch description whole cloth from the source I linked. |
Member
Author
|
Possibly, I'll add a reference. That patch does not compile at all, though. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SFML 3.1.0 migration
Migrate SFML and reverse dependencies to SFML 3.x.
SONAME bump
SFML 3.x introduces a major SONAME break (
libsfml-*.so.2.6->libsfml-*.so.3.1). All reverse dependencies are rebuilt/updated accordingly.common/shlibsupdated for both SFML and CSFML.Version updates
Revbumps (rebuild for SFML 3.1.0)
Notable changes
0001-Port-to-SFML-3.0.patchto port to new SFML APIfix-sfml31-pkgconfig.patchfor SFML 3.1 pkgconfig compatibilityboost-1.80.patch,boost-1.88.patch, andno-scriptdocs-cross.patch(no longer needed with 2.2.0)