This is a major upgrade of the Qt libraries [1], [2].
* People that use upgrading mechanisms with incomplete dependency handling
(portmaster & Co) should make sure to manually remove the existing Qt
packages to guarantee a safe upgrade. Keep in mind, that Qt does not like if
you have an incomplete upgrade.
* This version of Qt drops support for OpenSSL 1.0 -- this means that there
won't be any binary packages for Qt5 provided by the FreeBSD package builders
for FreeBSD 11.x anymore -- and the same for *all* the ports depending on
net/qt5-network [3]. If you cannot upgrade to a more recent FreeBSD
version (12.x, 13.x), you will need to build Qt5 from ports while switching
to an SSL implementation from ports.
Big thanks are due for
* kai@ for updating webengine (also mikael@)
* Felix Palmen for providing LibreSSL support patches
* adridg@ and lbartoletti@ for helping me fix the fallout
[1] https://www.qt.io/blog/qt-5.15-released
[2] https://wiki.qt.io/New_Features_in_Qt_5.15
[3] https://www.freshports.org/net/qt5-network
PR: 247010
Exp-run by: antoine
Smart and simple video viewing with a library,
thumbnail previews on the seekbar, playlists,
subtitle support, smart fullscreen,
and the ability to resume what was last playing.
This Video player and library app
has been designed by elementary OS.
WWW: https://github.com/elementary/videos/
PR: 247538
Submitted by: Miguel Gocobachi <miguel@gocobachi.dev>
From ChangeLog:
https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.4.3.0
* Improve performance of live tv guide
* Fix movie extras with multi-version videos
* Fix adding playlist to playlist
* Improve cleanup of missing episodes
* Fix rotation of dynamic images
* Fix manual metadata edits of extras getting lost
* Fix active sessions filter
* Work around a bug in MSDK where VPP processing hangs under certain conditions
* Fix qsv color conversion: Older devices 3,4 and 5th gen CPUs do not support
10bit and the color conversion cannot be done in hardware
* Ignore unsupported subtitle formats when searching for downloads
* Convert downloaded txt subtitles to srt
* Don't extract thumbnails for extras
* Improve display language of manual image downloading
* Deactivate GraphRunner debug messages
PR: 246868
Submitted by: driesm.michiels@gmail.com (maintainer)
ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output
>>> defined in src/25a6634@@dav1d@sha/mc_sse.obj
>>> referenced by ../src/x86/mc_sse.asm
>>> src/25a6634@@dav1d@sha/mc_sse.obj:(.text+0x6969)
Reported by: pkg-fallout
MMX was too specific while SSE included AVX family. VFP became default
due to -mfloat-abi=hard. NEON can be toggled via CPUTYPE. Instead use
one option to disable all assembly which is enough for debugging.
HandBrake 1.3.3 has been released. This patch updates multimedia/handbrake port.
Here is list of changes from 1.3.2.
1. update to ffmpeg 4.2.3 in contrib files
2. code style fix of MASTER_SITES
3. update version.txt from upstream's source tarball.
4. mediainfo filename change
5. add powerpc to architectures list.
Submitted by: naito.yuichiro_gmail.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D25292
June 06, 2020. KDE today announces the release of KDE Frameworks 5.71.0.
KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well tested
libraries with friendly licensing terms. For an introduction see the KDE
Frameworks web page.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcement:
https://kde.org/announcements/kde-frameworks-5.71.0
Exp-run by: antoine
PR: 247240