Changelog:
NEW:
(AdDetection) Allow ad detection in libraries without DVR.
(Nvidia Shield) This release removes support for legacy
plug-ins on Nvidia Shield devices.
(Scanner) Look inside ‘subs’ and ‘subtitles’ sub-directories
for external subtitle files.
(Subtitles) Improved subtitle burn-in performance when
Hardware Transcoding.
(Tone Mapping) Added a preference to select tone mapping
algorithm to use. Only available on some platforms/devices.
(Tonemapping) Added support for HW Tonemapping on Windows
for some Intel devices.
(Web) Updated to 4.136.1
FIXES:
(Library) In some cases library items were not properly
sorted.
(Scanner) Improve performance when scanning in new movie
items. Local metadata will now populate during initial
refresh.
(Single Item Sharing) Filtering shared media by type
didn’t work.
(Sorting) Default sort didn’t use natural sorting (10
should be after 3)
https://forums.plex.tv/t/plex-media-server/30447/640
PR: 281002
This is a production release to fix three bugs, none of which
affects well formed scripts on FreeBSD:
The first bug is that bc/dc will exit on macOS when the terminal
is resized.
The second bug is that an array, which should only be a function
parameter, was accepted as part of larger expressions.
The third bug is that the value stack for dc was cleared on any error.
However, this is not how other dc behave. To bring dc more in line
with other implementations, this behavior was changed. This change is
why this version is a new major version.
New major release!
LibreOffice 24.8, the new major release of the free, volunteer-supported office suite
has been released with a wealth of improvements:
* Handy "Quick find" deck in the Sidebar
* New spreadsheet functions, including XLOOKUP
* Better presentation templates
* New password-based encryption for documents
and much more: https://blog.documentfoundation.org/blog/2024/08/22/libreoffice-248/
Release notes: https://wiki.documentfoundation.org/ReleaseNotes/24.8
Co-Authored-by: Li-Wen Hsu <lwhsu@FreeBSD.org>
Sponsored by: Serenity Cybersecurity, LLC
ES-DE (formerly known as EmulationStation Desktop Edition) is a frontend
for browsing and launching games from your multi-platform collection. It
comes preconfigured for use with a large selection of emulators, game
engines, game managers and gaming services. It can also run locally
installed games and applications. It's fully customizable, so you can
easily expand it with support for additional systems and applications.
It features a modern and attractive user interface, full controller
navigation support, supports over 150 different game systems, highly
customizable setup, a built-in scraper for downloading game info and
game media, full theme support with lots of high-quality themes.
https://es-de.orghttps://gitlab.com/es-de/emulationstation-de
PR: 280891
With clang 19 and gcc 15, audio/openal-soft fails to compile, with an
error similar to:
/wrkdirs/usr/ports/audio/openal-soft/work/openal-soft-1.21.1/common/aloptional.h:119:48: error: no member named 'mValue' in 'optional<T>'; did you mean 'value'?
119 | const T& operator*() const& { return this->mValue; }
| ^~~~~~
| value
/wrkdirs/usr/ports/audio/openal-soft/work/openal-soft-1.21.1/common/aloptional.h:127:8: note: 'value' declared here
127 | T& value() & { return mStore.mValue; }
| ^
Upstream commit <https://github.com/kcat/openal-soft/440b5970> fixes
this this, so add it as a PATCHFILES entry in the Makefile, until a
newer version of openal-soft is imported.
PR: 280677
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q3