This is an pre-release. Upstream marked it as versionSub = "beta2"
One port less with py2,qt4 dependencies.
Update diff from Dimitri Karamazov who also take maintainer,
Feedback from aja@, Thanks!
disable _XOPEN_SOURCE=500 to fix finding definition of alloca(3)
ok jsg@ whose original diff this was based on, and who found the alloca
fix
live long and prosper
in py3.8. Problem not noticed in earlier py38 bulk build (done on i386)
because openimageio doesn't build there.
A better fix would be updating Blender but this is non-trivial.
Potential double-free in gdImage*Ptr(). (CVE-2019-6978)
gdImageColorMatch() out of bounds write on heap. (CVE-2019-6977)
Uninitialized read in gdImageCreateFromXbm(). (CVE-2019-11038)
Double-free in gdImageBmp. (CVE-2018-1000222)
Potential NULL pointer dereference in gdImageClone(). (CVE-2018-14553)
Potential infinite loop in gdImageCreateFromGifCtx(). (CVE-2018-5711)
and see https://github.com/libgd/libgd/blob/gd-2.3.0/CHANGELOG.md
(if anyone is thinking of backporting, gdlib-config was removed,
p5-GD and cvsgraph updates will be needed)
the PPM reader that caused a buffer overrun in cjpeg, TJBench, or the
tjLoadImage() function if one of the values in a binary PPM/PGM input
file exceeded the maximum value defined in the file's header and that
maximum value was less than 255.
From Brad.
Imageio is a Python library that provides an easy interface to read
and write a wide range of image data, including animated images,
volumetric data, and scientific formats. It is cross-platform, runs
on Python 2.7 and 3.4+, and is easy to install.
Main website: http://imageio.github.io
OK robert@
It takes 17 hours to build openscenegraph on the macppc bulk cluster, but no
final consumers are built on this arch. Don't waste time building it.
OK kn@, pascal@ (maintainer)