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:   ryoon
Date:           Mon Apr 15 12:40:37 UTC 2024

Modified Files:
        pkgsrc/graphics/libwebp: Makefile distinfo

Log Message:
graphics/libwebp: Update to 1.4.0

Changelog:
- 4/12/2024: version 1.4.0
  This is a binary compatible release.
  * API changes:
    - libwebpmux: WebPAnimEncoderSetChunk, WebPAnimEncoderGetChunk,
                  WebPAnimEncoderDeleteChunk
    - libsharpyuv: SharpYuvOptionsInit, SharpYuvConvertWithOptions
    - extras: SharpYuvEstimate420Risk
  * further security related hardening in libwebp & examples
  * some minor optimizations in the lossless encoder
  * added WEBP_NODISCARD to report unused result warnings; enable with
    -DWEBP_ENABLE_NODISCARD=1
  * improvements and corrections in webp-container-spec.txt and
    webp-lossless-bitstream-spec.txt (#611)
  * miscellaneous warning, bug & build fixes (#615, #619, #632, #635)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/graphics/libwebp/Makefile
cvs rdiff -u -r1.27 -r1.28 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.42 pkgsrc/graphics/libwebp/Makefile:1.43
--- pkgsrc/graphics/libwebp/Makefile:1.42       Sat Oct 21 17:10:35 2023
+++ pkgsrc/graphics/libwebp/Makefile    Mon Apr 15 12:40:36 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2023/10/21 17:10:35 gdt Exp $
+# $NetBSD: Makefile,v 1.43 2024/04/15 12:40:36 ryoon Exp $
 
-DISTNAME=      libwebp-1.3.2
-PKGREVISION=   1
+DISTNAME=      libwebp-1.4.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.27 pkgsrc/graphics/libwebp/distinfo:1.28
--- pkgsrc/graphics/libwebp/distinfo:1.27       Fri Sep 15 12:49:01 2023
+++ pkgsrc/graphics/libwebp/distinfo    Mon Apr 15 12:40:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2023/09/15 12:49:01 bsiegert Exp $
+$NetBSD: distinfo,v 1.28 2024/04/15 12:40:36 ryoon Exp $
 
-BLAKE2s (libwebp-1.3.2.tar.gz) = 74ae98e9b38a88769d3c37a80a7a39158f9fb7d36a51f51b1568b7b6d49b5a99
-SHA512 (libwebp-1.3.2.tar.gz) = 2b624d2ecfbff6b4db2719e38f146722638ae262acd96327073a04451dd05fb27ef70c5681187821d251df728a6be7e89209c861c561a13bfb786495a830bc20
-Size (libwebp-1.3.2.tar.gz) = 4162949 bytes
+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



Home | Main Index | Thread Index | Old Index