Created attachment 236151 [details] v1 (apply via "git am") - "make test" requires re-running "make configure" with --enable-tests - Enabling AVIF and JXL maybe required by https://github.com/renpy/pygame_sdl2/pull/142 - Keeping JPEG and PNG requires --disable-stb-image to avoid bundled library; see also https://github.com/archlinux/svntogit-packages/commit/12d9b1ca2ac9 https://github.com/libsdl-org/SDL_image/commit/797ada838308 https://github.com/libsdl-org/SDL_image/issues/133
Created attachment 236152 [details] v1 (apply via "git am") Typo: AUTOCONF_ARGS -> CONFIGURE_ARGS
Created attachment 236153 [details] v1.1 (apply via "git am") Drop devel/libunwind dependency in favor checking at build. Optional in both devel/sdl20 and graphics/mesa-libs but complicated by different ABI (with same API) between implementations. For example, on riscv64 graphics/mesa-libs doesn't use devel/libunwind.
I've had cmake based update WIP for a long time, so unfortunately the patch is of no use. Enabling AVIF and JXL by default though.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=620b7c2a34b764b5cc79ca184b521b2660bfac21 commit 620b7c2a34b764b5cc79ca184b521b2660bfac21 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-08-31 11:18:58 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-08-31 11:23:41 +0000 graphics/sdl2_image: enable AVIF and JXL by default These may be needed for games/renpy Requested by: jbeich PR: 266071 graphics/sdl2_image/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)