OS2World.com Forum is back !!!Remember to visit OS2World at:http://www.os2world.com
- Qt6 libs / Webengine - https://smedley.id.au/tmp/qt6-6.2.10-qtwebengine-6.2.6-os2-20241012-gcc14.zipand- ffmpeg - https://smedley.id.au/tmp/ffmpeg-n7.0.2-os2-20240912.zip- https://smedley.id.au/tmp/ffmpeg-chromium-6.3.2-20230516.zip- libvpx - https://smedley.id.au/tmp/libvpx-1.13.0-os2-20230303.zip - dav1d - https://smedley.id.au/tmp/dav1d-1.2.0-os2-20230530.zip or https://www.os2.kr/komh/testcase/dav1d_test.zip- yum install netlabs-exp- yum install libvpx- Dooble (2024-08-26) - https://www.os2world.com/forum/index.php?action=dlattach;topic=3709.0;attach=12279- Otter Browser - https://smedley.id.au/tmp/otter-browser-os2-20240914.zip
Procedure- VIRTUALADDRESSLIMIT=2560 on Config.sys- Deleted .doodle on HomeThen: set PATH=C:\qt6\bin;%PATH% set BEGINLIBPATH=c:\qt6\lib dooble --disable-gpuImport Blocklist- Go to Tools => Accepted / Blocked Domains. There you select Block Mode and use the button "Import..." to import the text file "blocklist.txt".
- https://smedley.id.au/tmp/tea-qt-62.2.2-os2-qt6-20231227.zip
https://smedley.id.au/tmp/qtcreator-8.0.1-os2-qt6-20231229.zip
Paul's GitHub Sponsor page or Paul's Arca Noae Sponsoring Page.
@REM rem the @echo off line to see the output.@ECHO offREM point QT6_DIR to where you have installed the QT6 treeREM Copy Dooble.* into %QT6_DIR%\binset QT6_DIR=L:set PATH=%QT6_DIR%\qt6\bin;%PATH%set BEGINLIBPATH=%QT6_DIR%\qt6\lib;%BEGINLIBPATH%REM point %DOOBLE_HOME% to where you want the QT6 version of Dooble to storeREM its profile.set DOOBLE_HOME=%QT6_DIR%\homeREM these are the same as command line arguments and should not be needed eventually.set QTWEBENGINE_CHROMIUM_FLAGS="--ignore-certificate-errors --ignore-ssl-errors --log-level=1 --disable-gpu"echo Now run Dooble from this VIO session
Up to date blocklist can be generated from this URL,https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintextSave and import. Especially important at this stage of development as some ads have crappy JavaScript and/or certificates that crashes the browser.
https://smedley.id.au/tmp/qt6-6.2.4-qt6gui-20230127.zip should help with issues associated with the gui's file open dialog.
I've also run highmem on \qt6\lib\* and \qt6\plugins\*
Thanks PaulQuote from: Paul Smedley on January 29, 2023, 10:17:36 amI've also run highmem on \qt6\lib\* and \qt6\plugins\*Does it means we no longer have to run highmen manually? or that we need to run highmen on both directories now?
https://smedley.id.au/tmp/qt6-6.2.4-qos2-20230130.zip has a better fix for the window scaling issue. Font sizes should now be correct, and menus still in the right position
I'm trying to build VLC with Qt6. However, Qt6 does not provide any *.pc files for pkg-config.Would you mind providing them ?
Hey KO!!Quote from: KO Myung-Hun on February 01, 2023, 12:17:51 pmI'm trying to build VLC with Qt6. However, Qt6 does not provide any *.pc files for pkg-config.Would you mind providing them ?The Qt6 build procoess doesn't seem to generate them, let me investigate.