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: nia
Date: Wed Jan 8 12:47:55 UTC 2020
Modified Files:
pkgsrc/graphics/libwebp: Makefile distinfo
Log Message:
libwebp: Update to 1.1.0
- 12/18/2019: version 1.1.0
* API changes:
- libwebp:
WebPMalloc (issue #442)
- extras:
WebPUnmultiplyARGB
* alpha decode fix (issue #439)
* toolchain updates and bug fixes
(chromium: #1026858, #1027136, #1027409, #1028620, #1028716, #995200)
(oss-fuzz: #19430, #19447)
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/libwebp/Makefile
cvs rdiff -u -r1.17 -r1.18 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.30 pkgsrc/graphics/libwebp/Makefile:1.31
--- pkgsrc/graphics/libwebp/Makefile:1.30 Tue Jul 16 11:43:32 2019
+++ pkgsrc/graphics/libwebp/Makefile Wed Jan 8 12:47:55 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2019/07/16 11:43:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2020/01/08 12:47:55 nia Exp $
-DISTNAME= libwebp-1.0.3
+DISTNAME= libwebp-1.1.0
CATEGORIES= graphics
-MASTER_SITES= http://downloads.webmproject.org/releases/webp/
+MASTER_SITES= https://storage.googleapis.com/downloads.webmproject.org/releases/webp/
MAINTAINER= ryoon%NetBSD.org@localhost
HOMEPAGE= https://developers.google.com/speed/webp/
@@ -12,6 +12,7 @@ LICENSE= modified-bsd
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-gl
+CONFIGURE_ARGS+= --disable-sdl
CONFIGURE_ARGS+= --enable-libwebpdecoder
CONFIGURE_ARGS+= --enable-libwebpextras
CONFIGURE_ARGS+= --enable-libwebpdemux
Index: pkgsrc/graphics/libwebp/distinfo
diff -u pkgsrc/graphics/libwebp/distinfo:1.17 pkgsrc/graphics/libwebp/distinfo:1.18
--- pkgsrc/graphics/libwebp/distinfo:1.17 Tue Jul 16 11:43:32 2019
+++ pkgsrc/graphics/libwebp/distinfo Wed Jan 8 12:47:55 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2019/07/16 11:43:32 ryoon Exp $
+$NetBSD: distinfo,v 1.18 2020/01/08 12:47:55 nia Exp $
-SHA1 (libwebp-1.0.3.tar.gz) = 611400f942ce03c15fa03e1757b5e0f8713645e9
-RMD160 (libwebp-1.0.3.tar.gz) = 6f85f05dc1e97ddaae3066cfdd2be0787097d679
-SHA512 (libwebp-1.0.3.tar.gz) = 3ccdc62e5906f8de791053560e932b39df3cfdd7793617bd4562b7d95e2f6feac1535bc035e1b02591cab14b117ab15e51af6f9e4e3af1df0869c63945ec86b9
-Size (libwebp-1.0.3.tar.gz) = 4029909 bytes
+SHA1 (libwebp-1.1.0.tar.gz) = 5e8d637a039a1688c04fdfeae308b2d285cb5aa3
+RMD160 (libwebp-1.1.0.tar.gz) = c84f99c0045b0f066fb8599225b340016039ade6
+SHA512 (libwebp-1.1.0.tar.gz) = c8440059a985587d4876a5e7fc2d07523bc7f582a04ee5dab0ef07df32b9635b907224de2cc15246c831dd5d9215569770196626badccc3171fe2832d7cb4549
+Size (libwebp-1.1.0.tar.gz) = 4033877 bytes
Home |
Main Index |
Thread Index |
Old Index