Home
Solus
Search
Configure Global Search
Log In
Transactions
T8184
Change Details
Change Details
Old
New
Diff
This is a task regarding SDL2 update, to check if everything works and can be build Local Building [x] SDL2 - rev deps [x] sdl2-32bit [x] sdl2-gfx [x] sdl2-image [x] sdl2-mixer [x] sdl2-net [x] sdl2-ttf [x] 0ad [x] astromenace [x] audacious-plugins [x] blender [x] blobby2 [x] bzflag [x] chocolate-doom [x] dhewm3 [x] dolphin-emu [x] doomsday-engine [x] dreamchess [x] endless-sky [x] etlegacy [x] faudio [x] ffmpeg [x] fifechan [x] fifengine [x] flare-engine [x] freeorion [x] fs-uae-dev [x] gegl [x] gource [x] guvcview [x] gweled [x] gzdoom [x] hatari [x] hedgewars [x] iortcw [x] libmikmod [x] libTAS [x] love [x] lugaru [x] m64py [x] mame [x] megaglest [x] megazeux [x] mgba [x] milkytracker [x] mlt [x] movit [x] mrboom [x] mupen64plus [x] naev [x] neverball [x] ogre [x] ois [x] openal-soft [x] openclonk [x] openmw [x] openra [x] openrct2 [x] openspades [x] openscenegraph [x] pacman [x] pcsx2 [x] pioneer [x] ppsspp [x] projectm [x] qdriverstation [x] qemu [x] qrencode [x] quakespasm [x] razer-drivers [x] redeclipse [x] retroarch [x] scrcpy [x] scummvm [x] snes9x-gtk [x] solarus [x] starfighter [x] stella [x] stone-soup [x] supertux [x] taisei [x] teeworlds [x] The-Powder-Toy [x] vcmi [x] VisualBoyAdvance-M [x] warzone2100 [x] wesnoth [x] widelands [x] wine [x] wxPython [x] xonotic [x] yquake2 [x] freedink ``` diff --git a/src/input.cpp b/src/input.cpp index b5ae21e..9c4186a 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -91,7 +91,8 @@ void input_init(void) // TODO: don't attempt to simulate mouse events from touch events - // fake mouse events often are de-centered - SDL_SetHint(SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH, "0"); + SDL_SetHint(SDL_HINT_MOUSE_TOUCH_EVENTS, "1"); + SDL_SetHint(SDL_HINT_TOUCH_MOUSE_EVENTS, "1"); /* Touch devices */ { ``` [x] usdx - switched the newest commit - rundeps [ ] python-sdl2 [ ] steam [ ] wine - fails to build [ ] klystrack ``` src/theme.c: In function ‘load_theme’: src/theme.c:295:51: error: ‘%s’ directive output may be truncated writing up to 999 bytes into a region of size 994 [-Werror=format-truncation=] snprintf(fullpath, sizeof(fullpath) - 1, "%s/res/%s", query_resource_directory(), tmpname); ^~ ~~~~~~~ src/theme.c:295:2: note: ‘snprintf’ output 6 or more bytes (assuming 1005) into a destination of size 999 snprintf(fullpath, sizeof(fullpath) - 1, "%s/res/%s", query_resource_directory(), tmpname); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/theme.c:463:58: error: ‘%s’ directive output may be truncated writing up to 999 bytes into a region of size 82 [-Werror=format-truncation=] snprintf(message, sizeof(message), "Default theme at '%s' could not be loaded.", fullpath); ^~ ~~~~~~~~ src/theme.c:463:4: note: ‘snprintf’ output between 41 and 1040 bytes into a destination of size 100 snprintf(message, sizeof(message), "Default theme at '%s' could not be loaded.", fullpath); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ``` [ ] manaplus configure: libcurl issue [ ] opentoonz ninja: error: build.ninja:1651: multiple rules generate tnzcore/CMakeFiles/tnzcore_lst_file [-w dupbuild=err] [ ] qmc2 No rule to make target 'QtWebKit/QWebView', needed by 'ui_htmleditor.h'. Stop. [ ] shotcut No rule to make target 'QtWebKitWidgets/QWebView', needed by 'ui_htmleditor.h'. Stop. [ ] solarus-quest-editor - remove from repo ? [ ] antimicro - Source repo seems to be abandoned and causes issues on other distros as well
This is a task regarding SDL2 update, to check if everything works and can be build Local Building [x] SDL2 - rev deps [x] sdl2-32bit [x] sdl2-gfx [x] sdl2-image [x] sdl2-mixer [x] sdl2-net [x] sdl2-ttf [x] 0ad [x] astromenace [x] audacious-plugins [x] blender [x] blobby2 [x] bzflag [x] chocolate-doom [x] dhewm3 [x] dolphin-emu [x] doomsday-engine [x] dreamchess [x] endless-sky [x] etlegacy [x] faudio [x] ffmpeg [x] fifechan [x] fifengine [x] flare-engine [x] freeorion [x] fs-uae-dev [x] gegl [x] gource [x] guvcview [x] gweled [x] gzdoom [x] hatari [x] hedgewars [x] iortcw [x] libmikmod [x] libTAS [x] love [x] lugaru [x] m64py [x] mame [x] megaglest [x] megazeux [x] mgba [x] milkytracker [x] mlt [x] movit [x] mrboom [x] mupen64plus [x] naev [x] neverball [x] ogre [x] ois [x] openal-soft [x] openclonk [x] openmw [x] openra [x] openrct2 [x] openspades [x] openscenegraph [x] pacman [x] pcsx2 [x] pioneer [x] ppsspp [x] projectm [x] qdriverstation [x] qemu [x] qrencode [x] quakespasm [x] razer-drivers [x] redeclipse [x] retroarch [x] scrcpy [x] scummvm [x] snes9x-gtk [x] solarus [x] starfighter [x] stella [x] stone-soup [x] supertux [x] taisei [x] teeworlds [x] The-Powder-Toy [x] vcmi [x] VisualBoyAdvance-M [x] warzone2100 [x] wesnoth [x] widelands [x] wine [x] wxPython [x] xonotic [x] yquake2 [x] freedink ``` diff --git a/src/input.cpp b/src/input.cpp index b5ae21e..9c4186a 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -91,7 +91,8 @@ void input_init(void) // TODO: don't attempt to simulate mouse events from touch events - // fake mouse events often are de-centered - SDL_SetHint(SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH, "0"); + SDL_SetHint(SDL_HINT_MOUSE_TOUCH_EVENTS, "1"); + SDL_SetHint(SDL_HINT_TOUCH_MOUSE_EVENTS, "1"); /* Touch devices */ { ``` [x] usdx - switched the newest commit [x] klystrack - update it to 1.7.6 - rundeps [ ] python-sdl2 [ ] steam [ ] wine - fails to build [ ] manaplus configure: libcurl issue [ ] opentoonz ninja: error: build.ninja:1651: multiple rules generate tnzcore/CMakeFiles/tnzcore_lst_file [-w dupbuild=err] [ ] qmc2 No rule to make target 'QtWebKit/QWebView', needed by 'ui_htmleditor.h'. Stop. [ ] shotcut No rule to make target 'QtWebKitWidgets/QWebView', needed by 'ui_htmleditor.h'. Stop. [ ] solarus-quest-editor - remove from repo ? [ ] antimicro - Source repo seems to be abandoned and causes issues on other distros as well
This is a task regarding SDL2 update, to check if everything works and can be build Local Building [x] SDL2 - rev deps [x] sdl2-32bit [x] sdl2-gfx [x] sdl2-image [x] sdl2-mixer [x] sdl2-net [x] sdl2-ttf [x] 0ad [x] astromenace [x] audacious-plugins [x] blender [x] blobby2 [x] bzflag [x] chocolate-doom [x] dhewm3 [x] dolphin-emu [x] doomsday-engine [x] dreamchess [x] endless-sky [x] etlegacy [x] faudio [x] ffmpeg [x] fifechan [x] fifengine [x] flare-engine [x] freeorion [x] fs-uae-dev [x] gegl [x] gource [x] guvcview [x] gweled [x] gzdoom [x] hatari [x] hedgewars [x] iortcw [x] libmikmod [x] libTAS [x] love [x] lugaru [x] m64py [x] mame [x] megaglest [x] megazeux [x] mgba [x] milkytracker [x] mlt [x] movit [x] mrboom [x] mupen64plus [x] naev [x] neverball [x] ogre [x] ois [x] openal-soft [x] openclonk [x] openmw [x] openra [x] openrct2 [x] openspades [x] openscenegraph [x] pacman [x] pcsx2 [x] pioneer [x] ppsspp [x] projectm [x] qdriverstation [x] qemu [x] qrencode [x] quakespasm [x] razer-drivers [x] redeclipse [x] retroarch [x] scrcpy [x] scummvm [x] snes9x-gtk [x] solarus [x] starfighter [x] stella [x] stone-soup [x] supertux [x] taisei [x] teeworlds [x] The-Powder-Toy [x] vcmi [x] VisualBoyAdvance-M [x] warzone2100 [x] wesnoth [x] widelands [x] wine [x] wxPython [x] xonotic [x] yquake2 [x] freedink ``` diff --git a/src/input.cpp b/src/input.cpp index b5ae21e..9c4186a 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -91,7 +91,8 @@ void input_init(void) // TODO: don't attempt to simulate mouse events from touch events - // fake mouse events often are de-centered - SDL_SetHint(SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH, "0"); + SDL_SetHint(SDL_HINT_MOUSE_TOUCH_EVENTS, "1"); + SDL_SetHint(SDL_HINT_TOUCH_MOUSE_EVENTS, "1"); /* Touch devices */ { ``` [x] usdx - switched the newest commit
[x] klystrack - update it to 1.7.6
- rundeps [ ] python-sdl2 [ ] steam [ ] wine - fails to build
[ ] klystrack ``` src/theme.c: In function ‘load_theme’: src/theme.c:295:51: error: ‘%s’ directive output may be truncated writing up to 999 bytes into a region of size 994 [-Werror=format-truncation=] snprintf(fullpath, sizeof(fullpath) - 1, "%s/res/%s", query_resource_directory(), tmpname); ^~ ~~~~~~~ src/theme.c:295:2: note: ‘snprintf’ output 6 or more bytes (assuming 1005) into a destination of size 999 snprintf(fullpath, sizeof(fullpath) - 1, "%s/res/%s", query_resource_directory(), tmpname); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/theme.c:463:58: error: ‘%s’ directive output may be truncated writing up to 999 bytes into a region of size 82 [-Werror=format-truncation=] snprintf(message, sizeof(message), "Default theme at '%s' could not be loaded.", fullpath); ^~ ~~~~~~~~ src/theme.c:463:4: note: ‘snprintf’ output between 41 and 1040 bytes into a destination of size 100 snprintf(message, sizeof(message), "Default theme at '%s' could not be loaded.", fullpath); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors ```
[ ] manaplus configure: libcurl issue [ ] opentoonz ninja: error: build.ninja:1651: multiple rules generate tnzcore/CMakeFiles/tnzcore_lst_file [-w dupbuild=err] [ ] qmc2 No rule to make target 'QtWebKit/QWebView', needed by 'ui_htmleditor.h'. Stop. [ ] shotcut No rule to make target 'QtWebKitWidgets/QWebView', needed by 'ui_htmleditor.h'. Stop. [ ] solarus-quest-editor - remove from repo ? [ ] antimicro - Source repo seems to be abandoned and causes issues on other distros as well
Continue