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 Jul 16 07:59:51 UTC 2025

Modified Files:
        pkgsrc/graphics/libwebp: Makefile distinfo

Log Message:
libwebp: updated to 1.6.0

1.6.0
This is a binary compatible release.
API changes:
  - libwebp: WebPValidateDecoderConfig
* additional x86 (AVX2, SSE2), general optimizations and compression
  improvements for lossless
* `-mt` returns same results as single-threaded lossless (regressed in
  1.5.0)
* miscellaneous warning, bug & build fixes
Tool updates:
  * cwebp can restrict the use of `-resize` with `-resize_mode`


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/graphics/libwebp/Makefile
cvs rdiff -u -r1.29 -r1.30 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.46 pkgsrc/graphics/libwebp/Makefile:1.47
--- pkgsrc/graphics/libwebp/Makefile:1.46       Thu Apr 24 14:14:30 2025
+++ pkgsrc/graphics/libwebp/Makefile    Wed Jul 16 07:59:50 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/04/24 14:14:30 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/07/16 07:59:50 adam Exp $
 
-DISTNAME=      libwebp-1.5.0
-PKGREVISION=   1
+DISTNAME=      libwebp-1.6.0
 CATEGORIES=    graphics
 MASTER_SITES=  https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
 
@@ -23,7 +22,7 @@ CONFIGURE_ARGS+=      --enable-libwebpmux
 
 .include "../../mk/compiler.mk"
 # fix PR pkg/45934
-.if !empty(MACHINE_PLATFORM:MSunOS-*-i386) && !empty(CC_VERSION:Mgcc-[23]*)
+.if ${MACHINE_PLATFORM:MSunOS-*-i386} && ${CC_VERSION:Mgcc-[23]*}
 CPPFLAGS+=     -D__pic__
 .endif
 

Index: pkgsrc/graphics/libwebp/distinfo
diff -u pkgsrc/graphics/libwebp/distinfo:1.29 pkgsrc/graphics/libwebp/distinfo:1.30
--- pkgsrc/graphics/libwebp/distinfo:1.29       Wed Dec 25 10:57:30 2024
+++ pkgsrc/graphics/libwebp/distinfo    Wed Jul 16 07:59:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2024/12/25 10:57:30 adam Exp $
+$NetBSD: distinfo,v 1.30 2025/07/16 07:59:50 adam Exp $
 
-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
+BLAKE2s (libwebp-1.6.0.tar.gz) = b8c21cb969d86525b64f177f9a6be0fa65cbd47b954977f9b4172e21591bae04
+SHA512 (libwebp-1.6.0.tar.gz) = 5c159d9760efcb92749092536daada22c0a73c20926c76097a5f0448ddbf874cf761324ca97925ca5f578b30477564b2b072b47667e504673797128b31cafcbf
+Size (libwebp-1.6.0.tar.gz) = 4296070 bytes



Home | Main Index | Thread Index | Old Index