check() fails in clean build
A clean build currently fails within check():
...
FAIL: heif/heif_read
...
============================================================================
Testsuite summary for GD 2.3.3
============================================================================
# TOTAL: 195
# PASS: 194
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
The corresponding log file reads:
dlopen: libavcodec.so.61: cannot open shared object file: No such file or directory
GD Warning: gd-heif context creation failed
heif/heif_read.c:23: Assert failed in <heif/heif_read.c:23>
FAIL heif/heif_read (exit status: 2)
Adding ffmpeg
to checkdepends doesn't fix this, so something wrong must be happening...