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] solarus-quest-editor [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 [x] manaplus - add new Builddeps `pkgconfig(krb5)` `pkgconfig(libnghttp2)` `pkgconfig(libssh2)` - rundeps [ ] python-sdl2 [ ] steam [ ] wine - fails to build [ ] 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. - 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] solarus-quest-editor [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 [x] manaplus - add new Builddeps `pkgconfig(krb5)` `pkgconfig(libnghttp2)` `pkgconfig(libssh2)` - rundeps [ ] python-sdl2 [ ] steam [ ] wine - fails to build [ ] opentoonz ninja: error: build.ninja:1651: multiple rules generate tnzcore/CMakeFiles/tnzcore_lst_file [-w dupbuild=err] - remove from repo ? [ ] antimicro - Source repo seems to be abandoned and causes issues on other distros as well [ ] qmc2 No rule to make target 'QtWebKit/QWebView', needed by 'ui_htmleditor.h'. Stop. - with QT5.13 update I had to update Qt5-Webkit as well, since then it does not build and I don't see anything upstream working on support for this [ ] shotcut No rule to make target 'QtWebKitWidgets/QWebView', needed by 'ui_htmleditor.h'. Stop. - with QT5.13 update I had to update Qt5-Webkit as well, since then it does not build and I don't see anything upstream working on support for this
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] solarus-quest-editor [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 [x] manaplus - add new Builddeps `pkgconfig(krb5)` `pkgconfig(libnghttp2)` `pkgconfig(libssh2)` - rundeps [ ] python-sdl2 [ ] steam [ ] wine - fails to build [ ] opentoonz ninja: error: build.ninja:1651: multiple rules generate tnzcore/CMakeFiles/tnzcore_lst_file [-w dupbuild=err]
- remove from repo ?
[ ] antimicro - Source repo seems to be abandoned and causes issues on other distros as well
[ ] qmc2 No rule to make target 'QtWebKit/QWebView', needed by 'ui_htmleditor.h'. Stop.
- with QT5.13 update I had to update Qt5-Webkit as well, since then it does not build and I don't see anything upstream working on support for this
[ ] shotcut No rule to make target 'QtWebKitWidgets/QWebView', needed by 'ui_htmleditor.h'. Stop.
- remove from repo ?
[ ] antimicro - Source repo seems to be abandoned and causes issues on other distros as well
- with QT5.13 update I had to update Qt5-Webkit as well, since then it does not build and I don't see anything upstream working on support for this
Continue