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. |
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 Migration - Changes Summary
This document describes the changes made in the
sfml3-migrationbranch relative toorigin/master.Overview
The
sfml3-migrationbranch introduces SFML 3.x support and updates all dependent packages. This involves updating the SFML and CSFML libraries from version 2.x to 3.x, updating SONAMEs incommon/shlibs, and patching/adjusting all packages that depend on SFML.Commit Summary
21bf9ffbe17a8beca217a503126616594853ccb018ee342e75312c933eaec048e0a96d2fda25ec1a637d4800bbcd232b5887c61f8067b5c213783047e53016d43f74Library Updates
SFML 3.0.2
libsfml-*.so.2.6→libsfml-*.so.3.0CSFML 3.0.0
libcsfml-*.so.2.5→libcsfml-*.so.3.0SONAME Updates (common/shlibs)
All SFML and CSFML libraries were updated to reflect the 3.x SONAMEs:
SFML:
libsfml-network.so.2.6→libsfml-network.so.3.0libsfml-system.so.2.6→libsfml-system.so.3.0libsfml-window.so.2.6→libsfml-window.so.3.0libsfml-audio.so.2.6→libsfml-audio.so.3.0libsfml-graphics.so.2.6→libsfml-graphics.so.3.0CSFML:
libcsfml-audio.so.2.5→libcsfml-audio.so.3.0libcsfml-graphics.so.2.5→libcsfml-graphics.so.3.0libcsfml-window.so.2.5→libcsfml-window.so.3.0libcsfml-system.so.2.5→libcsfml-system.so.3.0libcsfml-network.so.2.5→libcsfml-network.so.3.0Package-Specific Changes
EmptyEpsilon
deerportal
SLADE
vba-m
dolphin-emu
Cendric
etr
0001-Port-to-SFML-3.0.patch) to port the game to SFML 3.0attract
string.patchandMakefile.patchpatchesTSC (The Second Coming)
boost-1.80.patch,boost-1.88.patch,no-scriptdocs-cross.patch)Dependencies
The following packages required updates due to SFML 3.x SONAME changes:
Migration Notes
SFML 3.0 introduced breaking API changes from 2.x. All dependent packages required some level of modification:
etrpackage received a substantial 2000+ line patch for full SFML 3.0 compatibility