- Now uses the Meson build system for the most common
build flavors (X11, Wayland, DRM)
- Add new option for GBM offscreen rendering (not sure
how useful it is though)
- Move `gl' and `localbase' from global USES to those
options which actually require them
Reported by: portscout
PR: 269776 (independent)
In commit 47912ce2e6 to sqlite3 the default has been changed for the DQS option.
Thius causes calibre to fail to open its database, reporting it as corrupted:
Traceback (most recent call last):
File "/usr/local/lib/calibre/calibre/gui2/main.py", line 331, in initialize_db
db = LibraryDatabase(self.library_path)
File "/usr/local/lib/calibre/calibre/db/legacy.py", line 195, in __init__
backend = self.backend = create_backend(library_path, default_prefs=default_prefs,
File "/usr/local/lib/calibre/calibre/db/legacy.py", line 50, in create_backend
return DB(library_path, default_prefs=default_prefs,
File "/usr/local/lib/calibre/calibre/db/backend.py", line 501, in __init__
self.initialize_custom_columns()
File "/usr/local/lib/calibre/calibre/db/backend.py", line 698, in initialize_custom_columns
custom_tables = self.custom_tables
File "/usr/local/lib/calibre/calibre/db/backend.py", line 1387, in custom_tables
return {x[0] for x in self.conn.get(
File "/usr/local/lib/calibre/calibre/db/backend.py", line 370, in get
ans = self.cursor().execute(*args)
File "src/cursor.c", line 992, in APSWCursor_execute.sqlite3_prepare
apsw.SQLError: SQLError: no such column: table
This patch fixes the use of double quotes in the code accessing the library database at runtime.
Submitted upstream: https://github.com/kovidgoyal/calibre/pull/1830
Rather than hardcoding socket buffer size to 4MB, set it
based on the ``kern.ipc.maxsockbuf'' sysctl value*.
Reported by: portscout
*) https://bugs.vcmi.eu/view.php?id=3027
KDE Plasma 5.27.2, Bugfix Release for February
Tuesday, 28 February 2023. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.27.2.
Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.
This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Discover: don't claim 3rd-party repos are part of the OS on Debian
derivatives. Commit.
* Dr Konqi: add Plasma Welcome to mappings file. Commit.
* Sddm: Focus something useful when switching between alternative login
screens. Commit.
Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.1-5.27.2
ChangeLog: https://forums.plex.tv/t/plex-media-server/30447/557
NEW:
* (Scanner) Adds support for the Extend multi-episode format i.e. S01E01-02
* (Subtitles) Attempt to automatically detect improperly-tagged forced streams
based on their titles
* (TV) Provide clients with the number of non-Specials seasons for display
when browsing
* (Web) Updated to 4.100.1
* Add Ukrainian translations.
* Updated translations.
FIXES:
* (Clustering) Photos timeline - duplicated items or incorrect dates
* (Credits Detection) Detection could fail with certain video codecs
* (Credits Detection) Limit thread concurrency for first stage of detection
* (Credits Detection) The detection could timeout and fail on low powered
devices.
* (CreditsDetection) Fix assignment of final marker attribute
* (Intros) Detection wouldn’t proceed if background transcodes were paused
* (Music) When shuffling smart playlists with limits, the track selection
could be incorrect.
* (Transcoder) Hardware decoding using Nvidia GPUs could fail with certain
driver versions
PR: 269865
Reported by: b.shertenlieb@yahoo.com (maintainer)
ChangeLog: https://github.com/cbsd/reggae/releases/tag/0.3.3
* Make bridge interface configurable
* Run update from jail
* Generate MAC address and make it permanent
* Bootstrap pkg in jail and install sudo
* Save MAC address in jail config
PR: 269861
Reported by: meka@tilda.center (maintainer)