7337 Commits

Author SHA1 Message Date
ajacoutot
b6a0afdc4d Add SEPARATE_BUILD to a few ports.
QEMU has deprecated in src tree builds.

from Brad (maintainer)
2020-04-04 08:36:55 +00:00
ajacoutot
a29c8555d2 Update to libavif-0.6.3.
from Brad (maintainer)
2020-04-04 08:35:17 +00:00
ajacoutot
c5a1d8f8d0 Update to graphite2-1.3.14. 2020-04-02 11:11:01 +00:00
fcambus
27ef7708c9 Update dpic to 2020.03.01. 2020-04-01 15:42:40 +00:00
rsadowski
cc2262cf6a Update kdiagram to 2.6.2 2020-03-30 04:35:03 +00:00
ajacoutot
3953a95905 Set dav1dSettings.frame_size_limit to avoid OOM.
from upstream via Brad
2020-03-29 09:54:58 +00:00
landry
5e5bb05160 Fix build after lastools update by adding LASLIB_INCLUDE_DIRS to
CONFIGURE_ARGS and adapting LASLIB_LIBRARY.

build breakage reported by naddy@, thanks !
2020-03-28 18:19:31 +00:00
rsadowski
2df0f518db Update skanlite to 2.1.0.1 2020-03-27 05:07:27 +00:00
rsadowski
9eb6d039cf Update krita 4.2.9 2020-03-27 04:54:00 +00:00
rsadowski
eb001af21b +skanlite 2020-03-24 21:05:16 +00:00
rsadowski
4a618bcf46 Import skanlite-2.1.0; Tweak and OK kn@
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
2020-03-24 21:02:59 +00:00
rsadowski
74a4934396 Update KDE Frameworks to 5.68.0 and KDE5 to 19.12
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!
2020-03-23 18:01:02 +00:00
espie
24aa32c0d6 I just had a core dump.
update plist with @bin annotations so that I can set DEBUG_PACKAGES
2020-03-22 10:02:26 +00:00
naddy
d159f8d1ad Make use of "find -exec {} +" (which is POSIX) and "find -delete"
(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@
2020-03-20 16:44:21 +00:00
sthen
3877af3fe7 update graphics/libexif: it has been a long time since the last
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.
2020-03-20 12:19:42 +00:00
ajacoutot
666832552f Update to libwebp-1.1.0.
from Brad
2020-03-19 22:23:47 +00:00
kn
bc423e03e3 Remove broken graphics/mirage
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
2020-03-19 13:23:57 +00:00
fcambus
7b769f68c4 Update libansilove to 1.2.1. 2020-03-17 13:53:19 +00:00
ajacoutot
79f001c19c Update to libavif-0.6.2. 2020-03-15 11:11:34 +00:00
jasper
6f35702f0e set DEBUG_PACKAGES 2020-03-13 12:39:57 +00:00
jasper
ac42196cbe update to clutter-1.26.4 2020-03-13 12:31:07 +00:00
jasper
002feceb02 update to cogl-1.22.6 2020-03-13 12:30:48 +00:00
cwen
1366828eef pstoedit: don't force C++11. This fixes the build on !clang archs.
OK steven@ (maintainer), jca@
2020-03-12 22:01:31 +00:00
juanfra
81c2b33c69 Update to pdf2djvu 0.9.17. 2020-03-10 16:14:59 +00:00
daniel
add32f09f8 drop maintainer 2020-03-10 03:31:45 +00:00
ajacoutot
49fc018860 Simplify patch; no functionnal change.
from Brad (maintainer)
2020-03-08 22:37:04 +00:00
espie
0bce543793 simpler SEPARATE_BUILD semantics 2020-03-06 15:26:18 +00:00
sthen
74d301291e libavif: enable tests, from Brad 2020-03-06 10:03:28 +00:00
steven
3dc6840ab0 maintenance update to 3.75 2020-03-05 21:02:17 +00:00
ajacoutot
65a3c5badc Update to libavif-0.5.7.
from Brad (maintainer)
2020-03-04 07:28:28 +00:00
sthen
aaa856cc2f +libavif 2020-03-03 21:16:21 +00:00
sthen
e62fc32b44 import graphics/libavif, from Brad, ok aja@
This library aims to be a friendly, portable C implementation of the
AV1 Image File Format.
2020-03-03 21:15:51 +00:00
ajacoutot
73882af656 Update to GraphicsMagick-1.3.35.
from Brad (maintainer)
2020-03-01 10:04:24 +00:00
rsadowski
b6f6518f7e Unbreak with upcoming Qt5 update
OK awolk@ (maintainer)
2020-02-27 05:36:01 +00:00
ajacoutot
a2834c5f96 Update to libgphoto-2.5.24. 2020-02-25 11:52:22 +00:00
sthen
12c168e42f build GIMP with HEIF support 2020-02-24 23:24:40 +00:00
sthen
e90b73c3af fix license marker (v3+), tidy dependencies 2020-02-24 22:59:25 +00:00
sthen
81f541accd update to gimp-2.10.18, sync with libmypaint 1.5.x 2020-02-24 22:45:19 +00:00
sthen
9add6ae6c1 update to libmypaint-1.5.1 2020-02-24 22:44:45 +00:00
sthen
1624c82b59 update to mypaint-brushes-1.3.1 2020-02-24 22:15:17 +00:00
kirby
d8d69a83d7 updae to rawtherapee-5.8 2020-02-23 08:34:12 +00:00
jasper
6088767c37 update to gdcm-3.0.5 2020-02-22 14:57:53 +00:00
rsadowski
5c35e36689 Switch djview-4.10.6 from Qt4 to Qt5
OK jca@, merci
2020-02-21 18:06:23 +00:00
ajacoutot
a2e9e946e4 Update to gegl04-0.4.22. 2020-02-21 11:09:05 +00:00
sthen
f4c2f1321a update to gimp-2.10.16
doesn't help the (random?) crashes in file/open but doesn't seem worse
2020-02-20 12:24:53 +00:00
gkoehler
0857b61144 Fix crash on powerpc
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@
2020-02-18 18:11:32 +00:00
kili
0dc33466d1 Fix the build with poppler-0.85.0.
ok, juanfra@ (maintainer)
2020-02-17 20:35:18 +00:00
kili
9c28f04349 Fix the build with poppler-0.85.0.
ok jasper@ (maintainer)
2020-02-17 20:34:11 +00:00
fcambus
3d3e831939 Update ansilove to 4.1.0. 2020-02-17 15:05:12 +00:00
fcambus
66bc22d037 Update libansilove to 1.2.0. 2020-02-17 15:04:25 +00:00