Summary: | graphics/sdl2_image: update to 2.6.2 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||||
Status: | Closed Overcome By Events | ||||||||||
Severity: | Affects Only Me | Keywords: | patch | ||||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) |
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
URL: | https://discourse.libsdl.org/t/announcing-sdl-image-2-6-0 | ||||||||||
Attachments: |
|
Description
Jan Beich
2022-08-27 15:32:07 UTC
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(-) |