Add option PIPEWIRE to allow build without pipewire.
Default ON - same as was before.
Approved by: arrowd (mentor, kde)
Differential Revision: https://reviews.freebsd.org/D41864
- Add x11-fonts/roboto-fonts-ttf to build dependencies
- Add devel/xxhash to lib dependencies
- Use version 1.21 of go language
- Set up the variable PYTHONDONTWRITEBYTECODE in the build environment to fix
the following error in poudriere:
=>> Checking for filesystem violations... done
=>> Error: Filesystem touched during build:
extra: usr/local/lib/python3.9/site-packages/_distutils_hack/__pycache__/__init__.cpython-39.opt-2.pyc
It's probably caused by sphinx when building docs.
- However, pass the option -OO to python command, in the build stage, so that
we can install kitty's bytecode.
- Remove files/patch-docs_conf.rst
Release notes: https://sw.kovidgoyal.net/kitty/changelog/#id1
The change [1] in KDE Frameworks leads to the configuration
ecm_setup_version(PROJECT
VARIABLE_PREFIX IMEJyutping
PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/LibIMEJyutpingConfigVersion.cmake"
SOVERSION 0)
accepting the value '0' as so-version, and not defaulting to the
softwares major version (here 1).
This leads to the .so.1 being renamed to .so.0 in the final package.
[1] 1da0bba97d
PR: 273695
The change [1] in KDE Frameworks leads to the configuration
ecm_setup_version(PROJECT VARIABLE_PREFIX Fcitx5Migrator
VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/migrator_version.h"
PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/Fcitx5MigratorVersion.cmake"
SOVERSION 0)
accepting the value '0' as so-version, and not defaulting to the
softwares major version (here 5).
This leads to the .so.5 being renamed to .so.0 in the final package.
[1] 1da0bba97d
PR: 273695
Saturday, 9 September 2023
KDE today announces the release of KDE Frameworks 5.110.0.
KDE Frameworks are 83 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 release announcement.
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/frameworks/5/5.110.0/
Exp-run by: antoine
PR: 273695
User-visible changes:
- make 'got fetch' and 'got send' release the work tree lock earlier
- fix detection of modified files in fresh work trees created with checkout -E
Fixed:
PHP Warning: preg_replace() expects at least 3 parameters, 2 given in endpoints/screen.php on line 91
PR: 261498
Approved by: tcberner (mentor)
MFH: 2023Q3
Among the usual round of bug fixes and significant changes, it is
now possible to uncouple vehicles from the player train. Whilst
(probably) not immediately useful, it is another significant step
along the path of moving away from the simple linear world model.
While here, make ALL_TARGET subject to defined(WITH_DEBUG).
Reported by: portscout
ChangeLog: https://converseen.fasterland.net/
* Fixed a compile error when using ImageMagick-6
* Various Bugfixes
* Various changes in the User Interface
* Skipping conversion when “Don’t change the format” is selected but the output
format is not supported
* Removed unused video formats
* Updated Italian and French translations
* Various Bugfixes
Import upstream patch to fix building with upcoming libfmt update.
While here, remove some unneeded dependencies.
PR: 273873
Obtained from: https://trac.wildfiregames.com/changeset/27657