On Mon, Jul 31 2023, Sebastien Marie wrote: > On Mon, Jul 31, 2023 at 11:14:38AM +0300, Timo Myyrä wrote: >> On Mon, Jul 31 2023, Renato Aguiar wrote: >> >> > On Mon, Jul 31 2023, lux wrote: >> > >> >> Hi, Emacs 29.1 was released yesterday, I update to 29.1. >> >> >> > >> > Maybe add textproc/tree-sitter to LIB_DEPENDS to enable the new >> > built-in tree-sitter integration? >> >> Hi, >> >> Here is a bit more fleshed out version for emacs-29 update. >> >> - adds sqlite, tree-sitter and libwebp dependencies > > webp ? > > anyway, the diff doesn't seems consistent: > > - CONFIGURE_ARGS += --without-webp > - LIB_DEPENDS += graphics/libwebp > - no WANTLIB change for webp > > Thanks.
The new emacs version adds support for the WebP image format. The port should only use it when building graphics support, same way as other image formats. Timo