7684 Commits

Author SHA1 Message Date
sthen
72f09a82e1 reimport graphics/py-Pillow as py2-Pillow, splitting off Python 2 support
so that the main port can be updated to a Python 3-only version. changes to
dependent ports to follow.

feedback/ok kmos@
2020-11-24 16:42:06 +00:00
sthen
43a0ae0128 switch py-qrcode to py3-only, ok feinerer@ (maintainer) 2020-11-24 13:08:42 +00:00
rsadowski
9360cdeca5 Update makehuman to 1.2.0
From maintainer Dimitri Karamazov
2020-11-23 09:31:46 +00:00
sthen
3686eaf1e9 update to libqrencode-4.1.1 2020-11-21 17:11:06 +00:00
sthen
8ce69aa535 fix cmakefile (part of an upstream commit) to avoid packaging failure if
openimageio (specifically iv) isn't already installed. reported by aja@
2020-11-19 12:07:59 +00:00
sthen
c351c7d195 disable hidden build dep on ccache (picked up if present during configure) 2020-11-19 11:41:01 +00:00
benoit
0208e5b4e4 Update to p5-GD-2.73. 2020-11-19 08:43:57 +00:00
kirby
69fed9822f switch HOMEPAGE to HTTPS here too 2020-11-19 07:42:18 +00:00
kirby
90a626bf61 switch HOMEPAGE to HTTPS 2020-11-19 07:33:53 +00:00
sthen
65052d6f38 openimageio tweaks:
- use system pugixml rather than embedded copy (fixing a build error
seen with Blender 2.81 if system pugixml is installed during build)

- switch python bindings from py2 to py3, removing another user of
boost_python27 libs

- sort LIB_DEPENDS

ok pascal@ (maintainer)
2020-11-17 20:37:09 +00:00
jeremy
06ac160d22 Bump related ports after default Ruby version switch
OK gkoehler@
2020-11-17 03:19:36 +00:00
sthen
cb36f04ffb update to libavif-0.8.3, from Brad 2020-11-16 21:43:08 +00:00
sthen
45f75c4e10 fix with libavif 0.8.2, patch from upstream found by jca@
https://github.com/darktable-org/darktable/issues/6530 / e531b66f486f
2020-11-16 11:24:20 +00:00
sthen
98751a3454 libavif 0.8.2 should have been a major bump, avifDecoderParse function
signature changed.
2020-11-16 11:21:59 +00:00
jsg
2bd3477e44 include libgen.h for basename(3)
prompted by -Wimplicit-function-declaration warnings
2020-11-16 05:17:33 +00:00
kettenis
12bf7f57e3 Avoid running atexit(3) hooks in the child which fails horribly since
it will try to to clean up the thread pool created by the Mesa radeonsi
driver that doesn't actually exist in the child, resulting in a hang
of several tests.

ok jsg@
2020-11-15 12:28:27 +00:00
sthen
ab2d5eaa6b update to libavif-0.8.2, from Brad (maintainer) 2020-11-14 21:22:12 +00:00
ajacoutot
c1a99c21f6 Remove colord and colord-gtk.
We are stuck on an old release because new one requires GUdev, GUsb etc.
Also it depends on the suid dbus-daemon-launch-helper and polkit.
And it currently has no benefit...
2020-11-14 11:06:54 +00:00
ajacoutot
dc1b690010 graphics/colord is going away: regen WANTLIB / LIB_DEPENDS
We are stuck on an old release because new one requires GUdev, GUsb etc.
Also it depends on the suid dbus-daemon-launch-helper and polkit.
And it currently has no benetif...

no objection sthen@ jasper@ phessler@
2020-11-14 11:03:45 +00:00
sthen
4b277c5733 remove stray \ 2020-11-13 23:25:38 +00:00
ajacoutot
bd772c3603 Update to gdk-pixbuf-xlib-2.40.2. 2020-11-13 17:41:39 +00:00
kmos
ae97a5b39b Tell non-base-clang arches to use ports-gcc. Fixes a "redeclaration of __errno"
error and allows it to build on sparc64.

ok aja
2020-11-13 17:18:56 +00:00
sthen
1f0723fadc update to img2pdf-0.4.0, mostly from wen heping, i switched tests to
MODPY_PYTEST to fix them
2020-11-11 10:19:44 +00:00
ajacoutot
5ab4c54bf6 +gdk-pixbuf-xlib 2020-11-11 09:51:17 +00:00
ajacoutot
93b27d400b Import gdk-pixbuf-xlib-2.40.0.
This package provides the deprecated API for integrating Xlib and GdkPixbuf.

ok robert@
2020-11-11 09:51:06 +00:00
ajacoutot
5d50ebf834 Update to gdk-pixbuf-2.42.0.
- jasper2000 support removed
- gdk_pixbuf_xlib-2.0 is deprecated and will move to another port
2020-11-11 09:50:14 +00:00
jasper
1099ea85b8 update to evince-3.38.0 2020-11-07 10:04:21 +00:00
ajacoutot
5653f322c4 Update to py3-cairo-1.20.0. 2020-11-07 08:29:17 +00:00
ajacoutot
61a1b3fa4e Update to shotwell-0.30.11. 2020-11-06 07:37:28 +00:00
sthen
a2c9b36626 FFmpeg, dav1d, x264: disable asm on (32-bit) arm. OpenBSD runs this with
strict alignment but the asm code in these assumes that unaligned access
works. From Brad.
2020-11-05 19:42:28 +00:00
espie
ead3da878a minor update to 2.10.22, okay sthen@ 2020-11-05 11:39:44 +00:00
sthen
2eb05aba80 graphics/zxing: take maintainer, enable debug packages 2020-11-05 11:30:11 +00:00
afresh1
d62fd6be59 Update graphics/p5-SVG-Graph to 0.04
From wen heping <wenheping2000 () hotmail ! com>
2020-11-04 02:31:15 +00:00
jca
dece36e190 Missed in previous 2020-11-03 23:19:14 +00:00
jca
576b698d32 Update to zbar-0.23.1 (new upstream)
Switches to gtk+3 and python3 instead of gtk+2, python2 and py-gtk2.
Input from ajacoutot@ and jsg@, ok jsg@ (maintainer)
2020-11-03 23:18:10 +00:00
rsadowski
65f4e41036 Update krita to 4.4.1 2020-11-03 20:18:47 +00:00
rsadowski
e8dbdf0efc Update krita to 4.4.0 2020-11-03 16:13:26 +00:00
ajacoutot
2c7cf43819 Add PORTROACH marker. 2020-11-02 07:41:50 +00:00
jca
8732efdba0 Move to py2-cairo to unbreak.
Sync WANTLIB while here.
2020-11-01 21:07:06 +00:00
jca
8f8f7630d6 Reinstate python plugins support
Requested by espie@, who points out that disabling python broke the
resynthetizer plugin.
2020-11-01 20:40:45 +00:00
jca
a33c1d4ab8 Use py2-cairo in py-gtk2, zap python2 support from graphics/py-cairo 2020-11-01 20:38:44 +00:00
jca
0dab594e78 Import a python2-only version of py-cairo
Newer versions of py-cairo dropped support for python2, sadly
x11/py-gtk2 still needs a python2 cairo module.

Create a python2-only port of the existing version of py-cairo under
a new path, to be used by x11/py-gtk2.  Then ajacoutot@ can move
graphics/py-cairo to newer releases.

Suggested by sthen@, discussed with ajacoutot@
2020-11-01 20:35:26 +00:00
ajacoutot
98756070a9 Update to simple-scan-3.38.1. 2020-11-01 08:28:01 +00:00
jca
3c85a2d464 Hook up py-cairo,python3
Missed when graphics/py3-cairo was merged into graphics/py-cairo
2020-10-31 23:44:34 +00:00
sthen
7832856cbe set DEBUG_PACKAGES before including bsd.port.arch.mk, otherwise
they're built on all archs not just DEBUGINFO_ARCHS. ok aja@
2020-10-31 12:09:04 +00:00
espie
179a3eee59 +lensfun 2020-10-31 10:40:36 +00:00
espie
9e01063019 gimp plugin to use lensfen (correct camera aberrations)
okay and tweak solene@, thanks for the test!
2020-10-31 10:40:05 +00:00
jasper
d714a19764 fix build with newer versions of boost
from brad
2020-10-30 19:25:57 +00:00
fcambus
4d08c240ca Update libansilove to 1.2.8. 2020-10-27 19:18:48 +00:00
ajacoutot
dd00528975 Comment BDEP on graphics/py-cairo for the time being. 2020-10-27 08:57:17 +00:00