Bug 234910 - qt5-webview is missing
Summary: qt5-webview is missing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-12 21:21 UTC by Yuri Victorovich
Modified: 2019-01-13 10:26 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2019-01-12 21:21:30 UTC
Qt5 comes with QtWebView (see here http://doc.qt.io/qt-5/qtwebview-index.html).

I guess it's due to the older version of QtWebEngine (qt5-webengine-5.9.5) that has been left along with Qt-5.12, qt5-webview isn't available.

The projects that require webview aren't portable until qt5-webview becomes available.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2019-01-13 09:32:33 UTC
Hi Yuri

Ah, we seem to be missing a port for that, let me fix it, hopefully it is happy with 5.9.5, otherwise it will have to wait for [1]

mfg Tobias


[1] https://reviews.freebsd.org/D18757
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-01-13 10:15:08 UTC
A commit references this bug:

Author: tcberner
Date: Sun Jan 13 10:14:24 UTC 2019
New revision: 490122
URL: https://svnweb.freebsd.org/changeset/ports/490122

Log:
  New port: www/qt5-webview

  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.

  [1] http://doc.qt.io/qt-5/qtwebview-index.html

  PR:		234910

Changes:
  head/Mk/Uses/qt.mk
  head/www/Makefile
  head/www/qt5-webview/
  head/www/qt5-webview/Makefile
  head/www/qt5-webview/pkg-plist
Comment 3 Tobias C. Berner freebsd_committer freebsd_triage 2019-01-13 10:20:37 UTC
Please let me know if its not working :)
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2019-01-13 10:26:10 UTC
(In reply to Tobias C. Berner from comment #3)

Thank you!