Some of our projects release on their own timescale and some get released
en-masse. The 20.08.3 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.08.3 releases page for details.
Some of the fixes in today’s releases:
* Gwenview no longer accidentally shows the thumbnail view as a separate window with newer Qt versions
* Sending SMS with KDEConnect has been restored
* Fixed a possible Okular crash when selecting text in annotations
Announcement:
https://kde.org/announcements/releases/2020-11-apps-update/
Changelog:
https://kde.org/announcements/fulllog_releases-20.08.3/
- Sync i915 pci ids with latest upstream kernel
- Add some amdgpu related tests programs
While here remove nouveau as we don't have it and won't for a while.
It causes mesa (and probably others) to detect it and adds compilation time
when build directly from upstream for development purpose.
Approved by: x11 (zeising@ implicit)
Release 20.11.0:
core:
* More work on rendering of standalone Annot Widgets. Issue #806
* Fix crashes in embedded file handling on broken files. Issue #967
* Fix uninitialized memory read on broken files
* Save a bit of memory in Dict data
cpp:
* Fix crashes in embedded file handling on broken files. Issue #966
utils:
* pdftohtml: HTML and XML output includes font opacity.
qt5:
* Rename ArthurOutputDev to QPainterOutputDev
build system:
* Fix linker error when gtk is not in a default location
* Add some checks for gtk-doc support
* Reorganize GObject introspection config
* Enable CMAKE_LINK_DEPENDS_NO_SHARED
PR: 250786
Exp-run by: antoine
In file included from /wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/image_display.cpp:46:
/wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/Oy_Fl_Shader_Box.h:71:5: error: use of undeclared identifier 'glGetObjectParameterivARB'; did you mean 'glGetTexParameteriv'?
glGetObjectParameterivARB (obj, GL_OBJECT_INFO_LOG_LENGTH_ARB, &len);
^~~~~~~~~~~~~~~~~~~~~~~~~
glGetTexParameteriv
/usr/local/include/GL/gl.h:1274:23: note: 'glGetTexParameteriv' declared here
GLAPI void GLAPIENTRY glGetTexParameteriv( GLenum target,
^
In file included from /wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/image_display.cpp:46:
/wrkdirs/usr/ports/graphics/oyranos/work/oyranos-0.9.6/src/examples/image_display/Oy_Fl_Shader_Box.h:75:2: error: use of undeclared identifier 'glGetInfoLogARB'
glGetInfoLogARB (obj, len, &nwritten, log);
^
...
Reported by: pkg-fallout
In file included from cogl-bitmap.c:41:
In file included from ./cogl-context-private.h:35:
In file included from ./winsys/cogl-winsys-private.h:39:
In file included from ./winsys/cogl-texture-pixmap-x11-private.h:45:
In file included from ./cogl-texture-private.h:42:
./cogl-egl-defines.h:38:10: fatal error: 'EGL/eglmesaext.h' file not found
#include <EGL/eglmesaext.h>
^~~~~~~~~~~~~~~~~~
While upstream issue is in userland driver FreeBSD kernel driver may
fail to handle it gracefully e.g.,
$ sway
$ mpv --hwdec=vaapi /path/to/file
pid 12449 (sway), jid 0, uid 1234: exited on signal 11
WARNING !drm_modeset_is_locked(&crtc->mutex) failed at drm-kmod-drm_v5.4.62_3/drivers/gpu/drm/drm_atomic_helper.c:621
#0 0xffffffff81f3e833 at linux_dump_stack+0x23
#1 0xffffffff81ea43e3 at drm_atomic_helper_check_modeset+0xb3
#2 0xffffffff8259492c at intel_atomic_check+0x8c
#3 0xffffffff81ea3379 at drm_atomic_check_only+0x3f9
#4 0xffffffff81ea37c3 at drm_atomic_commit+0x13
#5 0xffffffff81eb0c3f at drm_client_modeset_commit_atomic+0x1af
#6 0xffffffff81eb093a at drm_client_modeset_commit_force+0x6a
#7 0xffffffff81efa12a at drm_fb_helper_restore_fbdev_mode_unlocked+0x7a
#8 0xffffffff81ef2386 at vt_kms_postswitch+0x166
#9 0xffffffff8076b66b at vt_window_switch+0x12b
#10 0xffffffff807688ff at vtterm_cngrab+0x1f
#11 0xffffffff80805a36 at cngrab+0x16
#12 0xffffffff8086295c at vpanic+0xec
#13 0xffffffff80862863 at panic+0x43
#14 0xffffffff81f5d142 at dma_buf_poll+0x12
#15 0xffffffff808d2959 at kern_poll+0x329
#16 0xffffffff808d2620 at sys_poll+0x50
#17 0xffffffff80b3353b at amd64_syscall+0xfb
By mistake the last commit contained a pre-version of Makefile, which missed BUILD_DEPENDS=devel/opencl. Sorry for any inconvenience.
Reported by: pkg-fallout
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D27021
Specifically optimize for POWER7 or later:
/wrkdirs/usr/ports/graphics/s2/work/s2geometry-0.9.0/src/s2/util/bits/bits.h:509:19: error: this builtin is only valid on POWER7 or later CPUs
uint64 result = __builtin_bpermd(0x3f3e3d3c3b3a3938, temp);
This update from 3.14.16 to 3.16.0 fixes many bugs and brings a lot of new features[1].
- Ability to export temporal animation frames
- Added a new goto locator filter
- Add context menu to map canvas
- Many styling and labelling improvements
- Render axis for stacked bar diagram
- Many mesh datasets and layer improvements
- New features in rendering and 3D
- better print layout
- New features in expressions and digitizing
- ...
[1] https://qgis.org/en/site/forusers/visualchangelog316/index.html
The port now integrates OpenCL functionality.
Reviewed by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D26951