Caught: BUG! exception in phase 'semantic analysis' in source unit '/tmp/ports/usr/ports/multimedia/kodi/work/xbmc-21.2-Omega/tools/codegenerator/Generator.groovy' Unsupported class file major version 68
BUG! exception in phase 'semantic analysis' in source unit '/tmp/ports/usr/ports/multimedia/kodi/work/xbmc-21.2-Omega/tools/codegenerator/Generator.groovy' Unsupported class file major version 68
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 68
It is likely about Apache Groovy, which requires Java version 8-16.
PR: 287946
MFH: 2025Q3
Changes since 2.2.6:
* added KWin rules for KDE6;
* added display of volume when adjusting it with the mouse wheel in the skinned user interface;
* fixed support for multi-line comments when saving and restoring a playlist;
* fixed volume adjustment step when using mouse wheel;
* fixed some clazy analyzer warnings;
* fixed frequencies of the all spectrum analyzers;
* fixed handling of the file open errors.
Changes since 1.7.6:
* added KWin rules for KDE6;
* added display of volume when adjusting it with the mouse wheel in the skinned user interface;
* fixed support for multi-line comments when saving and restoring a playlist;
* fixed volume adjustment step when using mouse wheel;
* fixed some clazy analyzer warnings;
* fixed frequencies of the all spectrum analyzers;
* fixed handling of the file open errors.
This is a follow up to the commit 230fb2661c, which updated some
ports' dependencies on devel/py-lxml to devel/py-lxml5. It was an
attempt to follow the dependency change of
www/py-beautifulsoup. However, the switch was incomplete and broke
some other ports.
It has turned out that the ports depending on devel/py-lxml (at
version 4.9.3) does not limit their dependencies' upper bound to 4.x
except for one (devel/py-pymaven-patch). So updating them to
devel/py-lxml5 (at version 5.4.0) should cause no harm.
This commit switch dependencies of all the ports (except
devel/py-pymaven-patch) to devel/py-lxml5 avoid potential conflicts.
Co-authored-by: Daniel Engberg <diizzy@FreeBSD.org>
PR: 287144, 288047
Reported by: makc (via ports-committers),
vvd (PR 288047),
diizzy (PR 287144)
Approved by: portmgr (chase dependency change, unbreak build)
Fixes: 230fb2661c (*/*: update dependency on devel/py-lxml to devel/py-lxml5)
Changelog: https://forums.plex.tv/t/plex-media-server/30447/685
NEW:
(Metadata) Support for Icelandic for Movie and TV show
libraries.
(Preferences) Added pref for downloads temp directory.
(Preferences) Added preference for number of simultaneous
background transcodes, including downloads.
FIXES:
(Collections) Adding tracks to a collection overwrites the
disc number field.
(Collections) The collection item count subtitle for smart
collections could be inaccurate for collections with limits.
(EPG) Using the Browse option for LiveTV EPG results in an
error.
(Editions) Filmography listing don’t return movies which only
exist as specific editions.
(Library) Photo libraries would show legacy photo agent as
selectable option.
(Preferences) Improve descriptions for episode and album
sorting preferences.
(Voice Activity Detection) Scheduled tasks could try to run
items which have already been processed.
PR: 288281
Reported by: Ben Shertenlieb <b.shertenlieb@yahoo.com> (maintainer)
Changelog: https://forums.plex.tv/t/plex-media-server/30447/684
NEW:
(Web) Updated to 4.147.1
FIXES:
(Music) Music files with embedded Release Type tags are failing to extract local metadata (PM-3751)
(Networking) Replaced enable ipv6 preference with client network. (PM-2912)
(Photos) GPS coordinate data was not getting saved to the database (PM-3584)
(Photos) GPS coordinates are not being serialized correctly (PM-3482)
(Shield) Watching live TV caused server instability. (PM-3709)
(Statistics) Some bandwidth data was not being recorded (PM-3483)
(Subtitles) SDH flag on external subtitles would not be displayed correctly (PM-3769)
(Transcode) Server could occasionally crash on request reporting progress (PM-3610)
(Transcode) Some forms of rotation metadata were not detected. (PM-3468)
PR: 288281
Reported by: Ben Shertenlieb <b.shertenlieb@yahoo.com> (maintainer)
In order to support both libva-vdpau-driver and libva-nvidia-driver
on NVIDIA GPUs let libva-drm get driver name from kernel DRM driver.
libva-nvidia-driver uses DRI2 instead of DRM, so not affected.
libva info: Trying to open /usr/local/lib/dri/nvidia_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
Reported by: rhurlin
Regressed by: https://github.com/intel/libva/commit/5dae76daad3f
and unbreak multimedia/obs-studio.
This works by using standalone asio's namespace
instead of boost::asio's everywhere. (Boost includes asio,
and websocketpp can work with Boost and the standalone Asio,
pulling it into its own namespace wrapper.)
Tested by: tagattie@, mandree@
PR: 287916
Changelog (linux-related):
https://github.com/dev47apps/droidcam-linux-client/releases/tag/v2.1.4
Remove unused dependencies.
Replce dependencies from LIB_DEPENDS with USES.
Update COMMENT to simply explain what is this port for instead of an
pointless comment.
Update pkg-message to hopefully make it better and provide a how-to.
PR: 287918
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'
PR: 251489