[FFmpeg-trac] #9768(undetermined:new): version constraint on SDL2 will not accept future releases

FFmpeg trac at avcodec.org
Fri May 6 14:19:37 EEST 2022


#9768: version constraint on SDL2 will not accept future releases
-------------------------------------+-------------------------------------
             Reporter:  Simon        |                     Type:  defect
  McVittie                           |
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 The SDL maintainers are planning to switch its versioning scheme to look
 more like GTK's, making use of the minor version to indicate feature
 releases with backwards-compatible changes. See https://github.com/libsdl-
 org/SDL/blob/main/docs/README-versions.md for the new versioning scheme.

 This means the version progression for stable releases will now go
 something like this: ..., 2.0.20, 2.0.22, 2.24.0, 2.24.1, 2.26.0, ...

 As a result, the pkg-config check for `sdl2 >= 2.0.1 sdl2 < 2.1.0` in
 ffmpeg should just be `sdl2 >= 2.0.1`, to allow use of future stable
 releases.

 The intention is that the first release that is not backwards-compatible
 with SDL 2.0.0 will be labelled as SDL 3, and won't ship sdl2.pc any more.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9768>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list