Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.0 25 Sep 2024 06:28:07
    |
Robert Clausecker (fuz)  Author: Armin Zhu |
games/moonlight-qt: update to 6.1.0
Changelog: https://github.com/moonlight-stream/moonlight-qt/releases/tag/v6.1.0
Bugfixes:
Fixed incorrect color range when streaming with AV1 from a host with an AMD
GPU
Fixed unexpected tearing artifacts when streaming with Intel Ivy Bridge GPUs
Updated community-contributed translations from Weblate
PR: 281626
Event: EuroBSDcon 2024 |
6.0.1 25 Jul 2024 12:33:21
    |
Vladimir Druzenko (vvd)  |
games/moonlight-qt: replace local patch with patch from upstream
https://github.com/moonlight-stream/moonlight-qt/commit/9e92c07cb7bce3591f43df2984f4e8dc61511c95
PR: 280425
MFH: 2024Q3 |
6.0.1 24 Jul 2024 16:24:24
    |
Vladimir Druzenko (vvd)  Author: Armin Zhu |
games/moonlight-qt: Build fails on i386: cannot initialize a member subobject of
type 'VkSurfaceKHR' (aka 'unsigned long long') with an rvalue of type
'std::nullptr_t'
In file included from
/wrkdirs/usr/ports/games/moonlight-qt/work/moonlight-qt-6.0.1/app/streaming/video/ffmpeg.cpp:48:
/wrkdirs/usr/ports/games/moonlight-qt/work/moonlight-qt-6.0.1/app/streaming/video/ffmpeg-renderers/plvk.h:57:32:
error: cannot initialize a member subobject of type 'VkSurfaceKHR' (aka
'unsigned long long') with an rvalue of type 'std::nullptr_t'
57 | VkSurfaceKHR m_VkSurface = nullptr;
| ^~~~~~~
Upstream bug-report:
https://github.com/moonlight-stream/moonlight-qt/issues/1367
PR: 280425
MFH: 2024Q3 |
6.0.1 20 Jul 2024 17:38:21
    |
Gleb Popov (arrowd)  Author: Armin Zhu |
games/moonlight-qt: Update to 6.0.1
PR: 280113 |
5.0.1 31 Dec 2023 00:37:05
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
5.0.1 07 Nov 2023 00:16:49
    |
Robert Clausecker (fuz)  Author: Armin Zhu |
games/moonlight-qt: Update to 5.0.1
Changelog: https://github.com/moonlight-stream/moonlight-qt/releases/tag/v5.0.1
PR: 274791 |
5.0.0 07 Nov 2023 00:16:49
    |
Robert Clausecker (fuz)  Author: Armin Zhu |
games/moonlight-qt: Fix build error for 12.4-RELEASE
There is openssl.pc in /usr/libdata/pkgconf on FreeBSD 13.2-RELEASE.
But there is nothing on 12.4-RELEASE.So 'PKGCONF += openssl' in .pro
file will fail on it. Openssl 1.1.1q is the native part of the system.
It should check for the existence of this dependency without limiting
the openssl version. I have deleted PKGCONF += openssl and manual
add appropriate LDFLAGS on 12.4-RELEASE
PR: 274791 |
5.0.0 23 Oct 2023 17:30:56
    |
Gleb Popov (arrowd)  |
games/moonlight-qt: Open source PC client for NVIDIA GameStream and Sunshine
Differential Revision: https://reviews.freebsd.org/D42323 |