KF6 gwenview application needs a couple of prerequisites

"\"Richard\"" ([email protected] via blfs-support Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.support
Message-ID <[email protected]>
I re-built KF6 again (6.13.0) to fix some breakage I did to 6.11.0 and ran
into an issue with gwenview (again).
It needs two prerequisites not listed in the book.

From gwenview CMakeLists.txt

find_package(kImageAnnotator-Qt6)
set_package_properties(kImageAnnotator-Qt6 PROPERTIES URL
"https://github.com/ksnip/kImageAnnotator" DESCRIPTION "The kImageAnnotator
library provides tools to annotate" TYPE REQUIRED)
if(kImageAnnotator-Qt6_FOUND)
    find_package(kColorPicker-Qt6 REQUIRED)
    set(KIMAGEANNOTATOR_FOUND 1)
endif()

At https://github.com/ksnip/kImageAnnotator/tags you find
kImageAnnotator-0.7.1.tar.gz
At https://github.com/ksnip/kColorPicker/tags you find
kColorPicker-0.3.1.tar.gz

With these two added, it builds fine.  I used the same cmake parameters as the
rest of the KF6 applications.

As a side note, KF6 and Plasma, including  work find with linux kernel 6.12.40
and NVIDIA-Linux-x86_64-550.163.01.run proprietary driver.
The NVidia 570 versions (Latest I've used is NVIDIA-Linux-x86_64-
570.172.08.run) with kernel 6.15.X (I've used 4 and 8) break startplasma-
wayland, though the X11 version still runs.  This isn't just a plasma problem;
Gnome yelp works find with NVidia 550 driver but fails with 570.  Canonical
has a fix since it works on Ubuntu 25.04.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-support
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.