Comment:
scanning application for KDE
Description:
Skanlite is a simple image scanning application to scan and save images.
Skanlite is based on libksane, an interface for SANE library to control image
scanners.
Features:
- Save dialog for every image scanned or saving the images immediately in a
specified folder with auto-generated names and format
- Support for networks scanners
- Preview with selection feature for the final scan
- Scanning multiple selections of an image
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://kde.org/applications/graphics/org.kde.skanlite
This commit includes 218 port updates and 16 tweak updates after KDE framework
changes. Most of this 16 changes caused by:
- KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new
WANTLIBs
- Upstream changed some xdg paths from share/examples/***/xdg/ to
share/qlogging-categories5/, which ends in a lot of PLIST chages.
List of notable changes:
- Bump all kf5 shared libs.
- Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the
latest version an update together. (Idea from Qt5).
- s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@.
- Update okteta to 0.26.3
- Update spectacle only to 19.04.3, latest version without hard wayland
dependency.
- Remove python2 support in cantor, python3 only!
- devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@
- devel/kf5/ki18n: switch to python 3, by kn@
- devel/kf5/kservice: switch to python 3, by kn@
- devel/kf5/kconfigwidgets: remove python module usage, by kn@
- devel/kf5/ktextigwidgets: remove python module usage, by kn@
Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@
Thanks a lot!
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
release, various security bugs fixed, upstream know they need to make
a release, but it now seems mostly blocked by wanting CVE numbers
(https://github.com/libexif/libexif/issues/12, sigh...) so let's
just move to a git checkout for now.
After showing image files for a second, Python 2.7 segfaults with every
file; the port is not Python 3 compatible and saw its last upstream
release around 2011: time to retire it.
OK landry aja
Some code was not portable to powerpc because it passed the wrong type
of value to a va_arg(3) function; upstream commit
https://gitlab.gnome.org/GNOME/babl/commit/a585692
"Looks good" ajacoutot@ (maintainer)
ok cwen@