Version: 5.15.2, Package name: qtwebview-5.15.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description-examples Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. This package contains sources for QtWebView usage examples. Description-main Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. This package contains actual libraries to be used by apps. |
Filesize: 130.301 KB |
Version History (View Complete History) |
|
2021-01-18 23:16:36 by Rafael Sadowski | Files touched by this commit (779) |
Log message: Update Qt to 5.15.2 This updates Qt to the latest LTS version and also contains qtwebengine 5.15.2. LTS, whatever this mines this days. Many thanks to all who made this possible and all the test/cpu hours! George Koehler (octave runtime test),powerpc (cwen@), sparc64 (kmos@), amd64,i386 (landry@ and Me) OK landry@ |
2020-05-16 01:53:22 by Rafael Sadowski | Files touched by this commit (6) |
Log message: Update qtwebview to 5.13.2 |
2017-07-28 18:07:16 by Vadim Zhukov | Files touched by this commit (260) |
Log message: Rework the process of building Qt5 documentation: Now all documentation is built using a separate port using the --single-exec option of qdoc. This gaves significant speedup as well as fixing quiet a few interlinking problems. All -qch, -html and -docindex subpackages of Qt modules ports are removed. The qt5-html and qt5-qch are now provided by x11/qt5/docs instead of meta/qt5, thus REVISION set from the start. This commit should fix problems with building Qt5 documentation that people started seeing after switching to Clang. We also could zap some interdependencies between Qt5 modules as well, but that's a different story. |
2017-07-17 02:34:39 by Vadim Zhukov | Files touched by this commit (247) |
Log message: Update from Qt 5.6.2 (LTS) to Qt 5.9.1 (LTS). Tested with both GCC and CLang (less through). This forces updating x11/py-qt5, which forces update of devel/py-sip, which forces update of x11/py-qt4, but, thankfully, no breakage detected. |
2016-12-27 18:41:24 by Vadim Zhukov | Files touched by this commit (101) |
Log message: Rework Qt5 documentation handling: * Move share/qt5/doc/* in qtbase from -main to a separate subpackage, -global, which (as a bonus) "owns" share/doc/qt5/ directory; * Move FOO.index files from -html to a separate subpackage, -docindex, and make 'em depend on qtbase,-global; * Make DEP,-docindex automatically added as BDEP for each DEP in LDEP and BDEP mentioned for -main; * Make it clear that building -qch without -html is impossible; While there, fixed a few minor issues. This make at least qtenginio,-html build correctly, which failed before due to missing .index files during qdoc run. Initial report from kili@. |