- edited description
1/ configure minor issue.
libvpx is not found because old version provides "libvpx" instead of "vpx"
Workaround
export LIBVPX_CFLAGS=$(pkg-config libvpx --cflags)
export LIBVPX_LIBS=$(pkg-config libvpx --libs)
Would be great to have this managed, but not important as a workaround exists.
2/ test results
...
(491, 364) (613, 313) (602, 288) (481, 338) expected, but (491, 364) (613, 314) (602, 288) (480, 339)
FAIL: gdimagestringft/gdimagestringft_bbox
...
============================================================
1 of 91 tests failed
Please report to https://bitbucket.org/libgd/gd-libgd/issues
============================================================
Not a big issue, workaround:
export XFAIL_TESTS=gdimagestringft/gdimagestringft_bbox