Thu Mar 3 10:41:34 2022 UTC ()
libwebp: updated to 1.2.2

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
  * fix duplicate include error in Xcode when using multiple XCFrameworks in a
    project
  * doc updates and bug fixes


(adam)
diff -r1.34 -r1.35 pkgsrc/graphics/libwebp/Makefile
diff -r1.22 -r1.23 pkgsrc/graphics/libwebp/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/graphics/libwebp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/libwebp/Makefile 2021/08/20 05:44:26 1.34
+++ pkgsrc/graphics/libwebp/Makefile 2022/03/03 10:41:34 1.35
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.34 2021/08/20 05:44:26 adam Exp $ 1# $NetBSD: Makefile,v 1.35 2022/03/03 10:41:34 adam Exp $
2 2
3DISTNAME= libwebp-1.2.1 3DISTNAME= libwebp-1.2.2
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= https://storage.googleapis.com/downloads.webmproject.org/releases/webp/ 5MASTER_SITES= https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
6 6
7MAINTAINER= ryoon@NetBSD.org 7MAINTAINER= ryoon@NetBSD.org
8HOMEPAGE= https://developers.google.com/speed/webp/ 8HOMEPAGE= https://developers.google.com/speed/webp/
9COMMENT= WebP image format library and tools 9COMMENT= WebP image format library and tools
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12USE_LIBTOOL= yes 12USE_LIBTOOL= yes
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14CONFIGURE_ARGS+= --disable-gl 14CONFIGURE_ARGS+= --disable-gl
15CONFIGURE_ARGS+= --disable-sdl 15CONFIGURE_ARGS+= --disable-sdl
16CONFIGURE_ARGS+= --enable-libwebpdecoder 16CONFIGURE_ARGS+= --enable-libwebpdecoder

cvs diff -r1.22 -r1.23 pkgsrc/graphics/libwebp/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/libwebp/distinfo 2021/10/26 10:46:29 1.22
+++ pkgsrc/graphics/libwebp/distinfo 2022/03/03 10:41:34 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2021/10/26 10:46:29 nia Exp $ 1$NetBSD: distinfo,v 1.23 2022/03/03 10:41:34 adam Exp $
2 2
3BLAKE2s (libwebp-1.2.1.tar.gz) = 24874a89ea4396acbdbe534fcaf3fe82055f5f4815930d965a3e63211f6400bb 3BLAKE2s (libwebp-1.2.2.tar.gz) = 1ed12719596f2bb24d68b6d04350b852bad9420ea1338cd06c68431e4b83e27e
4SHA512 (libwebp-1.2.1.tar.gz) = 5208ac9532c89ea9fec01122cb307afacdbf5c501ed1c6056e9ffc98e2a3386e637224e0301da88ae3a32aa0c210364e1e4eac79487e465ef9e54eb9b1af80aa 4SHA512 (libwebp-1.2.2.tar.gz) = 0dd0a721352b513a218d55383bcd0cc45b786df8089f70f87257b5dcc0c4e2f1798e20f1ca98b8fe51710abb667f9c4c14f20f980a11c484c8832f0dc66e3bff
5Size (libwebp-1.2.1.tar.gz) = 4100806 bytes 5Size (libwebp-1.2.2.tar.gz) = 4117468 bytes