sdl12_compat/sdl12_compat.changes
Jan Engelhardt 19d0b8af10 - Delete 0001-Use-SDL_PIXELFORMAT_RGB888-for-24-bit-surfaces.patch,
0001-Set-pixels-in-SDL_CreateYUVOverlay-Fix-164.patch,
  0001-SDL_GetWMInfo-work-like-1.2-when-SDL_SetVideoMode-ha.patch

OBS-URL: https://build.opensuse.org/package/show/games/sdl12_compat?expand=0&rev=18
2022-11-24 13:23:33 +00:00

58 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
Wed Oct 26 16:54:07 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.60
* SDL_GetWMInfo() now works with SDL2 builds from the 2.0.xx
revisions.
* SDL_GetWMInfo() no longer asserts if used on Wayland.
* SDL_WM_SetIcon() no longer crashes on NULL icons, to match
SDL-1.2.
* Make SDL2's OpenGL 2D renderer work with apps that update
their screen surface from background threads
* SDL_ANYFORMAT is now supported
* SDL2 game controllers can optionally be used with the 1.2
Joystick API.
* Check for specific X11 symbols in the process at startup and
force SDL2 to use X11 if so (fixes startup failures on
Wayland).
- Delete 0001-Use-SDL_PIXELFORMAT_RGB888-for-24-bit-surfaces.patch,
0001-Set-pixels-in-SDL_CreateYUVOverlay-Fix-164.patch,
0001-SDL_GetWMInfo-work-like-1.2-when-SDL_SetVideoMode-ha.patch
-------------------------------------------------------------------
Mon Aug 8 14:18:26 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Add 0001-Use-SDL_PIXELFORMAT_RGB888-for-24-bit-surfaces.patch
to rectify BGR order in older schismtracker.
-------------------------------------------------------------------
Wed Jun 15 12:12:01 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Require x11 and xorgproto just like SDL-devel.
-------------------------------------------------------------------
Wed Jun 15 10:57:30 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Depend on the actual libSDL2 library which is being dlopen()'ed.
- Require pkgconfig(gl) and pkgconfig)glu) from the devel package,
as our headers include GL/gl.h and GL/glu.h (boo#1200562).
-------------------------------------------------------------------
Tue May 17 07:44:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Add baselibs.conf
-------------------------------------------------------------------
Mon May 16 12:34:45 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Add 0001-SDL_GetWMInfo-work-like-1.2-when-SDL_SetVideoMode-ha.patch
to unbreak use with schismtracker.
- Add 0001-Set-pixels-in-SDL_CreateYUVOverlay-Fix-164.patch
to unbreak use with MPlayer.
- Hot enable sdl12-compat to be the SDL1 replacement [boo#1198182]
-------------------------------------------------------------------
Sat Mar 5 16:00:57 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Initial package (v1.2.52) for build.opensuse.org