2020-12-23 12:39:16 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 23 10:47:09 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 2.0.14:
|
|
|
|
* Added support for PS5 DualSense and Xbox Series X controllers to the HIDAPI controller driver
|
|
|
|
* Vulkan support to the KMSDRM video driver
|
|
|
|
* see details on https://discourse.libsdl.org/t/sdl-2-0-14-released/28470
|
|
|
|
|
2020-04-16 10:33:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 16 08:32:06 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Restore libSDL2main.a, patching it out was not easily possible.
|
|
|
|
|
2020-03-11 11:32:16 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 11 10:23:44 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 2.0.12
|
|
|
|
* Support for the Google Stadia controller and other game
|
|
|
|
controllers
|
|
|
|
* A new video driver for offscreen rendering
|
|
|
|
* ARM NEON optimizations
|
|
|
|
- Drop CVE-2019-13616.patch (merged upstream)
|
|
|
|
|
2019-10-09 16:25:38 +02:00
|
|
|
-------------------------------------------------------------------
|
2020-01-12 23:54:27 +01:00
|
|
|
Sun Jan 12 22:53:50 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Temporarily work around -fno-common build failure [boo#1160382].
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-10-09 16:25:38 +02:00
|
|
|
Wed Oct 9 13:34:31 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
|
|
|
|
|
|
|
- sdl2-khronos.patch
|
2019-10-09 16:33:11 +02:00
|
|
|
* fixes build on i586 (boo#1153455)
|
2019-10-09 16:25:38 +02:00
|
|
|
|
2019-08-23 13:20:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 23 11:19:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update sdl2-symvers.patch for SDL 2.0.9/2.0.10.
|
|
|
|
|
2019-08-22 22:06:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 22 16:43:13 UTC 2019 - Michael Gorse <mgorse@suse.com>
|
|
|
|
|
2019-08-23 13:25:04 +02:00
|
|
|
- Add CVE-2019-13616.patch: fix heap buffer overflow when reading
|
2019-08-22 22:06:02 +02:00
|
|
|
a crafted bmp file (boo#1141844 CVE-2019-13616).
|
|
|
|
|
2019-08-11 13:37:08 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 11 04:29:55 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Drop libSDL2main.a from libSDL-2_0-devel. It is only used
|
|
|
|
during build.
|
|
|
|
|
2018-06-28 01:07:22 +02:00
|
|
|
-------------------------------------------------------------------
|
2019-08-11 06:27:46 +02:00
|
|
|
Wed Jul 31 08:47:44 UTC 2019 - Martin Liška <mliska@suse.cz>
|
|
|
|
|
|
|
|
- Use FAT LTO objects in order to provide proper static library.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
Accepting request 718761 from home:alois:branches:games
- Update to version 2.0.10
* The SDL_RW* macros have been turned into functions that are
available only in 2.0.10 and onward
* Added SDL_SIMDGetAlignment(), SDL_SIMDAlloc(), and
SDL_SIMDFree(), to allocate memory aligned for SIMD
operations for the current CPU
* Added SDL_RenderDrawPointF(), SDL_RenderDrawPointsF(),
SDL_RenderDrawLineF(), SDL_RenderDrawLinesF(),
SDL_RenderDrawRectF(), SDL_RenderDrawRectsF(),
SDL_RenderFillRectF(), SDL_RenderFillRectsF(),
SDL_RenderCopyF(), SDL_RenderCopyExF(), to allow floating
point precision in the SDL rendering API.
* Added SDL_GetTouchDeviceType() to get the type of a touch
device, which can be a touch screen or a trackpad in relative
or absolute coordinate mode.
* The SDL rendering API now uses batched rendering by default,
for improved performance
* Added SDL_RenderFlush() to force batched render commands to
execute, if you're going to mix SDL rendering with native
rendering
* Added the hint SDL_HINT_RENDER_BATCHING to control whether
batching should be used for the rendering API. This defaults
to "1" if you don't specify what rendering driver to use when
creating the renderer.
* Added the hint SDL_HINT_EVENT_LOGGING to enable logging of
SDL events for debugging purposes
* Added the hint SDL_HINT_GAMECONTROLLERCONFIG_FILE to specify
a file that will be loaded at joystick initialization with
game controller bindings
* Added the hint SDL_HINT_MOUSE_TOUCH_EVENTS to control
whether SDL will synthesize touch events from mouse events
* Improved handling of malformed WAVE and BMP files, fixing
potential security exploits
* Removed the Mir video driver in favor of Wayland
- Refreshed sdl2-symvers.patch
OBS-URL: https://build.opensuse.org/request/show/718761
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=88
2019-08-11 14:13:09 +02:00
|
|
|
Fri Jul 26 07:44:39 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 2.0.10
|
|
|
|
* The SDL_RW* macros have been turned into functions that are
|
|
|
|
available only in 2.0.10 and onward
|
|
|
|
* Added SDL_SIMDGetAlignment(), SDL_SIMDAlloc(), and
|
|
|
|
SDL_SIMDFree(), to allocate memory aligned for SIMD
|
|
|
|
operations for the current CPU
|
|
|
|
* Added SDL_RenderDrawPointF(), SDL_RenderDrawPointsF(),
|
|
|
|
SDL_RenderDrawLineF(), SDL_RenderDrawLinesF(),
|
|
|
|
SDL_RenderDrawRectF(), SDL_RenderDrawRectsF(),
|
|
|
|
SDL_RenderFillRectF(), SDL_RenderFillRectsF(),
|
|
|
|
SDL_RenderCopyF(), SDL_RenderCopyExF(), to allow floating
|
|
|
|
point precision in the SDL rendering API.
|
|
|
|
* Added SDL_GetTouchDeviceType() to get the type of a touch
|
|
|
|
device, which can be a touch screen or a trackpad in relative
|
|
|
|
or absolute coordinate mode.
|
|
|
|
* The SDL rendering API now uses batched rendering by default,
|
|
|
|
for improved performance
|
|
|
|
* Added SDL_RenderFlush() to force batched render commands to
|
|
|
|
execute, if you're going to mix SDL rendering with native
|
|
|
|
rendering
|
|
|
|
* Added the hint SDL_HINT_RENDER_BATCHING to control whether
|
|
|
|
batching should be used for the rendering API. This defaults
|
|
|
|
to "1" if you don't specify what rendering driver to use when
|
|
|
|
creating the renderer.
|
|
|
|
* Added the hint SDL_HINT_EVENT_LOGGING to enable logging of
|
|
|
|
SDL events for debugging purposes
|
|
|
|
* Added the hint SDL_HINT_GAMECONTROLLERCONFIG_FILE to specify
|
|
|
|
a file that will be loaded at joystick initialization with
|
|
|
|
game controller bindings
|
|
|
|
* Added the hint SDL_HINT_MOUSE_TOUCH_EVENTS to control
|
|
|
|
whether SDL will synthesize touch events from mouse events
|
|
|
|
* Improved handling of malformed WAVE and BMP files, fixing
|
2019-08-22 22:06:02 +02:00
|
|
|
potential security exploits (boo#1142031 CVE-2019-13626)
|
Accepting request 718761 from home:alois:branches:games
- Update to version 2.0.10
* The SDL_RW* macros have been turned into functions that are
available only in 2.0.10 and onward
* Added SDL_SIMDGetAlignment(), SDL_SIMDAlloc(), and
SDL_SIMDFree(), to allocate memory aligned for SIMD
operations for the current CPU
* Added SDL_RenderDrawPointF(), SDL_RenderDrawPointsF(),
SDL_RenderDrawLineF(), SDL_RenderDrawLinesF(),
SDL_RenderDrawRectF(), SDL_RenderDrawRectsF(),
SDL_RenderFillRectF(), SDL_RenderFillRectsF(),
SDL_RenderCopyF(), SDL_RenderCopyExF(), to allow floating
point precision in the SDL rendering API.
* Added SDL_GetTouchDeviceType() to get the type of a touch
device, which can be a touch screen or a trackpad in relative
or absolute coordinate mode.
* The SDL rendering API now uses batched rendering by default,
for improved performance
* Added SDL_RenderFlush() to force batched render commands to
execute, if you're going to mix SDL rendering with native
rendering
* Added the hint SDL_HINT_RENDER_BATCHING to control whether
batching should be used for the rendering API. This defaults
to "1" if you don't specify what rendering driver to use when
creating the renderer.
* Added the hint SDL_HINT_EVENT_LOGGING to enable logging of
SDL events for debugging purposes
* Added the hint SDL_HINT_GAMECONTROLLERCONFIG_FILE to specify
a file that will be loaded at joystick initialization with
game controller bindings
* Added the hint SDL_HINT_MOUSE_TOUCH_EVENTS to control
whether SDL will synthesize touch events from mouse events
* Improved handling of malformed WAVE and BMP files, fixing
potential security exploits
* Removed the Mir video driver in favor of Wayland
- Refreshed sdl2-symvers.patch
OBS-URL: https://build.opensuse.org/request/show/718761
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=88
2019-08-11 14:13:09 +02:00
|
|
|
* Removed the Mir video driver in favor of Wayland
|
2019-12-08 10:32:02 +01:00
|
|
|
* Security fixes: CVE-2019-7635 (boo#1124827), CVE-2019-7636
|
|
|
|
(boo#1124826), CVE-2019-7638 (boo#1124824).
|
Accepting request 718761 from home:alois:branches:games
- Update to version 2.0.10
* The SDL_RW* macros have been turned into functions that are
available only in 2.0.10 and onward
* Added SDL_SIMDGetAlignment(), SDL_SIMDAlloc(), and
SDL_SIMDFree(), to allocate memory aligned for SIMD
operations for the current CPU
* Added SDL_RenderDrawPointF(), SDL_RenderDrawPointsF(),
SDL_RenderDrawLineF(), SDL_RenderDrawLinesF(),
SDL_RenderDrawRectF(), SDL_RenderDrawRectsF(),
SDL_RenderFillRectF(), SDL_RenderFillRectsF(),
SDL_RenderCopyF(), SDL_RenderCopyExF(), to allow floating
point precision in the SDL rendering API.
* Added SDL_GetTouchDeviceType() to get the type of a touch
device, which can be a touch screen or a trackpad in relative
or absolute coordinate mode.
* The SDL rendering API now uses batched rendering by default,
for improved performance
* Added SDL_RenderFlush() to force batched render commands to
execute, if you're going to mix SDL rendering with native
rendering
* Added the hint SDL_HINT_RENDER_BATCHING to control whether
batching should be used for the rendering API. This defaults
to "1" if you don't specify what rendering driver to use when
creating the renderer.
* Added the hint SDL_HINT_EVENT_LOGGING to enable logging of
SDL events for debugging purposes
* Added the hint SDL_HINT_GAMECONTROLLERCONFIG_FILE to specify
a file that will be loaded at joystick initialization with
game controller bindings
* Added the hint SDL_HINT_MOUSE_TOUCH_EVENTS to control
whether SDL will synthesize touch events from mouse events
* Improved handling of malformed WAVE and BMP files, fixing
potential security exploits
* Removed the Mir video driver in favor of Wayland
- Refreshed sdl2-symvers.patch
OBS-URL: https://build.opensuse.org/request/show/718761
OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=88
2019-08-11 14:13:09 +02:00
|
|
|
|
|
|
|
- Refreshed sdl2-symvers.patch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-11-05 00:49:11 +01:00
|
|
|
Sun Nov 4 14:10:15 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 2.0.9
|
|
|
|
* Added a new sensor API, initialized by passing
|
|
|
|
SDL_INIT_SENSOR to SDL_Init(), and defined in SDL_sensor.h
|
|
|
|
* Added an event SDL_SENSORUPDATE which is sent when a sensor
|
|
|
|
is updated
|
|
|
|
* Added SDL_GetDisplayOrientation() to return the current
|
|
|
|
display orientation
|
|
|
|
* Added an event SDL_DISPLAYEVENT which is sent when the
|
|
|
|
display orientation changes
|
|
|
|
* Added HIDAPI joystick drivers for more consistent support
|
|
|
|
for Xbox, PS4 and Nintendo Switch Pro controller support
|
|
|
|
across platforms. (Thanks to Valve for contributing the PS4
|
|
|
|
and Nintendo Switch Pro controller support)
|
|
|
|
* Added support for many other popular game controllers
|
|
|
|
* Added SDL_JoystickGetDevicePlayerIndex(),
|
|
|
|
SDL_JoystickGetPlayerIndex(), and
|
|
|
|
SDL_GameControllerGetPlayerIndex() to get the player index for
|
|
|
|
a controller. For XInput controllers this returns the XInput
|
|
|
|
index for the controller.
|
|
|
|
* Added SDL_GameControllerRumble() and SDL_JoystickRumble()
|
|
|
|
which allow simple rumble without using the haptics API
|
|
|
|
* Added SDL_GameControllerMappingForDeviceIndex() to get the
|
|
|
|
mapping for a controller before it's opened
|
|
|
|
* Added the hint SDL_HINT_MOUSE_DOUBLE_CLICK_TIME to control
|
|
|
|
the mouse double-click time
|
|
|
|
* Added the hint SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS to control
|
|
|
|
the mouse double-click radius, in pixels
|
|
|
|
* Added SDL_HasColorKey() to return whether a surface has a
|
|
|
|
colorkey active
|
|
|
|
* Added SDL_HasAVX512F() to return whether the CPU has
|
|
|
|
AVX-512F features
|
|
|
|
* Added SDL_IsTablet() to return whether the application is
|
|
|
|
running on a tablet
|
|
|
|
* Added SDL_THREAD_PRIORITY_TIME_CRITICAL for threads that
|
|
|
|
must run at the highest priority
|
|
|
|
* Added SDL_LinuxSetThreadPriority() to allow adjusting the
|
|
|
|
thread priority of native threads using RealtimeKit if
|
|
|
|
available.
|
|
|
|
|
|
|
|
- Dropped 7babfecee045.patch (merged upstream)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-06-28 01:07:22 +02:00
|
|
|
Sun Jun 24 22:40:23 UTC 2018 - robert.munteanu@gmail.com
|
|
|
|
|
2019-08-23 13:25:04 +02:00
|
|
|
- Add 7babfecee045.patch, fixes launching Firewatch
|
2018-06-28 01:07:22 +02:00
|
|
|
|
2018-05-15 02:04:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 11 11:08:39 UTC 2018 - crrodriguez@opensuse.org
|
|
|
|
|
2019-08-23 13:25:04 +02:00
|
|
|
- SDL2-endian.patch: bring up patch from SDL1, use optimized
|
2018-05-15 02:04:42 +02:00
|
|
|
byteswap routines from the C library.
|
|
|
|
- build with --disable-3dnow, do not pass -m3dnow to the compiler
|
|
|
|
modern cpus do not support this instructions at all.
|
|
|
|
|
2018-03-19 14:32:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 17 10:14:15 UTC 2018 - ytz1995@hotmail.com
|
|
|
|
|
|
|
|
- Build with Wayland support
|
|
|
|
|
2018-03-08 02:04:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 8 00:58:43 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 2.0.8
|
|
|
|
* Added SDL_fmod() and SDL_log10().
|
|
|
|
* Each of the SDL math functions now has the corresponding
|
|
|
|
float version.
|
|
|
|
* Added SDL_SetYUVConversionMode() and
|
|
|
|
SDL_GetYUVConversionMode() to control the formula used when
|
|
|
|
converting to and from YUV colorspace. The options are JPEG,
|
|
|
|
BT.601, and BT.709.
|
|
|
|
* Added the hint SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR to
|
|
|
|
control whether the X server should skip the compositor for
|
|
|
|
the SDL application. This defaults to "1".
|
|
|
|
* Added the hint SDL_HINT_VIDEO_DOUBLE_BUFFER to control
|
|
|
|
whether the Raspberry Pi and KMSDRM video drivers should use
|
|
|
|
double or triple buffering (the default).
|
|
|
|
|
2018-01-11 00:21:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 10 22:48:16 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Add sdl2-symvers.patch.
|
|
|
|
|
2017-11-07 12:08:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 28 21:01:17 UTC 2017 - adam@mizerski.pl
|
|
|
|
|
|
|
|
- update to 2.0.7
|
|
|
|
* Added audio stream conversion functions.
|
|
|
|
* Added functions to query and set the SDL memory allocation
|
|
|
|
functions.
|
|
|
|
* Added locking functions for multi-threaded access to
|
|
|
|
the joystick and game controller APIs.
|
|
|
|
* Some functions are now thread-safe.
|
|
|
|
- removed patches, merged upstream
|
|
|
|
* dbus.diff
|
|
|
|
* SDL2-ppc64-declaration-after-statement.patch
|
|
|
|
* SDL-bnc1062784-check-overflow-xcf-props.patch
|
|
|
|
|
2017-10-19 08:28:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 19 04:00:09 UTC 2017 - sreeves@suse.com
|
|
|
|
|
|
|
|
- Add SDL-bnc1062784-check-overflow-xcf-props.patch. CVE-2017-2888
|
|
|
|
|
2017-10-16 20:30:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 16 16:31:47 UTC 2017 - wbauer@tmo.at
|
|
|
|
|
|
|
|
- Disable SSE3 (and also SSE2 on ix86) to prevent crashes on older
|
|
|
|
CPUs that don't support these instructions
|
|
|
|
|
2017-10-02 21:15:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 2 19:11:12 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Add dbus.diff
|
|
|
|
|
2017-10-02 12:29:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 2 10:06:41 UTC 2017 - guillaume@opensuse.org
|
|
|
|
|
|
|
|
- Enable KMS/DRM video driver
|
|
|
|
|
2017-10-01 01:36:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 30 16:54:04 UTC 2017 - spartanj@gmail.com
|
|
|
|
|
2017-10-01 01:40:55 +02:00
|
|
|
- Update to new upstream release 2.0.6
|
|
|
|
* Added Vulkan graphics support in SDL_vulkan.h.
|
|
|
|
* Added SDL_ComposeCustomBlendMode() to create custom blend
|
|
|
|
modes for 2D rendering.
|
|
|
|
* Added support for many game controllers, including the
|
|
|
|
Nintendo Switch Pro Controller.
|
|
|
|
* Added support for inverted axes and separate axis directions
|
|
|
|
in game controller mappings.
|
|
|
|
* Added functions to return information about joysticks and
|
|
|
|
open game controllers.
|
|
|
|
* Added SDL_GameControllerNumMappings() and
|
|
|
|
SDL_GameControllerMappingForIndex() to be able to enumerate
|
|
|
|
the built-in game controller mappings.
|
|
|
|
* Added SDL_LoadFile() and SDL_LoadFile_RW() to load a file
|
|
|
|
into memory.
|
|
|
|
* Added SDL_DuplicateSurface() to make a copy of a surface.
|
|
|
|
* Added an experimental JACK audio driver.
|
2017-10-01 09:52:27 +02:00
|
|
|
* Implemented non-power-of-two audio resampling.
|
2017-10-01 01:40:55 +02:00
|
|
|
* Added the hint SDL_HINT_AUDIO_RESAMPLING_MODE to control the
|
|
|
|
quality of resampling.
|
|
|
|
* Added the hint SDL_HINT_RENDER_LOGICAL_SIZE_MODE to control
|
|
|
|
the scaling policy for SDL_RenderSetLogicalSize().
|
|
|
|
* Added the hints SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and
|
|
|
|
SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE to scale the mouse speed
|
|
|
|
when being read from raw mouse input.
|
|
|
|
* Added the hint SDL_HINT_TOUCH_MOUSE_EVENTS to control whether
|
|
|
|
SDL will synthesize mouse events from touch events.
|
|
|
|
* Added an experimental KMS/DRM video driver for embedded
|
|
|
|
development.
|
2017-10-01 10:15:17 +02:00
|
|
|
- Remove dbus-ime.diff (no longer needed)
|
2017-10-01 01:36:00 +02:00
|
|
|
|
2017-08-01 16:01:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 1 13:14:45 UTC 2017 - fcrozat@suse.com
|
|
|
|
|
|
|
|
- Do not BuildRequires pkgconfig(fcitx) on SLE (not shipped anymore
|
|
|
|
since SLE12 SP2).
|
|
|
|
|
2017-06-30 16:52:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 29 10:50:38 UTC 2017 - schwab@suse.de
|
|
|
|
|
|
|
|
- libspe2 doesn't exist any more
|
|
|
|
|
2017-02-15 16:23:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 15 11:51:52 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Add dbus-ime.diff and build with fcitx [boo#1025413]
|
|
|
|
|
2016-10-29 12:26:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 23 08:00:21 UTC 2016 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Backported commit 5184186d4366 and fbf9b0e3589a as
|
|
|
|
SDL2-ppc64-declaration-after-statement.patch to fix build
|
2018-02-13 23:21:15 +01:00
|
|
|
on ppc64/ppc64le
|
2016-10-29 12:26:06 +02:00
|
|
|
|
2016-10-20 17:36:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 20 13:47:14 UTC 2016 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to 2.0.5
|
|
|
|
General:
|
|
|
|
* Implemented audio capture support for some platforms
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added SDL_DequeueAudio() to retrieve audio when buffer
|
2016-10-20 17:36:47 +02:00
|
|
|
queuing is turned on for audio capture
|
|
|
|
* Added events for dragging and dropping text
|
|
|
|
* Added events for dragging and dropping multiple items
|
2018-02-13 23:21:15 +01:00
|
|
|
* By default the click raising a window will not be
|
|
|
|
delivered to the SDL application. You can set the hint
|
|
|
|
SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH to "1" to allow that click
|
2016-10-20 17:36:47 +02:00
|
|
|
through to the window.
|
2018-02-13 23:21:15 +01:00
|
|
|
* Saving a surface with an alpha channel as a BMP will use a
|
|
|
|
newer BMP format that supports alpha information. You can
|
|
|
|
set the hint SDL_HINT_BMP_SAVE_LEGACY_FORMAT to "1" to use
|
2016-10-20 17:36:47 +02:00
|
|
|
the old format.
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added SDL_GetHintBoolean() to get the boolean value of a
|
2016-10-20 17:36:47 +02:00
|
|
|
hint
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added SDL_RenderSetIntegerScale() to set whether to
|
|
|
|
smoothly scale or use integral multiples of the viewport
|
2016-10-20 17:36:47 +02:00
|
|
|
size when scaling the rendering output
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added SDL_CreateRGBSurfaceWithFormat() and
|
|
|
|
SDL_CreateRGBSurfaceWithFormatFrom() to create an SDL
|
2016-10-20 17:36:47 +02:00
|
|
|
surface with a specific pixel format
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added SDL_GetDisplayUsableBounds() which returns the area
|
|
|
|
usable for windows. For example, on Mac OS X, this subtracts
|
2016-10-20 17:36:47 +02:00
|
|
|
the area occupied by the menu bar and dock.
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added SDL_GetWindowBordersSize() which returns the size of
|
2016-10-20 17:36:47 +02:00
|
|
|
the window's borders around the client area
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added a window event SDL_WINDOWEVENT_HIT_TEST when a
|
|
|
|
window had a hit test that wasn't SDL_HITTEST_NORMAL (e.g.
|
2016-10-20 17:36:47 +02:00
|
|
|
in the title bar or window frame)
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added SDL_SetWindowResizable() to change whether a window
|
2016-10-20 17:36:47 +02:00
|
|
|
is resizable
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity() to
|
2016-10-20 17:36:47 +02:00
|
|
|
affect the window transparency
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added SDL_SetWindowModalFor() to set a window as modal for
|
2016-10-20 17:36:47 +02:00
|
|
|
another window
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added support for AUDIO_U16LSB and AUDIO_U16MSB to
|
2016-10-20 17:36:47 +02:00
|
|
|
SDL_MixAudioFormat()
|
2018-02-13 23:21:15 +01:00
|
|
|
* Fixed flipped images when reading back from target
|
2016-10-20 17:36:47 +02:00
|
|
|
textures when using the OpenGL renderer
|
2018-02-13 23:21:15 +01:00
|
|
|
* Fixed texture color modulation with SDL_BLENDMODE_NONE
|
2016-10-20 17:36:47 +02:00
|
|
|
when using the OpenGL renderer
|
2018-02-13 23:21:15 +01:00
|
|
|
* Fixed bug where the alpha value of colorkeys was ignored
|
2016-10-20 17:36:47 +02:00
|
|
|
when blitting in some cases
|
|
|
|
Linux:
|
|
|
|
* Added support for the Fcitx IME
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added a window event SDL_WINDOWEVENT_TAKE_FOCUS when a
|
|
|
|
window manager asks the SDL window whether it wants to take
|
2016-10-20 17:36:47 +02:00
|
|
|
focus.
|
2018-02-13 23:21:15 +01:00
|
|
|
* Refresh rates are now rounded instead of truncated, e.g.
|
2016-10-20 17:36:47 +02:00
|
|
|
59.94 Hz is rounded up to 60 Hz instead of 59.
|
|
|
|
* Added initial support for touchscreens on Raspberry Pi
|
|
|
|
|
2016-03-17 18:01:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 17 15:53:13 UTC 2016 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Make building more verbose
|
|
|
|
|
2016-03-10 14:40:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 10 13:39:57 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Enable udev support
|
|
|
|
|
2016-01-13 13:59:01 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 10 15:27:58 UTC 2016 - mailaender@opensuse.org
|
|
|
|
|
|
|
|
- update to version 2.0.4
|
|
|
|
General:
|
|
|
|
* Added support for web applications using Emscripten, see
|
|
|
|
docs/README-emscripten.md for more information
|
|
|
|
* Added support for web applications using Native Client (NaCl), see
|
|
|
|
docs/README-nacl.md for more information
|
|
|
|
* Added an API to queue audio instead of using the audio callback:
|
|
|
|
SDL_QueueAudio(), SDL_GetQueuedAudioSize(), SDL_ClearQueuedAudio()
|
|
|
|
* Added events for audio device hot plug support:
|
|
|
|
SDL_AUDIODEVICEADDED, SDL_AUDIODEVICEREMOVED
|
|
|
|
* Added SDL_PointInRect()
|
|
|
|
* Added SDL_HasAVX2() to detect CPUs with AVX2 support
|
|
|
|
* Added SDL_SetWindowHitTest() to let apps treat parts of their SDL window
|
|
|
|
like traditional window decorations (drag areas, resize areas)
|
|
|
|
* Added SDL_GetGrabbedWindow() to get the window that currently has input
|
|
|
|
grab, if any
|
|
|
|
* Added SDL_RenderIsClipEnabled() to tell whether clipping is currently
|
|
|
|
enabled in a renderer
|
|
|
|
* Added SDL_CaptureMouse() to capture the mouse to get events while the
|
|
|
|
mouse is not in your window
|
|
|
|
* Added SDL_WarpMouseGlobal() to warp the mouse cursor in global screen
|
|
|
|
space
|
|
|
|
* Added SDL_GetGlobalMouseState() to get the current mouse state outside of
|
|
|
|
an SDL window* Added a direction field to mouse wheel events to tell
|
|
|
|
whether they are flipped (natural) or not
|
|
|
|
* Added GL_CONTEXT_RELEASE_BEHAVIOR GL attribute (maps to
|
|
|
|
[WGL|GLX]_ARB_context_flush_control extension)
|
|
|
|
* Added EGL_KHR_create_context support to allow OpenGL ES version selection
|
|
|
|
on some platforms* Added NV12 and NV21 YUV texture support for OpenGL and
|
|
|
|
OpenGL ES 2.0 renderers
|
|
|
|
* Added a Vivante video driver that is used on various SoC platforms
|
|
|
|
* Added an event SDL_RENDER_DEVICE_RESET that is sent from the D3D
|
|
|
|
renderers when the D3D device is lost, and from Android's event loop when
|
|
|
|
the GLES context had to be recreated
|
|
|
|
* Added a hint SDL_HINT_NO_SIGNAL_HANDLERS to disable SDL's built in signal
|
|
|
|
handling* Added a hint SDL_HINT_THREAD_STACK_SIZE to set the stack size of
|
|
|
|
SDL's threads
|
|
|
|
* Added SDL_sqrtf(), SDL_tan(), and SDL_tanf() to the stdlib routines
|
|
|
|
* Improved support for WAV and BMP files with unusual chunks in them
|
|
|
|
* Renamed SDL_assert_data to SDL_AssertData and SDL_assert_state to
|
|
|
|
SDL_AssertState
|
|
|
|
* Added a hint SDL_HINT_WINDOW_FRAME_USABLE_WHILE_CURSOR_HIDDEN to prevent
|
|
|
|
window interaction while cursor is hidden
|
|
|
|
* Added SDL_GetDisplayDPI() to get the DPI information for a display* Added
|
|
|
|
SDL_JoystickCurrentPowerLevel() to get the battery level of a joystick
|
|
|
|
* Added SDL_JoystickFromInstanceID(), as a helper function, to get the
|
|
|
|
SDL_Joystick* that an event is referring to.
|
|
|
|
* Added SDL_GameControllerFromInstanceID(), as a helper function, to get
|
|
|
|
the SDL_GameController* that an event is referring to.
|
|
|
|
|
2015-01-12 17:33:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 12 16:20:53 UTC 2015 - schwab@suse.de
|
|
|
|
|
|
|
|
- libspe2 only exists for ppc and ppc64
|
|
|
|
|
2014-12-18 11:07:37 +01:00
|
|
|
-------------------------------------------------------------------
|
2014-12-19 11:58:51 +01:00
|
|
|
Fri Dec 19 10:44:54 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Drop old arts/esound soundserver support.
|
2014-12-18 11:07:37 +01:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 18 09:46:46 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Remove SDL2 obsoletes (we never had packages of that name).
|
|
|
|
Copy current Provides to baselibs.conf.
|
|
|
|
|
2014-07-21 22:15:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 21 20:13:17 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update to new upstream release 2.0.3
|
|
|
|
* This is a minor bugfix release to take care of creating an OpenGL
|
|
|
|
context on Mac OS X.
|
|
|
|
|
2014-05-26 15:26:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 26 07:48:54 UTC 2014 - mailaender@opensuse.org
|
|
|
|
|
|
|
|
- Added missing build dependencies
|
|
|
|
* arts
|
|
|
|
* dbus
|
|
|
|
* udev
|
|
|
|
* tslib
|
|
|
|
- Removed unrecognized options: --disable-video-svga, --disable-video-ps3
|
|
|
|
|
2014-03-13 21:34:09 +01:00
|
|
|
-------------------------------------------------------------------
|
2014-05-26 09:36:24 +02:00
|
|
|
Mon May 26 07:00:15 UTC 2014 - mailaender@opensuse.org
|
|
|
|
|
|
|
|
- Use pkgconfig everywhere
|
|
|
|
- Fix the build on SLE using prjconf
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2014-03-13 21:34:09 +01:00
|
|
|
Thu Mar 13 18:50:31 UTC 2014 - mailaender@opensuse.org
|
|
|
|
|
|
|
|
- Update to 2.0.2
|
|
|
|
* Added SDL_GL_ResetAttributes() to reset OpenGL attributes to default values
|
|
|
|
* Added an API to load a database of game controller mappings from a file:
|
|
|
|
SDL_GameControllerAddMappingsFromFile(), SDL_GameControllerAddMappingsFromRW()
|
|
|
|
* Added game controller mappings for the PS4 and OUYA controllers
|
|
|
|
* Added SDL_GetDefaultAssertionHandler() and SDL_GetAssertionHandler()
|
|
|
|
* Added SDL_DetachThread()
|
|
|
|
* Added SDL_HasAVX() to determine if the CPU has AVX features
|
|
|
|
* Added SDL_vsscanf(), SDL_acos(), and SDL_asin() to the stdlib routines
|
|
|
|
* EGL can now create/manage OpenGL and OpenGL ES 1.x/2.x contexts, and share
|
2018-02-13 23:21:15 +01:00
|
|
|
them using SDL_GL_SHARE_WITH_CURRENT_CONTEXT
|
2014-03-13 21:34:09 +01:00
|
|
|
* Added a field "clicks" to the mouse button event which records whether the event is a single click, double click, etc.
|
|
|
|
* The screensaver is now disabled by default, and there is a hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER that can change that behavior.
|
|
|
|
* Added a hint SDL_HINT_MOUSE_RELATIVE_MODE_WARP to specify whether mouse relative mode should be emulated using mouse warping.
|
|
|
|
* testgl2 does not need to link with libGL anymore
|
|
|
|
* Added testgles2 test program to demonstrate working with OpenGL ES 2.0
|
|
|
|
* Added controllermap test program to visually map a game controller
|
|
|
|
* Fixed fullscreen and focused behavior when receiving NotifyGrab events
|
|
|
|
* Added experimental Wayland and Mir support, disabled by default
|
|
|
|
- Added SDL2-devel provides
|
|
|
|
|
2013-11-07 22:55:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 7 10:56:36 UTC 2013 - mailaender@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 2.0.1:
|
2018-02-13 23:21:15 +01:00
|
|
|
* Added an API to get common filesystem paths in SDL_filesystem.h:
|
|
|
|
SDL_GetBasePath(), SDL_GetPrefPath()
|
|
|
|
* Added an API to do optimized YV12 and IYUV texture updates:
|
|
|
|
SDL_UpdateYUVTexture()
|
|
|
|
* Added an API to get the amount of RAM on the system:
|
|
|
|
SDL_GetSystemRAM()
|
|
|
|
* Added a macro to perform timestamp comparisons with SDL_GetTicks():
|
|
|
|
SDL_TICKS_PASSED()
|
|
|
|
* Dramatically improved OpenGL ES 2.0 rendering performance
|
2013-11-07 22:55:00 +01:00
|
|
|
* Added OpenGL attribute SDL_GL_FRAMEBUFFER_SRGB_CAPABLE
|
2018-02-13 23:21:15 +01:00
|
|
|
* Fixed float audio support with the PulseAudio driver
|
|
|
|
* Fixed missing line endpoints in the OpenGL renderer on some drivers
|
|
|
|
* X11 symbols are no longer defined to avoid collisions when linking statically
|
2013-11-07 22:55:00 +01:00
|
|
|
|
2013-10-28 18:59:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 28 17:59:05 UTC 2013 - prusnak@opensuse.org
|
|
|
|
|
|
|
|
- add SDL2 provides
|
|
|
|
|
2013-08-14 08:45:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 13 12:04:26 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Some metadata spruce-up: add current URLs, softer wildcarding
|
|
|
|
in the files list, more robust make install call
|
|
|
|
- Reduce build dependencies
|
|
|
|
- Optional signature verification in local builds
|
|
|
|
|
2013-06-24 20:12:02 +02:00
|
|
|
-------------------------------------------------------------------
|
2013-08-13 13:28:24 +02:00
|
|
|
Tue Aug 13 11:27:54 UTC 2013 - prusnak@opensuse.org
|
2013-06-24 20:12:02 +02:00
|
|
|
|
2013-07-12 23:57:25 +02:00
|
|
|
- created package (version 2.0.0) - based on SDL package
|
2013-05-26 11:01:54 +02:00
|
|
|
|