pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libwebp
Module Name: pkgsrc
Committed By: tsutsui
Date: Sun Jul 23 17:02:03 UTC 2023
Modified Files:
pkgsrc/graphics/libwebp: Makefile PLIST distinfo
Log Message:
libwebp: update to 1.3.1.
Upstream changes (from NEWS):
version 1.3.1
This is a binary compatible release.
* security fixes for lossless encoder (#603, chromium: #1420107, #1455619,
CVE-2023-1999)
* improve error reporting through WebPPicture error codes
* fix upsampling for RGB565 and RGBA4444 in NEON builds
* img2webp: add -sharp_yuv & -near_lossless
* Windows builds:
- fix compatibility with clang-cl (#607)
- improve Arm64 performance with cl.exe
- add Arm64EC support
* fix webp_js with emcc >= 3.1.27 (stack size change, #614)
* CMake fixes (#592, #610, #612)
* further updates to the container and lossless bitstream docs (#581, #611)
version 1.3.0
This is a binary compatible release.
* add libsharpyuv, which exposes -sharp_yuv/config.use_sharp_yuv
functionality to other libraries; libwebp now depends on this library
* major updates to the container and lossless bitstream docs (#448, #546,
#551)
* miscellaneous warning, bug & build fixes (#576, #583, #584)
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/libwebp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/libwebp/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/libwebp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/libwebp/Makefile
diff -u pkgsrc/graphics/libwebp/Makefile:1.39 pkgsrc/graphics/libwebp/Makefile:1.40
--- pkgsrc/graphics/libwebp/Makefile:1.39 Tue Jan 3 17:37:26 2023
+++ pkgsrc/graphics/libwebp/Makefile Sun Jul 23 17:02:03 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2023/01/03 17:37:26 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2023/07/23 17:02:03 tsutsui Exp $
-DISTNAME= libwebp-1.2.4
-PKGREVISION= 1
+DISTNAME= libwebp-1.3.1
CATEGORIES= graphics
MASTER_SITES= https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
@@ -27,6 +26,7 @@ CONFIGURE_ARGS+= --enable-libwebpmux
CPPFLAGS+= -D__pic__
.endif
+PKGCONFIG_OVERRIDE+= sharpyuv/libsharpyuv.pc.in
PKGCONFIG_OVERRIDE+= src/demux/libwebpdemux.pc.in
PKGCONFIG_OVERRIDE+= src/libwebp.pc.in
PKGCONFIG_OVERRIDE+= src/libwebpdecoder.pc.in
Index: pkgsrc/graphics/libwebp/PLIST
diff -u pkgsrc/graphics/libwebp/PLIST:1.7 pkgsrc/graphics/libwebp/PLIST:1.8
--- pkgsrc/graphics/libwebp/PLIST:1.7 Tue Nov 20 17:26:19 2018
+++ pkgsrc/graphics/libwebp/PLIST Sun Jul 23 17:02:03 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/11/20 17:26:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/07/23 17:02:03 tsutsui Exp $
bin/cwebp
bin/dwebp
bin/gif2webp
@@ -10,11 +10,15 @@ include/webp/demux.h
include/webp/encode.h
include/webp/mux.h
include/webp/mux_types.h
+include/webp/sharpyuv/sharpyuv.h
+include/webp/sharpyuv/sharpyuv_csp.h
include/webp/types.h
+lib/libsharpyuv.la
lib/libwebp.la
lib/libwebpdecoder.la
lib/libwebpdemux.la
lib/libwebpmux.la
+lib/pkgconfig/libsharpyuv.pc
lib/pkgconfig/libwebp.pc
lib/pkgconfig/libwebpdecoder.pc
lib/pkgconfig/libwebpdemux.pc
Index: pkgsrc/graphics/libwebp/distinfo
diff -u pkgsrc/graphics/libwebp/distinfo:1.25 pkgsrc/graphics/libwebp/distinfo:1.26
--- pkgsrc/graphics/libwebp/distinfo:1.25 Mon Aug 8 13:44:07 2022
+++ pkgsrc/graphics/libwebp/distinfo Sun Jul 23 17:02:03 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2022/08/08 13:44:07 adam Exp $
+$NetBSD: distinfo,v 1.26 2023/07/23 17:02:03 tsutsui Exp $
-BLAKE2s (libwebp-1.2.4.tar.gz) = e63b1a26f15366a8a76f3bab0b09b4d14e00e9ead1d8fde07c9f8c1354abf3f3
-SHA512 (libwebp-1.2.4.tar.gz) = 01f21e2c3057f5878b33664d0070832d78420de3cb2fe4379b07ae6a27bb569fd1c27a920fe324beccb96ae7bfa8c05fdd9e7b0aeba6de06ab4d8b084bb38803
-Size (libwebp-1.2.4.tar.gz) = 4141376 bytes
+BLAKE2s (libwebp-1.3.1.tar.gz) = ac3af8f1cb489e84017754a88ee9aef472a91b5afdb54f27b0da30e5690d0e05
+SHA512 (libwebp-1.3.1.tar.gz) = f2c5e4fbbb5adf63d4a36bad88de23881c296da6f3ec73baded5e80fd55abef6cbeb90c271fd40766a76e170e5499c2983670d91e01064027ede22965d2b1d90
+Size (libwebp-1.3.1.tar.gz) = 4161782 bytes
Home |
Main Index |
Thread Index |
Old Index