Here is an update to libwebp 1.2.0.

- 12/23/2020: version 1.2.0
  * API changes:
    - libwebp:
      encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange)
  * lossless encoder improvements
  * SIMD support for Wasm builds
  * add xcframeworkbuild.sh, supports Mac Catalyst builds
  * import fuzzers from oss-fuzz & chromium (#409)
  * webpmux: add an '-set loop <value>' option (#494)
  * toolchain updates and bug fixes (#449, #463, #470, #475, #477, #478, #479,
    #488, #491)


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/graphics/libwebp/Makefile,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 Makefile
--- Makefile    19 Mar 2020 22:23:47 -0000      1.22
+++ Makefile    12 Feb 2021 07:23:46 -0000
@@ -2,13 +2,13 @@
 
 COMMENT=       Google WebP image format conversion tool
 
-VER=           1.1.0
+VER=           1.2.0
 CATEGORIES=    graphics
 GH_ACCOUNT=    webmproject
 GH_PROJECT=    libwebp
 GH_TAGNAME=    v${VER}
 
-SHARED_LIBS +=  webp                 4.2      # 6.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
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/graphics/libwebp/distinfo,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 distinfo
--- distinfo    19 Mar 2020 22:23:47 -0000      1.15
+++ distinfo    12 Feb 2021 06:42:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (libwebp-1.1.0.tar.gz) = Qk+qtgoUy5LCoGJzO2l3tMweh1pjmIh8WRGzoabFbFE=
-SIZE (libwebp-1.1.0.tar.gz) = 3579449
+SHA256 (libwebp-1.2.0.tar.gz) = 1gYIxFaC+h5dQcPCbBmb5dAYQITNipcab8VANfdkh9M=
+SIZE (libwebp-1.2.0.tar.gz) = 3636573

Reply via email to