Upgrade version to 2.0.14. 40/269840/5 accepted/tizen/unified/20220225.151856 submit/tizen/20220224.063941
authorhuayong.xu <huayong.xu@samsung.com>
Thu, 20 Jan 2022 08:27:04 +0000 (16:27 +0800)
committerhuayong.xu <huayong.xu@samsung.com>
Mon, 14 Feb 2022 01:56:09 +0000 (09:56 +0800)
commit405e471dff33d2e1be79e12fcd276db7cf4f7cf2
treead1f560b4c9a392b4cdf31082c45982eea3637e6
parent97aa9ebf722ca8ccc161d84395f20b17b8153e84
parente6949a9ee5a3badbde725df913742f79c346fe96
Upgrade version to 2.0.14.

When upgrading, Orphan-packaging Model is used:
1. import SDL source in tizen branch.
   gbs import ../zlib-2.0.14.tar.gz
2. push source into remote upstream branch
   git push origin --tags
3. merge source from upstream to tizen.
   git merge upstream
4. fix conflicts and build errors.

Change-Id: I4d4a861abf05a67807d906d2fb7d46814b49b244
98 files changed:
.gbs.conf
CMakeLists.txt
Xcode/SDL/pkg-support/sdl_logo.pdf
cmake/sdlchecks.cmake
configure
configure.ac
extension/SDL2_ttf-2.0.14/COPYING.txt
include/SDL.h
include/SDL_audio.h
include/SDL_config.h.cmake
include/SDL_config.h.in
include/SDL_events.h
include/SDL_gamecontroller.h
include/SDL_hints.h
include/SDL_main.h
include/SDL_platform.h
include/SDL_render.h
include/SDL_surface.h
include/SDL_syswm.h
include/SDL_test_harness.h
include/SDL_video.h
packaging/SDL2.spec
src/SDL.c
src/SDL_log.c
src/audio/SDL_audio.c
src/audio/openslES/SDL_openslES.h
src/audio/qsa/SDL_qsa_audio.c
src/dynapi/SDL_dynapi_overrides.h
src/dynapi/SDL_dynapi_procs.h
src/events/SDL_events.c
src/misc/dummy/SDL_sysurl.c
src/power/linux/SDL_syspower.c
src/render/opengles2/SDL_gles2funcs.h
src/test/SDL_test_fuzzer.c
src/test/SDL_test_harness.c
src/test/SDL_test_log.c
src/timer/SDL_timer.c
src/video/SDL_egl.c
src/video/SDL_sysvideo.h
src/video/SDL_video.c
src/video/SDL_vulkan_internal.h
src/video/tizen/SDL_tizentouch.c
src/video/tizen/SDL_tizentouch.h
src/video/tizen/SDL_tizenvideo.c
src/video/wayland/SDL_waylandvideo.c
src/video/x11/SDL_x11window.c
test/CMakeLists.txt
test/Makefile.in
test/loopwave.c
test/loopwavequeue.c
test/packaging/sdl_test.spec
test/testatomic.c
test/testaudiohotplug.c
test/testaudioinfo.c
test/testautomation.c
test/testautomation_audio.c
test/testautomation_hints.c
test/testautomation_keyboard.c
test/testautomation_platform.c
test/testautomation_render.c
test/testautomation_rwops.c
test/testautomation_surface.c
test/testautomation_timer.c
test/testdisplayinfo.c
test/testdraw2.c
test/testdrawchessboard.c
test/testdropfile.c
test/testerror.c
test/testfilesystem.c
test/testgles.c
test/testgles2.c
test/testhittesting.c
test/testiconv.c
test/testime.c
test/testintersections.c
test/testkeys.c
test/testloadso.c
test/testlock.c
test/testmessage.c
test/testmultiaudio.c
test/testoverlay2.c
test/testplatform.c
test/testrelative.c
test/testrendercopyex.c
test/testrendertarget.c
test/testresample.c
test/testscale.c
test/testsem.c
test/testshader.c
test/testshape.c
test/testsprite2.c
test/testspriteminimal.c
test/teststreaming.c
test/testthread.c
test/testtimer.c
test/testver.c
test/testviewport.c
test/torturethread.c