[Pkg-sdl-commits] [libsdl2] branch master updated (2c11d4e -> 598bf13)

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Sat Mar 15 00:31:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

mafm pushed a change to branch master
in repository libsdl2.

      from  2c11d4e   Release to unstable
      adds  d397975   Imported Upstream version 2.0.2+dfsg1
       new  ab45c00   Merge tag 'upstream/2.0.2+dfsg1'
       new  e55dec2   New upstream release (2.0.2+dfsg1-1)
       new  47ed4ce   Add support for Wayland, including build-depends for libegl1-mesa-dev, libxkbcommon-dev and libwayland-dev (Closes: #714482)
       new  912ba21   Refresh patches
       new  8de5300   Remove patch applied upstream: fix_ftbfs_kfreebsd.diff
       new  d23ccf4   Add thanks to Franz Schrober for the Wayland support
       new  f8a4ce6   Add also OpenGLES support with libgles2-mesa-dev
       new  9ea95b0   Symlink to new version of the library
       new  598bf13   Release to unstable

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |  368 +--
 COPYING.txt                                        |    2 +-
 README-android.txt                                 |   20 +-
 README-dynapi.txt                                  |  130 +
 README-gesture.txt                                 |    4 +-
 README-linux.txt                                   |   80 +
 README-macosx.txt                                  |   10 +-
 README-raspberrypi.txt                             |    8 +-
 README-windows.txt                                 |   42 +
 README.txt                                         |    4 +
 SDL2.spec                                          |    2 +-
 WhatsNew.txt                                       |   43 +
 build-scripts/androidbuild.sh                      |   29 +-
 build-scripts/raspberrypi-buildbot.sh              |    2 +-
 cmake/sdlchecks.cmake                              |  169 +-
 configure                                          |  697 ++++-
 configure.in                                       |  475 +++-
 debian/changelog                                   |   11 +
 debian/control                                     |   10 +-
 debian/patches/SDL2_dont_propagate_lpthread.diff   |   12 +-
 debian/patches/fix_ftbfs_kfreebsd.diff             |   24 -
 debian/patches/fix_joystick_misc_axes.diff         |    2 +-
 debian/patches/series                              |    1 -
 debian/rules                                       |    6 +-
 include/SDL.h                                      |    2 +-
 include/SDL_assert.h                               |   42 +-
 include/SDL_atomic.h                               |  113 +-
 include/SDL_audio.h                                |    2 +-
 include/SDL_bits.h                                 |    2 +-
 include/SDL_blendmode.h                            |    2 +-
 include/SDL_clipboard.h                            |    2 +-
 include/SDL_config.h                               |    6 +-
 include/SDL_config.h.cmake                         |   37 +-
 include/SDL_config.h.in                            |   29 +-
 include/SDL_config_android.h                       |    8 +-
 include/SDL_config_iphoneos.h                      |    7 +-
 include/SDL_config_macosx.h                        |    7 +-
 include/SDL_config_minimal.h                       |    2 +-
 include/SDL_config_pandora.h                       |    5 +-
 include/SDL_config_psp.h                           |    7 +-
 include/SDL_config_windows.h                       |   16 +-
 include/SDL_config_wiz.h                           |    5 +-
 include/SDL_copying.h                              |    2 +-
 include/SDL_cpuinfo.h                              |    7 +-
 include/SDL_egl.h                                  | 1389 ++++++++++
 include/SDL_endian.h                               |    2 +-
 include/SDL_error.h                                |    2 +-
 include/SDL_events.h                               |   11 +-
 include/SDL_filesystem.h                           |    2 +-
 include/SDL_gamecontroller.h                       |   20 +-
 include/SDL_gesture.h                              |    6 +-
 include/SDL_haptic.h                               |    2 +-
 include/SDL_hints.h                                |  105 +-
 include/SDL_joystick.h                             |    4 +-
 include/SDL_keyboard.h                             |    2 +-
 include/SDL_keycode.h                              |    2 +-
 include/SDL_loadso.h                               |    2 +-
 include/SDL_log.h                                  |    2 +-
 include/SDL_main.h                                 |    4 +-
 include/SDL_messagebox.h                           |    2 +-
 include/SDL_mouse.h                                |    2 +-
 include/SDL_mutex.h                                |    2 +-
 include/SDL_opengl.h                               |    2 +-
 include/SDL_opengles.h                             |    2 +-
 include/SDL_opengles2.h                            | 2758 +++++++++++++++++++-
 include/SDL_pixels.h                               |    4 +-
 include/SDL_platform.h                             |   11 +-
 include/SDL_power.h                                |    2 +-
 include/SDL_quit.h                                 |    2 +-
 include/SDL_rect.h                                 |    2 +-
 include/SDL_render.h                               |    6 +-
 include/SDL_revision.h                             |    4 +-
 include/SDL_rwops.h                                |    2 +-
 include/SDL_scancode.h                             |    2 +-
 include/SDL_shape.h                                |    2 +-
 include/SDL_stdinc.h                               |    7 +-
 include/SDL_surface.h                              |    2 +-
 include/SDL_system.h                               |    8 +-
 include/SDL_syswm.h                                |   25 +-
 include/SDL_test.h                                 |    2 +-
 include/SDL_test_assert.h                          |    2 +-
 include/SDL_test_common.h                          |    3 +-
 include/SDL_test_compare.h                         |    2 +-
 include/SDL_test_crc32.h                           |    2 +-
 include/SDL_test_font.h                            |   18 +-
 include/SDL_test_fuzzer.h                          |    2 +-
 include/SDL_test_harness.h                         |    2 +-
 include/SDL_test_images.h                          |    2 +-
 include/SDL_test_log.h                             |    2 +-
 include/SDL_test_md5.h                             |    2 +-
 include/SDL_test_random.h                          |    2 +-
 include/SDL_thread.h                               |   51 +-
 include/SDL_timer.h                                |    2 +-
 include/SDL_touch.h                                |    2 +-
 include/SDL_types.h                                |    2 +-
 include/SDL_version.h                              |    4 +-
 include/SDL_video.h                                |    7 +-
 include/begin_code.h                               |    2 +-
 include/close_code.h                               |    2 +-
 src/SDL.c                                          |   23 +-
 src/SDL_assert.c                                   |   17 +-
 src/SDL_assert_c.h                                 |    2 +-
 src/SDL_error.c                                    |    4 +-
 src/SDL_error_c.h                                  |    4 +-
 src/SDL_hints.c                                    |    4 +-
 src/{events/SDL_gesture_c.h => SDL_internal.h}     |   22 +-
 src/SDL_log.c                                      |    4 +-
 src/atomic/SDL_atomic.c                            |  131 +-
 src/atomic/SDL_spinlock.c                          |    4 +-
 src/audio/SDL_audio.c                              |   20 +-
 src/audio/SDL_audio_c.h                            |    4 +-
 src/audio/SDL_audiocvt.c                           |   58 +-
 src/audio/SDL_audiodev.c                           |    4 +-
 src/audio/SDL_audiodev_c.h                         |    4 +-
 src/audio/SDL_audiomem.h                           |    4 +-
 src/audio/SDL_audiotypecvt.c                       |    4 +-
 src/audio/SDL_mixer.c                              |    4 +-
 src/audio/SDL_sysaudio.h                           |    4 +-
 src/audio/SDL_wave.c                               |    4 +-
 src/audio/SDL_wave.h                               |    4 +-
 src/audio/alsa/SDL_alsa_audio.c                    |    4 +-
 src/audio/alsa/SDL_alsa_audio.h                    |    4 +-
 src/audio/android/SDL_androidaudio.c               |    4 +-
 src/audio/android/SDL_androidaudio.h               |    4 +-
 src/audio/arts/SDL_artsaudio.c                     |    4 +-
 src/audio/arts/SDL_artsaudio.h                     |    4 +-
 src/audio/bsd/SDL_bsdaudio.c                       |    4 +-
 src/audio/bsd/SDL_bsdaudio.h                       |    4 +-
 src/audio/coreaudio/SDL_coreaudio.c                |    4 +-
 src/audio/coreaudio/SDL_coreaudio.h                |    4 +-
 src/audio/directsound/SDL_directsound.c            |    4 +-
 src/audio/directsound/SDL_directsound.h            |    4 +-
 src/audio/disk/SDL_diskaudio.c                     |    4 +-
 src/audio/disk/SDL_diskaudio.h                     |    4 +-
 src/audio/dsp/SDL_dspaudio.c                       |    4 +-
 src/audio/dsp/SDL_dspaudio.h                       |    4 +-
 src/audio/dummy/SDL_dummyaudio.c                   |    4 +-
 src/audio/dummy/SDL_dummyaudio.h                   |    4 +-
 src/audio/esd/SDL_esdaudio.c                       |    4 +-
 src/audio/esd/SDL_esdaudio.h                       |    4 +-
 src/audio/fusionsound/SDL_fsaudio.c                |    4 +-
 src/audio/fusionsound/SDL_fsaudio.h                |    4 +-
 .../SDL_beaudio.cc => haiku/SDL_haikuaudio.cc}     |   71 +-
 .../SDL_beaudio.h => haiku/SDL_haikuaudio.h}       |    4 +-
 src/audio/nas/SDL_nasaudio.c                       |    4 +-
 src/audio/nas/SDL_nasaudio.h                       |    4 +-
 src/audio/paudio/SDL_paudio.c                      |    4 +-
 src/audio/paudio/SDL_paudio.h                      |    4 +-
 src/audio/psp/SDL_pspaudio.c                       |    2 +-
 src/audio/psp/SDL_pspaudio.h                       |    2 +-
 src/audio/pulseaudio/SDL_pulseaudio.c              |    4 +-
 src/audio/pulseaudio/SDL_pulseaudio.h              |    4 +-
 src/audio/qsa/SDL_qsa_audio.c                      |    4 +-
 src/audio/qsa/SDL_qsa_audio.h                      |    4 +-
 src/audio/sdlgenaudiocvt.pl                        |    4 +-
 src/audio/sndio/SDL_sndioaudio.c                   |    4 +-
 src/audio/sndio/SDL_sndioaudio.h                   |    4 +-
 src/audio/sun/SDL_sunaudio.c                       |    4 +-
 src/audio/sun/SDL_sunaudio.h                       |    4 +-
 src/audio/winmm/SDL_winmm.c                        |    4 +-
 src/audio/winmm/SDL_winmm.h                        |    4 +-
 src/audio/xaudio2/SDL_xaudio2.c                    |   10 +-
 src/core/android/SDL_android.c                     |  124 +-
 src/core/android/SDL_android.h                     |    8 +-
 src/{input/evdev => core/linux}/SDL_evdev.c        |    4 +-
 src/{input/evdev => core/linux}/SDL_evdev.h        |    4 +-
 src/core/linux/SDL_udev.c                          |    2 +-
 src/core/linux/SDL_udev.h                          |    4 +-
 src/core/windows/SDL_windows.c                     |   14 +-
 src/core/windows/SDL_windows.h                     |    2 +-
 src/cpuinfo/SDL_cpuinfo.c                          |   55 +-
 src/dynapi/SDL_dynapi.c                            |  302 +++
 src/dynapi/SDL_dynapi.h                            |   54 +
 src/dynapi/SDL_dynapi_overrides.h                  |  577 ++++
 src/dynapi/SDL_dynapi_procs.h                      |  608 +++++
 src/dynapi/gendynapi.pl                            |  141 +
 src/events/SDL_clipboardevents.c                   |    4 +-
 src/events/SDL_clipboardevents_c.h                 |    4 +-
 src/events/SDL_dropevents.c                        |    4 +-
 src/events/SDL_dropevents_c.h                      |    4 +-
 src/events/SDL_events.c                            |   21 +-
 src/events/SDL_events_c.h                          |    4 +-
 src/events/SDL_gesture.c                           |   32 +-
 src/events/SDL_gesture_c.h                         |    4 +-
 src/events/SDL_keyboard.c                          |    4 +-
 src/events/SDL_keyboard_c.h                        |    4 +-
 src/events/SDL_mouse.c                             |  135 +-
 src/events/SDL_mouse_c.h                           |   21 +-
 src/events/SDL_quit.c                              |    4 +-
 src/events/SDL_sysevents.h                         |    8 +-
 src/events/SDL_touch.c                             |    4 +-
 src/events/SDL_touch_c.h                           |    4 +-
 src/events/SDL_windowevents.c                      |    4 +-
 src/events/SDL_windowevents_c.h                    |    4 +-
 src/events/blank_cursor.h                          |    2 +-
 src/events/default_cursor.h                        |    2 +-
 src/events/scancodes_darwin.h                      |    2 +-
 src/events/scancodes_linux.h                       |    2 +-
 src/events/scancodes_windows.h                     |    2 +-
 src/events/scancodes_xfree86.h                     |    2 +-
 src/file/SDL_rwops.c                               |   88 +-
 src/filesystem/cocoa/SDL_sysfilesystem.m           |    6 +-
 src/filesystem/dummy/SDL_sysfilesystem.c           |    4 +-
 .../{beos => haiku}/SDL_sysfilesystem.cc           |   10 +-
 src/filesystem/unix/SDL_sysfilesystem.c            |    4 +-
 src/filesystem/windows/SDL_sysfilesystem.c         |   68 +-
 src/haptic/SDL_haptic.c                            |  131 +-
 src/haptic/SDL_haptic_c.h                          |    2 +-
 src/haptic/SDL_syshaptic.h                         |   11 +-
 src/haptic/darwin/SDL_syshaptic.c                  |  263 +-
 .../darwin/SDL_syshaptic_c.h}                      |    9 +-
 src/haptic/dummy/SDL_syshaptic.c                   |    9 +-
 src/haptic/linux/SDL_syshaptic.c                   |  291 ++-
 src/haptic/windows/SDL_syshaptic.c                 |  382 ++-
 .../windows/SDL_syshaptic_c.h}                     |   14 +-
 src/joystick/SDL_gamecontroller.c                  |  106 +-
 src/joystick/SDL_gamecontrollerdb.h                |   13 +-
 src/joystick/SDL_joystick.c                        |    6 +-
 src/joystick/SDL_joystick_c.h                      |    4 +-
 src/joystick/SDL_sysjoystick.h                     |    4 +-
 src/joystick/android/SDL_sysjoystick.c             |  514 +++-
 src/joystick/android/SDL_sysjoystick_c.h           |   52 +
 src/joystick/bsd/SDL_sysjoystick.c                 |    4 +-
 src/joystick/darwin/SDL_sysjoystick.c              | 1127 +++-----
 src/joystick/darwin/SDL_sysjoystick_c.h            |   49 +-
 src/joystick/dummy/SDL_sysjoystick.c               |    6 +-
 .../SDL_haikujoystick.cc}                          |   15 +-
 src/joystick/iphoneos/SDLUIAccelerationDelegate.h  |    2 +-
 src/joystick/iphoneos/SDLUIAccelerationDelegate.m  |    2 +-
 src/joystick/iphoneos/SDL_sysjoystick.m            |    6 +-
 src/joystick/linux/SDL_sysjoystick.c               |   40 +-
 src/joystick/linux/SDL_sysjoystick_c.h             |    2 +-
 src/joystick/psp/SDL_sysjoystick.c                 |    4 +-
 src/joystick/sort_controllers.py                   |    2 +
 src/joystick/windows/SDL_dxjoystick.c              |   38 +-
 src/joystick/windows/SDL_dxjoystick_c.h            |    4 +-
 src/joystick/windows/SDL_mmjoystick.c              |    4 +-
 src/libm/math_libm.h                               |    4 +-
 src/libm/s_atan.c                                  |    1 +
 src/loadso/dlopen/SDL_sysloadso.c                  |    4 +-
 src/loadso/dummy/SDL_sysloadso.c                   |    4 +-
 src/loadso/{beos => haiku}/SDL_sysloadso.c         |   10 +-
 src/loadso/windows/SDL_sysloadso.c                 |    4 +-
 src/main/android/SDL_android_main.c                |    2 +-
 src/main/dummy/SDL_dummy_main.c                    |    2 +-
 src/main/{beos => haiku}/SDL_BApp.h                |   10 +-
 src/main/{beos => haiku}/SDL_BeApp.cc              |   12 +-
 src/main/{beos => haiku}/SDL_BeApp.h               |    4 +-
 src/main/psp/SDL_psp_main.c                        |    2 +-
 src/main/windows/version.rc                        |   10 +-
 src/power/SDL_power.c                              |   10 +-
 src/power/android/SDL_syspower.c                   |    4 +-
 src/power/{beos => haiku}/SDL_syspower.c           |   11 +-
 src/power/linux/SDL_syspower.c                     |    4 +-
 src/power/macosx/SDL_syspower.c                    |    4 +-
 src/power/psp/SDL_syspower.c                       |    4 +-
 src/power/uikit/SDL_syspower.h                     |    4 +-
 src/power/uikit/SDL_syspower.m                     |    8 +-
 src/power/windows/SDL_syspower.c                   |    4 +-
 src/render/SDL_render.c                            |   11 +-
 src/render/SDL_sysrender.h                         |    4 +-
 src/render/SDL_yuv_mmx.c                           |    4 +-
 src/render/SDL_yuv_sw.c                            |    4 +-
 src/render/SDL_yuv_sw_c.h                          |    4 +-
 src/render/direct3d/SDL_render_d3d.c               |  124 +-
 src/render/opengl/SDL_glfuncs.h                    |   18 +-
 src/render/opengl/SDL_render_gl.c                  |  114 +-
 src/render/opengl/SDL_shaders_gl.c                 |    4 +-
 src/render/opengl/SDL_shaders_gl.h                 |    4 +-
 src/render/opengles/SDL_render_gles.c              |   29 +-
 src/render/opengles2/SDL_gles2funcs.h              |    2 +
 src/render/opengles2/SDL_render_gles2.c            |   57 +-
 src/render/opengles2/SDL_shaders_gles2.c           |    4 +-
 src/render/opengles2/SDL_shaders_gles2.h           |    4 +-
 src/render/psp/SDL_render_psp.c                    |    4 +-
 src/render/software/SDL_blendfillrect.c            |    4 +-
 src/render/software/SDL_blendfillrect.h            |    4 +-
 src/render/software/SDL_blendline.c                |    4 +-
 src/render/software/SDL_blendline.h                |    4 +-
 src/render/software/SDL_blendpoint.c               |    4 +-
 src/render/software/SDL_blendpoint.h               |    4 +-
 src/render/software/SDL_draw.h                     |    4 +-
 src/render/software/SDL_drawline.c                 |    4 +-
 src/render/software/SDL_drawline.h                 |    4 +-
 src/render/software/SDL_drawpoint.c                |    4 +-
 src/render/software/SDL_drawpoint.h                |    4 +-
 src/render/software/SDL_render_sw.c                |    4 +-
 src/render/software/SDL_render_sw_c.h              |    2 +-
 src/render/software/SDL_rotate.c                   |    2 +-
 src/stdlib/SDL_getenv.c                            |    7 +-
 src/stdlib/SDL_iconv.c                             |    4 +-
 src/stdlib/SDL_malloc.c                            |    4 +-
 src/stdlib/SDL_qsort.c                             |    2 +-
 src/stdlib/SDL_stdlib.c                            |   53 +-
 src/stdlib/SDL_string.c                            |   69 +-
 src/test/SDL_test_assert.c                         |    2 +-
 src/test/SDL_test_common.c                         |  300 ++-
 src/test/SDL_test_compare.c                        |    2 +-
 src/test/SDL_test_crc32.c                          |    2 +-
 src/test/SDL_test_font.c                           |  266 +-
 src/test/SDL_test_fuzzer.c                         |    2 +-
 src/test/SDL_test_harness.c                        |   36 +-
 src/test/SDL_test_imageBlit.c                      |    2 +-
 src/test/SDL_test_imageBlitBlend.c                 |    2 +-
 src/test/SDL_test_imageFace.c                      |    2 +-
 src/test/SDL_test_imagePrimitives.c                |    2 +-
 src/test/SDL_test_imagePrimitivesBlend.c           |    2 +-
 src/test/SDL_test_log.c                            |    2 +-
 src/test/SDL_test_md5.c                            |    2 +-
 src/test/SDL_test_random.c                         |    2 +-
 src/thread/SDL_systhread.h                         |    7 +-
 src/thread/SDL_thread.c                            |   57 +-
 src/thread/SDL_thread_c.h                          |   17 +-
 src/thread/beos/SDL_syssem.c                       |  151 --
 src/thread/beos/SDL_systhread.c                    |  126 -
 src/thread/beos/SDL_systhread_c.h                  |   32 -
 src/thread/beos/SDL_systls.c                       |   70 -
 src/thread/generic/SDL_syscond.c                   |    4 +-
 src/thread/generic/SDL_sysmutex.c                  |    4 +-
 src/thread/generic/SDL_sysmutex_c.h                |    4 +-
 src/thread/generic/SDL_syssem.c                    |    4 +-
 src/thread/generic/SDL_systhread.c                 |   10 +-
 src/thread/generic/SDL_systhread_c.h               |    4 +-
 src/thread/generic/SDL_systls.c                    |    4 +-
 src/thread/psp/SDL_syscond.c                       |    4 +-
 src/thread/psp/SDL_sysmutex.c                      |    4 +-
 src/thread/psp/SDL_sysmutex_c.h                    |    4 +-
 src/thread/psp/SDL_syssem.c                        |    2 +-
 src/thread/psp/SDL_systhread.c                     |    8 +-
 src/thread/psp/SDL_systhread_c.h                   |    2 +-
 src/thread/pthread/SDL_syscond.c                   |    4 +-
 src/thread/pthread/SDL_sysmutex.c                  |    4 +-
 src/thread/pthread/SDL_sysmutex_c.h                |    4 +-
 src/thread/pthread/SDL_syssem.c                    |    4 +-
 src/thread/pthread/SDL_systhread.c                 |   21 +-
 src/thread/pthread/SDL_systhread_c.h               |    4 +-
 src/thread/pthread/SDL_systls.c                    |    4 +-
 src/thread/windows/SDL_sysmutex.c                  |    4 +-
 src/thread/windows/SDL_syssem.c                    |    4 +-
 src/thread/windows/SDL_systhread.c                 |   10 +-
 src/thread/windows/SDL_systhread_c.h               |    4 +-
 src/thread/windows/SDL_systls.c                    |    4 +-
 src/timer/SDL_timer.c                              |    8 +-
 src/timer/SDL_timer_c.h                            |    7 +-
 src/timer/dummy/SDL_systimer.c                     |   14 +-
 src/timer/{beos => haiku}/SDL_systimer.c           |   20 +-
 src/timer/psp/SDL_systimer.c                       |   13 +-
 src/timer/unix/SDL_systimer.c                      |   18 +-
 src/timer/windows/SDL_systimer.c                   |   32 +-
 src/video/SDL_RLEaccel.c                           |    4 +-
 src/video/SDL_RLEaccel_c.h                         |    4 +-
 src/video/SDL_blit.c                               |    4 +-
 src/video/SDL_blit.h                               |    4 +-
 src/video/SDL_blit_0.c                             |    4 +-
 src/video/SDL_blit_1.c                             |    4 +-
 src/video/SDL_blit_A.c                             |    4 +-
 src/video/SDL_blit_N.c                             |    4 +-
 src/video/SDL_blit_auto.c                          |    4 +-
 src/video/SDL_blit_auto.h                          |    4 +-
 src/video/SDL_blit_copy.c                          |    4 +-
 src/video/SDL_blit_copy.h                          |    2 +-
 src/video/SDL_blit_slow.c                          |    4 +-
 src/video/SDL_blit_slow.h                          |    4 +-
 src/video/SDL_bmp.c                                |   10 +-
 src/video/SDL_clipboard.c                          |    4 +-
 src/video/SDL_egl.c                                |  232 +-
 src/video/{SDL_egl.h => SDL_egl_c.h}               |   48 +-
 src/video/SDL_fillrect.c                           |  121 +-
 src/video/SDL_pixels.c                             |    4 +-
 src/video/SDL_pixels_c.h                           |    4 +-
 src/video/SDL_rect.c                               |    4 +-
 src/video/SDL_rect_c.h                             |    4 +-
 src/video/SDL_shape.c                              |    4 +-
 src/video/SDL_shape_internals.h                    |    4 +-
 src/video/SDL_stretch.c                            |    4 +-
 src/video/SDL_surface.c                            |    4 +-
 src/video/SDL_sysvideo.h                           |   17 +-
 src/video/SDL_video.c                              |  235 +-
 src/video/android/SDL_androidclipboard.c           |    4 +-
 src/video/android/SDL_androidclipboard.h           |    4 +-
 src/video/android/SDL_androidevents.c              |   10 +-
 src/video/android/SDL_androidevents.h              |    4 +-
 src/video/android/SDL_androidgl.c                  |    6 +-
 src/video/android/SDL_androidkeyboard.c            |    5 +-
 src/video/android/SDL_androidkeyboard.h            |    4 +-
 src/video/android/SDL_androidtouch.c               |   50 +-
 src/video/android/SDL_androidtouch.h               |    4 +-
 src/video/android/SDL_androidvideo.c               |    6 +-
 src/video/android/SDL_androidvideo.h               |    4 +-
 src/video/android/SDL_androidwindow.c              |    8 +-
 src/video/android/SDL_androidwindow.h              |    6 +-
 src/video/cocoa/SDL_cocoaclipboard.h               |    4 +-
 src/video/cocoa/SDL_cocoaclipboard.m               |    4 +-
 src/video/cocoa/SDL_cocoaevents.h                  |    4 +-
 src/video/cocoa/SDL_cocoaevents.m                  |   62 +-
 src/video/cocoa/SDL_cocoakeyboard.h                |    4 +-
 src/video/cocoa/SDL_cocoakeyboard.m                |   62 +-
 src/video/cocoa/SDL_cocoamessagebox.h              |    4 +-
 src/video/cocoa/SDL_cocoamessagebox.m              |    4 +-
 src/video/cocoa/SDL_cocoamodes.h                   |    4 +-
 src/video/cocoa/SDL_cocoamodes.m                   |    4 +-
 src/video/cocoa/SDL_cocoamouse.h                   |   15 +-
 src/video/cocoa/SDL_cocoamouse.m                   |  130 +-
 src/video/cocoa/SDL_cocoamousetap.h                |    4 +-
 src/video/cocoa/SDL_cocoamousetap.m                |   12 +-
 src/video/cocoa/SDL_cocoaopengl.h                  |    4 +-
 src/video/cocoa/SDL_cocoaopengl.m                  |   95 +-
 src/video/cocoa/SDL_cocoashape.h                   |    4 +-
 src/video/cocoa/SDL_cocoashape.m                   |    6 +-
 src/video/cocoa/SDL_cocoavideo.h                   |    5 +-
 src/video/cocoa/SDL_cocoavideo.m                   |   10 +-
 src/video/cocoa/SDL_cocoawindow.h                  |   31 +-
 src/video/cocoa/SDL_cocoawindow.m                  |  480 +++-
 src/video/directfb/SDL_DirectFB_WM.c               |    4 +-
 src/video/directfb/SDL_DirectFB_WM.h               |    2 +-
 src/video/directfb/SDL_DirectFB_dyn.c              |    4 +-
 src/video/directfb/SDL_DirectFB_dyn.h              |    2 +-
 src/video/directfb/SDL_DirectFB_events.c           |    4 +-
 src/video/directfb/SDL_DirectFB_events.h           |    2 +-
 src/video/directfb/SDL_DirectFB_modes.c            |    4 +-
 src/video/directfb/SDL_DirectFB_modes.h            |    2 +-
 src/video/directfb/SDL_DirectFB_mouse.c            |    4 +-
 src/video/directfb/SDL_DirectFB_mouse.h            |    2 +-
 src/video/directfb/SDL_DirectFB_opengl.c           |    4 +-
 src/video/directfb/SDL_DirectFB_opengl.h           |    2 +-
 src/video/directfb/SDL_DirectFB_render.c           |    4 +-
 src/video/directfb/SDL_DirectFB_render.h           |    2 +-
 src/video/directfb/SDL_DirectFB_shape.c            |    4 +-
 src/video/directfb/SDL_DirectFB_shape.h            |    2 +-
 src/video/directfb/SDL_DirectFB_video.c            |    6 +-
 src/video/directfb/SDL_DirectFB_video.h            |    4 +-
 src/video/directfb/SDL_DirectFB_window.c           |    4 +-
 src/video/directfb/SDL_DirectFB_window.h           |    2 +-
 src/video/dummy/SDL_nullevents.c                   |    4 +-
 src/video/dummy/SDL_nullevents_c.h                 |    4 +-
 src/video/dummy/SDL_nullframebuffer.c              |    4 +-
 src/video/dummy/SDL_nullframebuffer_c.h            |    4 +-
 src/video/dummy/SDL_nullvideo.c                    |    4 +-
 src/video/dummy/SDL_nullvideo.h                    |    4 +-
 src/video/{bwindow => haiku}/SDL_BWin.h            |   10 +-
 src/video/{bwindow => haiku}/SDL_bclipboard.cc     |    8 +-
 src/video/{bwindow => haiku}/SDL_bclipboard.h      |    4 +-
 src/video/{bwindow => haiku}/SDL_bevents.cc        |    8 +-
 src/video/{bwindow => haiku}/SDL_bevents.h         |    2 +-
 src/video/{bwindow => haiku}/SDL_bframebuffer.cc   |   10 +-
 src/video/{bwindow => haiku}/SDL_bframebuffer.h    |    2 +-
 src/video/{bwindow => haiku}/SDL_bkeyboard.cc      |    8 +-
 src/video/{bwindow => haiku}/SDL_bkeyboard.h       |    2 +-
 src/video/{bwindow => haiku}/SDL_bmodes.cc         |   10 +-
 src/video/{bwindow => haiku}/SDL_bmodes.h          |    2 +-
 src/video/{bwindow => haiku}/SDL_bopengl.cc        |   10 +-
 src/video/{bwindow => haiku}/SDL_bopengl.h         |    2 +-
 src/video/{bwindow => haiku}/SDL_bvideo.cc         |   12 +-
 src/video/{bwindow => haiku}/SDL_bvideo.h          |    4 +-
 src/video/{bwindow => haiku}/SDL_bwindow.cc        |   14 +-
 src/video/{bwindow => haiku}/SDL_bwindow.h         |    2 +-
 src/video/mir/SDL_mirdyn.c                         |  177 ++
 .../beos/SDL_BeApp.h => video/mir/SDL_mirdyn.h}    |   34 +-
 src/video/mir/SDL_mirevents.c                      |  260 ++
 .../SDL_gesture_c.h => video/mir/SDL_mirevents.h}  |   19 +-
 src/video/mir/SDL_mirframebuffer.c                 |  155 ++
 .../SDL_mirframebuffer.h}                          |   33 +-
 src/video/mir/SDL_mirmouse.c                       |  154 ++
 .../SDL_uikitappdelegate.h => mir/SDL_mirmouse.h}  |   19 +-
 src/video/mir/SDL_miropengl.c                      |   96 +
 .../mir/SDL_miropengl.h}                           |   40 +-
 src/video/mir/SDL_mirsym.h                         |   48 +
 src/video/mir/SDL_mirvideo.c                       |  345 +++
 .../SDL_beaudio.h => video/mir/SDL_mirvideo.h}     |   23 +-
 src/video/mir/SDL_mirwindow.c                      |  227 ++
 .../SDL_cocoavideo.h => mir/SDL_mirwindow.h}       |   68 +-
 src/video/pandora/SDL_pandora.c                    |    4 +-
 src/video/pandora/SDL_pandora.h                    |    4 +-
 src/video/pandora/SDL_pandora_events.c             |    4 +-
 src/video/pandora/SDL_pandora_events.h             |    4 +-
 src/video/psp/SDL_pspevents.c                      |    2 +-
 src/video/psp/SDL_pspevents_c.h                    |    2 +-
 src/video/psp/SDL_pspgl.c                          |    2 +-
 src/video/psp/SDL_pspgl_c.h                        |    2 +-
 src/video/psp/SDL_pspmouse.c                       |    2 +-
 src/video/psp/SDL_pspmouse_c.h                     |    2 +-
 src/video/psp/SDL_pspvideo.c                       |    4 +-
 src/video/psp/SDL_pspvideo.h                       |    4 +-
 src/video/raspberry/SDL_rpievents.c                |    6 +-
 src/video/raspberry/SDL_rpievents_c.h              |    2 +-
 src/video/raspberry/SDL_rpimouse.c                 |    4 +-
 src/video/raspberry/SDL_rpimouse.h                 |    2 +-
 src/video/raspberry/SDL_rpiopengles.c              |    4 +-
 src/video/raspberry/SDL_rpiopengles.h              |    6 +-
 src/video/raspberry/SDL_rpivideo.c                 |   26 +-
 src/video/raspberry/SDL_rpivideo.h                 |    4 +-
 src/video/sdlgenblit.pl                            |    4 +-
 src/video/uikit/SDL_uikitappdelegate.h             |    2 +-
 src/video/uikit/SDL_uikitappdelegate.m             |    4 +-
 src/video/uikit/SDL_uikitevents.h                  |    2 +-
 src/video/uikit/SDL_uikitevents.m                  |    4 +-
 src/video/uikit/SDL_uikitmessagebox.h              |    4 +-
 src/video/uikit/SDL_uikitmessagebox.m              |    4 +-
 src/video/uikit/SDL_uikitmodes.h                   |    4 +-
 src/video/uikit/SDL_uikitmodes.m                   |    4 +-
 src/video/uikit/SDL_uikitopengles.h                |    2 +-
 src/video/uikit/SDL_uikitopengles.m                |    4 +-
 src/video/uikit/SDL_uikitopenglview.h              |    2 +-
 src/video/uikit/SDL_uikitopenglview.m              |   15 +-
 src/video/uikit/SDL_uikitvideo.h                   |    2 +-
 src/video/uikit/SDL_uikitvideo.m                   |    5 +-
 src/video/uikit/SDL_uikitview.h                    |    7 +-
 src/video/uikit/SDL_uikitview.m                    |  108 +-
 src/video/uikit/SDL_uikitviewcontroller.h          |    2 +-
 src/video/uikit/SDL_uikitviewcontroller.m          |    4 +-
 src/video/uikit/SDL_uikitwindow.h                  |    2 +-
 src/video/uikit/SDL_uikitwindow.m                  |    4 +-
 src/video/uikit/keyinfotable.h                     |    2 +-
 src/video/wayland/SDL_waylanddyn.c                 |  195 ++
 src/video/wayland/SDL_waylanddyn.h                 |  104 +
 src/video/wayland/SDL_waylandevents.c              |  404 +++
 .../SDL_waylandevents_c.h}                         |   24 +-
 src/video/wayland/SDL_waylandmouse.c               |  414 +++
 .../SDL_bevents.h => wayland/SDL_waylandmouse.h}   |   20 +-
 src/video/wayland/SDL_waylandopengles.c            |   91 +
 .../SDL_waylandopengles.h}                         |   43 +-
 src/video/wayland/SDL_waylandsym.h                 |  106 +
 src/video/wayland/SDL_waylandtouch.c               |  264 ++
 src/video/wayland/SDL_waylandtouch.h               |  352 +++
 src/video/wayland/SDL_waylandvideo.c               |  437 ++++
 src/video/wayland/SDL_waylandvideo.h               |   74 +
 src/video/wayland/SDL_waylandwindow.c              |  243 ++
 src/video/wayland/SDL_waylandwindow.h              |   61 +
 src/video/windows/SDL_vkeys.h                      |    2 +-
 src/video/windows/SDL_windowsclipboard.c           |    4 +-
 src/video/windows/SDL_windowsclipboard.h           |    4 +-
 src/video/windows/SDL_windowsevents.c              |  311 ++-
 src/video/windows/SDL_windowsevents.h              |    4 +-
 src/video/windows/SDL_windowsframebuffer.c         |    4 +-
 src/video/windows/SDL_windowsframebuffer.h         |    4 +-
 src/video/windows/SDL_windowskeyboard.c            |    4 +-
 src/video/windows/SDL_windowskeyboard.h            |    4 +-
 src/video/windows/SDL_windowsmessagebox.c          |    4 +-
 src/video/windows/SDL_windowsmessagebox.h          |    4 +-
 src/video/windows/SDL_windowsmodes.c               |   26 +-
 src/video/windows/SDL_windowsmodes.h               |    6 +-
 src/video/windows/SDL_windowsmouse.c               |   49 +-
 src/video/windows/SDL_windowsmouse.h               |    4 +-
 src/video/windows/SDL_windowsopengl.c              |   95 +-
 src/video/windows/SDL_windowsopengl.h              |    7 +-
 src/video/windows/SDL_windowsopengles.c            |  139 +
 .../SDL_windowsopengles.h}                         |   42 +-
 src/video/windows/SDL_windowsshape.c               |    4 +-
 src/video/windows/SDL_windowsshape.h               |    4 +-
 src/video/windows/SDL_windowsvideo.c               |   89 +-
 src/video/windows/SDL_windowsvideo.h               |    5 +-
 src/video/windows/SDL_windowswindow.c              |  137 +-
 src/video/windows/SDL_windowswindow.h              |   15 +-
 src/video/windows/wmmsg.h                          |   82 +-
 src/video/x11/SDL_x11clipboard.c                   |    4 +-
 src/video/x11/SDL_x11clipboard.h                   |    4 +-
 src/video/x11/SDL_x11dyn.c                         |    4 +-
 src/video/x11/SDL_x11dyn.h                         |    4 +-
 src/video/x11/SDL_x11events.c                      |   79 +-
 src/video/x11/SDL_x11events.h                      |    4 +-
 src/video/x11/SDL_x11framebuffer.c                 |    4 +-
 src/video/x11/SDL_x11framebuffer.h                 |    4 +-
 src/video/x11/SDL_x11keyboard.c                    |    4 +-
 src/video/x11/SDL_x11keyboard.h                    |    4 +-
 src/video/x11/SDL_x11messagebox.c                  |   10 +-
 src/video/x11/SDL_x11messagebox.h                  |    2 +-
 src/video/x11/SDL_x11modes.c                       |    7 +-
 src/video/x11/SDL_x11modes.h                       |    4 +-
 src/video/x11/SDL_x11mouse.c                       |    4 +-
 src/video/x11/SDL_x11mouse.h                       |    4 +-
 src/video/x11/SDL_x11opengl.c                      |    4 +-
 src/video/x11/SDL_x11opengl.h                      |    4 +-
 src/video/x11/SDL_x11opengles.c                    |    5 +-
 src/video/x11/SDL_x11opengles.h                    |    6 +-
 src/video/x11/SDL_x11shape.c                       |    4 +-
 src/video/x11/SDL_x11shape.h                       |    4 +-
 src/video/x11/SDL_x11sym.h                         |    2 +-
 src/video/x11/SDL_x11touch.c                       |    4 +-
 src/video/x11/SDL_x11touch.h                       |    4 +-
 src/video/x11/SDL_x11video.c                       |  101 +-
 src/video/x11/SDL_x11video.h                       |    7 +-
 src/video/x11/SDL_x11window.c                      |    8 +-
 src/video/x11/SDL_x11window.h                      |    4 +-
 src/video/x11/SDL_x11xinput2.c                     |   50 +-
 src/video/x11/SDL_x11xinput2.h                     |    4 +-
 src/video/x11/imKStoUCS.c                          |    2 +-
 test/Makefile.in                                   |   21 +-
 test/README                                        |    3 +
 test/axis.bmp                                      |  Bin 0 -> 3746 bytes
 test/button.bmp                                    |  Bin 0 -> 3746 bytes
 test/checkkeys.c                                   |    2 +-
 test/configure                                     |   41 +-
 test/configure.in                                  |   27 +-
 test/controllermap.bmp                             |  Bin 0 -> 163450 bytes
 test/controllermap.c                               |  438 ++++
 test/loopwave.c                                    |    2 +-
 test/testatomic.c                                  |    2 +-
 test/testaudioinfo.c                               |    2 +-
 test/testautomation.c                              |    2 +-
 test/testautomation_platform.c                     |    4 +
 test/testdraw2.c                                   |    2 +-
 test/testdrawchessboard.c                          |  218 +-
 test/testdropfile.c                                |    8 +-
 test/testerror.c                                   |    2 +-
 test/testfile.c                                    |    2 +-
 test/testfilesystem.c                              |    2 +-
 test/testgamecontroller.c                          |  217 +-
 test/testgesture.c                                 |   16 +-
 test/testgl2.c                                     |  260 +-
 test/testgles.c                                    |    4 +-
 test/testgles2.c                                   |  695 +++++
 test/testhaptic.c                                  |    2 +-
 test/testhotplug.c                                 |  159 ++
 test/testiconv.c                                   |    2 +-
 test/testime.c                                     |    2 +-
 test/testintersections.c                           |    2 +-
 test/testjoystick.c                                |   17 +-
 test/testkeys.c                                    |    2 +-
 test/testloadso.c                                  |    2 +-
 test/testlock.c                                    |    2 +-
 test/testmessage.c                                 |    2 +-
 test/testmultiaudio.c                              |    2 +-
 test/testnative.c                                  |    2 +-
 test/testnative.h                                  |    2 +-
 test/testnativew32.c                               |    2 +-
 test/testnativex11.c                               |    2 +-
 test/testoverlay2.c                                |    2 +-
 test/testplatform.c                                |    3 +-
 test/testpower.c                                   |    2 +-
 test/testrelative.c                                |    2 +-
 test/testrendercopyex.c                            |    2 +-
 test/testrendertarget.c                            |    2 +-
 test/testresample.c                                |    2 +-
 test/testrumble.c                                  |    2 +-
 test/testscale.c                                   |    2 +-
 test/testsem.c                                     |    2 +-
 test/testshader.c                                  |    4 +-
 test/testshape.c                                   |   37 +-
 test/testsprite2.c                                 |    4 +-
 test/testspriteminimal.c                           |    2 +-
 test/teststreaming.c                               |    2 +-
 test/testthread.c                                  |    2 +-
 test/testtimer.c                                   |    2 +-
 test/testver.c                                     |    2 +-
 test/testviewport.c                                |  184 ++
 test/testwm2.c                                     |    2 +-
 test/torturethread.c                               |    2 +-
 647 files changed, 20753 insertions(+), 4966 deletions(-)
 create mode 100644 README-dynapi.txt
 create mode 100644 README-linux.txt
 create mode 100644 README-windows.txt
 delete mode 100644 debian/patches/fix_ftbfs_kfreebsd.diff
 create mode 100644 include/SDL_egl.h
 copy src/{events/SDL_gesture_c.h => SDL_internal.h} (71%)
 rename src/audio/{baudio/SDL_beaudio.cc => haiku/SDL_haikuaudio.cc} (80%)
 copy src/audio/{baudio/SDL_beaudio.h => haiku/SDL_haikuaudio.h} (92%)
 rename src/{input/evdev => core/linux}/SDL_evdev.c (99%)
 rename src/{input/evdev => core/linux}/SDL_evdev.h (94%)
 create mode 100644 src/dynapi/SDL_dynapi.c
 create mode 100644 src/dynapi/SDL_dynapi.h
 create mode 100644 src/dynapi/SDL_dynapi_overrides.h
 create mode 100644 src/dynapi/SDL_dynapi_procs.h
 create mode 100755 src/dynapi/gendynapi.pl
 rename src/filesystem/{beos => haiku}/SDL_sysfilesystem.cc (91%)
 copy src/{thread/pthread/SDL_systhread_c.h => haptic/darwin/SDL_syshaptic_c.h} (83%)
 copy src/{events/SDL_clipboardevents_c.h => haptic/windows/SDL_syshaptic_c.h} (72%)
 create mode 100644 src/joystick/android/SDL_sysjoystick_c.h
 rename src/joystick/{beos/SDL_bejoystick.cc => haiku/SDL_haikujoystick.cc} (96%)
 rename src/loadso/{beos => haiku}/SDL_sysloadso.c (91%)
 rename src/main/{beos => haiku}/SDL_BApp.h (97%)
 rename src/main/{beos => haiku}/SDL_BeApp.cc (93%)
 copy src/main/{beos => haiku}/SDL_BeApp.h (93%)
 rename src/power/{beos => haiku}/SDL_syspower.c (93%)
 delete mode 100644 src/thread/beos/SDL_syssem.c
 delete mode 100644 src/thread/beos/SDL_systhread.c
 delete mode 100644 src/thread/beos/SDL_systhread_c.h
 delete mode 100644 src/thread/beos/SDL_systls.c
 rename src/timer/{beos => haiku}/SDL_systimer.c (84%)
 rename src/video/{SDL_egl.h => SDL_egl_c.h} (73%)
 rename src/video/{bwindow => haiku}/SDL_BWin.h (98%)
 rename src/video/{bwindow => haiku}/SDL_bclipboard.cc (93%)
 rename src/video/{bwindow => haiku}/SDL_bclipboard.h (92%)
 rename src/video/{bwindow => haiku}/SDL_bevents.cc (87%)
 copy src/video/{bwindow => haiku}/SDL_bevents.h (94%)
 rename src/video/{bwindow => haiku}/SDL_bframebuffer.cc (97%)
 rename src/video/{bwindow => haiku}/SDL_bframebuffer.h (96%)
 rename src/video/{bwindow => haiku}/SDL_bkeyboard.cc (97%)
 rename src/video/{bwindow => haiku}/SDL_bkeyboard.h (95%)
 rename src/video/{bwindow => haiku}/SDL_bmodes.cc (97%)
 rename src/video/{bwindow => haiku}/SDL_bmodes.h (96%)
 rename src/video/{bwindow => haiku}/SDL_bopengl.cc (96%)
 rename src/video/{bwindow => haiku}/SDL_bopengl.h (96%)
 rename src/video/{bwindow => haiku}/SDL_bvideo.cc (95%)
 rename src/video/{bwindow => haiku}/SDL_bvideo.h (92%)
 rename src/video/{bwindow => haiku}/SDL_bwindow.cc (95%)
 rename src/video/{bwindow => haiku}/SDL_bwindow.h (97%)
 create mode 100644 src/video/mir/SDL_mirdyn.c
 rename src/{main/beos/SDL_BeApp.h => video/mir/SDL_mirdyn.h} (61%)
 create mode 100644 src/video/mir/SDL_mirevents.c
 copy src/{events/SDL_gesture_c.h => video/mir/SDL_mirevents.h} (72%)
 create mode 100644 src/video/mir/SDL_mirframebuffer.c
 copy src/video/{directfb/SDL_DirectFB_mouse.h => mir/SDL_mirframebuffer.h} (61%)
 create mode 100644 src/video/mir/SDL_mirmouse.c
 copy src/video/{uikit/SDL_uikitappdelegate.h => mir/SDL_mirmouse.h} (77%)
 create mode 100644 src/video/mir/SDL_miropengl.c
 copy src/{events/SDL_dropevents_c.h => video/mir/SDL_miropengl.h} (54%)
 create mode 100644 src/video/mir/SDL_mirsym.h
 create mode 100644 src/video/mir/SDL_mirvideo.c
 rename src/{audio/baudio/SDL_beaudio.h => video/mir/SDL_mirvideo.h} (73%)
 create mode 100644 src/video/mir/SDL_mirwindow.c
 copy src/video/{cocoa/SDL_cocoavideo.h => mir/SDL_mirwindow.h} (50%)
 create mode 100644 src/video/wayland/SDL_waylanddyn.c
 create mode 100644 src/video/wayland/SDL_waylanddyn.h
 create mode 100644 src/video/wayland/SDL_waylandevents.c
 copy src/video/{dummy/SDL_nullevents.c => wayland/SDL_waylandevents_c.h} (68%)
 create mode 100644 src/video/wayland/SDL_waylandmouse.c
 rename src/video/{bwindow/SDL_bevents.h => wayland/SDL_waylandmouse.h} (78%)
 create mode 100644 src/video/wayland/SDL_waylandopengles.c
 copy src/video/{x11/SDL_x11opengles.h => wayland/SDL_waylandopengles.h} (50%)
 create mode 100644 src/video/wayland/SDL_waylandsym.h
 create mode 100644 src/video/wayland/SDL_waylandtouch.c
 create mode 100644 src/video/wayland/SDL_waylandtouch.h
 create mode 100644 src/video/wayland/SDL_waylandvideo.c
 create mode 100644 src/video/wayland/SDL_waylandvideo.h
 create mode 100644 src/video/wayland/SDL_waylandwindow.c
 create mode 100644 src/video/wayland/SDL_waylandwindow.h
 create mode 100644 src/video/windows/SDL_windowsopengles.c
 copy src/video/{x11/SDL_x11opengles.h => windows/SDL_windowsopengles.h} (51%)
 create mode 100644 test/axis.bmp
 create mode 100644 test/button.bmp
 create mode 100644 test/controllermap.bmp
 create mode 100644 test/controllermap.c
 create mode 100644 test/testgles2.c
 create mode 100644 test/testhotplug.c
 create mode 100644 test/testviewport.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2.git



More information about the pkg-sdl-commits mailing list