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: adam
Date: Wed Dec 25 10:57:31 UTC 2024
Modified Files:
pkgsrc/graphics/libwebp: Makefile distinfo
Log Message:
libwebp: updated to 1.5.0
version 1.5.0
This is a binary compatible release.
API changes:
- `cross_color_transform_bits` added to WebPAuxStats
* minor lossless encoder speed and compression improvements
* lossless encoding does not use floats anymore
* additional Arm optimizations for lossy & lossless + general code generation
improvements
* improvements to WASM performance
* improvements and corrections in webp-container-spec.txt and
webp-lossless-bitstream-spec.txt
* further security related hardening and increased fuzzing coverage w/fuzztest
* miscellaneous warning, bug & build fixes
Tool updates:
* gif2webp: add -sharp_yuv & -near_lossless
* img2webp: add -exact & -noexact
* exit codes normalized; running an example program with no
arguments will output its help and exit with an error
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/graphics/libwebp/Makefile
cvs rdiff -u -r1.28 -r1.29 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.43 pkgsrc/graphics/libwebp/Makefile:1.44
--- pkgsrc/graphics/libwebp/Makefile:1.43 Mon Apr 15 12:40:36 2024
+++ pkgsrc/graphics/libwebp/Makefile Wed Dec 25 10:57:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2024/04/15 12:40:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2024/12/25 10:57:30 adam Exp $
-DISTNAME= libwebp-1.4.0
+DISTNAME= libwebp-1.5.0
CATEGORIES= graphics
MASTER_SITES= https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
Index: pkgsrc/graphics/libwebp/distinfo
diff -u pkgsrc/graphics/libwebp/distinfo:1.28 pkgsrc/graphics/libwebp/distinfo:1.29
--- pkgsrc/graphics/libwebp/distinfo:1.28 Mon Apr 15 12:40:36 2024
+++ pkgsrc/graphics/libwebp/distinfo Wed Dec 25 10:57:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/04/15 12:40:36 ryoon Exp $
+$NetBSD: distinfo,v 1.29 2024/12/25 10:57:30 adam Exp $
-BLAKE2s (libwebp-1.4.0.tar.gz) = 68a8f11e5184a715ffb4f95129eeb0ec603b22114530bc36114b17b4b4488a0d
-SHA512 (libwebp-1.4.0.tar.gz) = 1217363fbb5c860b17c2ba4612f240f121c74ced6e3e58e8aa61252a9022f59893c5874bfa433cc50a7e65bac1ae2bfa99fa2cede070183b7a467f148cebb0bd
-Size (libwebp-1.4.0.tar.gz) = 4281370 bytes
+BLAKE2s (libwebp-1.5.0.tar.gz) = 84b29c2a9db6dc2a66d8fa61730b7ba58aa0ab522960a0eb05f98adfd2b526ee
+SHA512 (libwebp-1.5.0.tar.gz) = 7a39594cf5585428f82d555b05e78aa63758a56841a313c0b74dfb4996afe37dddf92498d6123ff2a949a7209fb9097927f10ee75b5a38b481f110c892e5302b
+Size (libwebp-1.5.0.tar.gz) = 4267494 bytes
Home |
Main Index |
Thread Index |
Old Index