Download raw body.
UPDATE: libwebp 1.4.0
Here is an update to libwebp 1.4.0.
- 4/12/2024: version 1.4.0
This is a binary compatible release.
* API changes:
- libwebpmux: WebPAnimEncoderSetChunk, WebPAnimEncoderGetChunk,
WebPAnimEncoderDeleteChunk
- libsharpyuv: SharpYuvOptionsInit, SharpYuvConvertWithOptions
- extras: SharpYuvEstimate420Risk
* further security related hardening in libwebp & examples
* some minor optimizations in the lossless encoder
* added WEBP_NODISCARD to report unused result warnings; enable with
-DWEBP_ENABLE_NODISCARD=1
* improvements and corrections in webp-container-spec.txt and
webp-lossless-bitstream-spec.txt (#611)
* miscellaneous warning, bug & build fixes (#615, #619, #632, #635)
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/libwebp/Makefile,v
retrieving revision 1.32
diff -u -p -u -p -r1.32 Makefile
--- Makefile 9 Jan 2024 22:56:01 -0000 1.32
+++ Makefile 24 Apr 2024 11:00:40 -0000
@@ -2,14 +2,14 @@ COMMENT= Google WebP image format conver
GH_ACCOUNT= webmproject
GH_PROJECT= libwebp
-GH_TAGNAME= v1.3.2
+GH_TAGNAME= v1.4.0
CATEGORIES= graphics
-SHARED_LIBS += sharpyuv 0.0 # 0.0
+SHARED_LIBS += sharpyuv 0.1 # 0.0
SHARED_LIBS += webp 4.3 # 6.0
SHARED_LIBS += webpdecoder 2.1 # 2.0
SHARED_LIBS += webpdemux 2.0 # 2.0
-SHARED_LIBS += webpmux 2.0 # 2.0
+SHARED_LIBS += webpmux 2.1 # 2.0
HOMEPAGE= https://developers.google.com/speed/webp/
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/libwebp/distinfo,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 distinfo
--- distinfo 9 Jan 2024 22:56:01 -0000 1.22
+++ distinfo 24 Apr 2024 11:00:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (libwebp-1.3.2.tar.gz) = wsL1IfpGjjxZSatpjC2kEPXc4cXpn1rZ5w4OhEa4ZQU=
-SIZE (libwebp-1.3.2.tar.gz) = 3685345
+SHA256 (libwebp-1.4.0.tar.gz) = Eq9QxFUw8KKS05qI2VJjfkP7LUqxiDxErnKYQPcnM4E=
+SIZE (libwebp-1.4.0.tar.gz) = 3800514
UPDATE: libwebp 1.4.0