The following modules are currently available:
- qttranslations
- qttools
- qtsvg
- qtshadertools
- qtquicktimeline
- qtquickcontrols2
- qtquick3d
- qtdeclarative
- qtbase
- qt5compat
- qtwayland (not ported, depends on wayland)
- qtdoc (not ported, is not worth the effort)
Further modules will follow in later Qt versions. Some patches come form
x11/qt5. With tb@'s help, I married QtBase with LibreSSL again. We are now on
our own again as Gentoo no longer follows this path. From the port perspective,
I have decided on the following points:
- Prefix all Qt6 ports with qt6-*.
- Rename all imported qt tools with the -qt6 suffix like we do with qt5.
This makes it easier to use several versions at the same time.
- x11/qt6 is based on x11/qt5. I have tried to make many things simpler
and cleaner.
- Qt6 switched to cmake as build system and needs help with *FLAGS.
OK landry, Merci!
Comment:
audio player with QML and KDE Plasma integration
Description:
Elisa is a music player developed by the KDE community that strives to be
simple and nice to use.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://elisa.kde.org/
Revert Compose sequence changes.
This was breaking muscle memory of people with
the us intl keyboard layout, for important keys
such as '. The unfortunate side-effect is that
our handling of <dead_acute> is a bit hampered
by sequences that don't fit the pattern.
prodded by Bastien Mennesson and martijn@
which is disabled by default; but if libsoup is present at configure time,
it will be picked up even if -Dlibsoup=false
(see meson.build and tools/meson.build)
breakage due to dpb(1) junking reported bu sthen@
GtkSourceView is a text widget that extends the standard gtk+ 4.x text
widget GtkTextView. It improves GtkTextView by implementing syntax
highlighting and other features typical of a source editor.
feedback and ok aja@
Now that libssl exposes DTLS1_2_VERSION, the configure check picks up
DTLS which depends on BIO_ADDR and a modified DTLSv1_listen(3) that
we currently don't support.
ok jsing rsadowski sthen