../notification.c: In function 'get_binding':
../notification.c:275:14: error: 'BTN_LEFT' undeclared (first use in this function)
275 | case BTN_LEFT:
| ^~~~~~~~
../notification.c:275:14: note: each undeclared identifier is reported only once for each function it appears in
../notification.c:277:14: error: 'BTN_RIGHT' undeclared (first use in this function)
277 | case BTN_RIGHT:
| ^~~~~~~~~
../notification.c:279:14: error: 'BTN_MIDDLE' undeclared (first use in this function)
279 | case BTN_MIDDLE:
| ^~~~~~~~~~
Reported by: DPorts
Release 21.03.0:
core:
* Fix parsing text in some broken pdf files. Issue #1040
* Fix memory issue when using threads. Issue #1050
* TextSelectionDumper: Fix getText() for space after word
* Change signature of OutputDev:tilingPatternFill
* Make PDFDocBuilder return a std::unique_ptr
* Improve well formed check for shading functions
* Fix leak in case of fread failing
* Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
* PSOutputDev: Fix stack overflow in broken files
glib:
* poppler_annot_free_text_get_callout_line: Fix wrong static cast
* poppler-structure-element: fix memleak
* Improve documentation
* demo: keep same visual appearance between displayed and copied text
utils:
* pdftotext: Add -cropbox option
* pdftoppm: Add -progress option
* pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927
qt6:
* Add missing poppler-qt6.pc.cmake
PR: 253953
Exp-run by: antoine
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine
20.12.3 Releases
Over 120 individual programs plus dozens of programmer libraries and feature
plugins are released simultaneously as part of KDE’s release service.
While I'm here:
* Fix pkg-plist entries of the AVAHI option which contained hardcoded Python
version artifacts.
* Add "noflavors" to USE_PYTHON to avoid package name collisions if built
with "BUILD_ALL_PYTHON_FLAVORS".
PR: 253815
Approved by: python (with hat)
- use option helpers where possible
- simplify the makefile: USES=perl5 is always necessary
- Stop installing the terminfo files on head, it is not necessary
And since I'm there, add some missing libraried notified by stage-qa.
Submitted by: bapt
Differential Revision: D28934
- Added support for GeForce RTX 3060
- Fixed a regression that could cause display corruption when using
a scaled resolution after resuming from power management suspend
PR: 253863
Submitted by: jkim
Makes foot default to TERM=foot instead of TERM=xterm-256color.
Proper 24-bit color support without relying on COLORTERM=truecolor
and hardcoded xterm escape sequences requires TERM=foot-direct e.g.,
$ foot -t foot-direct
$ tput Co
16777216
Reason: Many bug reports (including bug#253256) related to jlaffaye's ports timed out in the period from April 2020 to now.
PR: 253256
Approved by: jlaffaye (maintainer's timeout 14 days)
GZIP compression ratio and Git footer have changed e.g.,
method crc date time compressed uncompressed ratio uncompressed_name
-defla 944caee6 Dec 7 21:15 12482 71680 82.5% scdoc-1.11.1.tar
+defla 944caee6 Feb 17 23:20 12510 71680 82.5% scdoc-1.11.1.tar
---
-2.26.2
+2.30.0
Saturday, 13 February 2021
KDE today announces the release of KDE Frameworks 5.79.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.
Changelog and Announcement:
https://kde.org/announcements/frameworks/5/5.79.0/
PR: 253484
Exp-run by: antoine