Commit Graph

6 Commits

Author SHA1 Message Date
Leonid Pliushch 12a5ea2da2
reset x11 packages repository
Rebuild all packages - ensure everything links correctly after termux-packages
updates. Packages will be built on my host.

%ci:no-build
2022-04-18 14:47:15 +05:30
Leonid Pliushch d249f0cff8
qt5-qtwebkit: bump revision 2022-04-18 14:47:15 +05:30
Leonid Pliushch 1f3cd2104a
qt5-qtwebkit: remove common build tools from build-time dependencies list
procps - is that a build tool?
bison, flex, gperf - common build tools, default build env packages
ruby - default package in build environment
cmake - installed by build-package.sh if necessary

Neither of these target packages are usable when cross-compiling and thus
shouldn't be specified as build time dependency.
2022-04-18 14:47:06 +05:30
Simeon Huang 5783b43bc2
Use QtMultiMedia instead of GStreamer
Fewer features but it seems having better compatibility (e.g. HTML5Test.com)
Turn off gold linker so the linker uses the new DT_RUNPATH tags
2022-04-18 14:46:50 +05:30
Simeon Huang ba4897e3f8
add otter-browser package using QtWebKit 2022-04-18 14:46:50 +05:30
Simeon Huang b006a34682
Add QtWebKit package
Sampling profiler and WebKit 2 have to be disabled

Current issues (tested with the QtTestBrowser):
 - Video playback not working
 - No OpenGL, no WebGL (expected)

What's working: seemingly everything else
2022-04-18 14:46:50 +05:30