Sunday, January 30, 2022

UPDATE: libwebp 1.2.2

Here is an update to libwebp 1.2.2.


- 1/11/2022: version 1.2.2
This is a binary compatible release.
* webpmux: add "-set bgcolor A,R,G,B"
* add ARM64 NEON support for MSVC builds (#539)
* fix duplicate include error in Xcode when using multiple XCFrameworks in a
project (#542)
* doc updates and bug fixes (#538, #544, #548, #550)


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/graphics/libwebp/Makefile,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 Makefile
--- Makefile 11 Sep 2021 18:19:17 -0000 1.26
+++ Makefile 31 Jan 2022 03:00:42 -0000
@@ -2,10 +2,10 @@

COMMENT= Google WebP image format conversion tool

-CATEGORIES= graphics
GH_ACCOUNT= webmproject
GH_PROJECT= libwebp
-GH_TAGNAME= v1.2.1
+GH_TAGNAME= v1.2.2
+CATEGORIES= graphics

SHARED_LIBS += webp 4.3 # 6.0
SHARED_LIBS += webpdecoder 2.1 # 2.0
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/graphics/libwebp/distinfo,v
retrieving revision 1.17
diff -u -p -u -p -r1.17 distinfo
--- distinfo 11 Sep 2021 18:19:17 -0000 1.17
+++ distinfo 31 Jan 2022 03:00:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (libwebp-1.2.1.tar.gz) = AbzeakCmAilJlAULgd83nXHEC345yBnAJNB5s8VjB/Q=
-SIZE (libwebp-1.2.1.tar.gz) = 3643423
+SHA256 (libwebp-1.2.2.tar.gz) = Uekpeq232euZEp/gBQ9ToR/M44oISPsrA4njha2TaV4=
+SIZE (libwebp-1.2.2.tar.gz) = 3661228

No comments:

Post a Comment