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

FFmpeg trac at avcodec.org
Fri Jun 10 13:48:07 EEST 2022


#9768: version constraint on SDL2 will not accept future releases
-------------------------------------+-------------------------------------
             Reporter:  Simon        |                    Owner:  (none)
  McVittie                           |
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:  fixed
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Simon McVittie):

 Thanks, that change looks good.

 Having the "sdl2 < 3.0.0" maximum version is harmless, but redundant,
 because the plan is that when SDL breaks compatibility, the .pc file will
 be renamed (most likely to sdl3.pc) to make the new library parallel-
 installable with the old one, at which point it won't match a dependency
 on sdl2 any more: so it should be sufficient to only have the minimum
 version, something like

 test_pkg_config sdl2 "sdl2 >= 2.0.1" SDL_events.h SDL_PollEvent
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9768#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list