pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libwebp libwebp: Update to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc9825cd0cfb
branches:  trunk
changeset: 347140:dc9825cd0cfb
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 08 12:47:55 2020 +0000

description:
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)

diffstat:

 graphics/libwebp/Makefile |   7 ++++---
 graphics/libwebp/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 52b8b5887f13 -r dc9825cd0cfb graphics/libwebp/Makefile
--- a/graphics/libwebp/Makefile Wed Jan 08 12:38:18 2020 +0000
+++ b/graphics/libwebp/Makefile Wed Jan 08 12:47:55 2020 +0000
@@ -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 @@
 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
diff -r 52b8b5887f13 -r dc9825cd0cfb graphics/libwebp/distinfo
--- a/graphics/libwebp/distinfo Wed Jan 08 12:38:18 2020 +0000
+++ b/graphics/libwebp/distinfo Wed Jan 08 12:47:55 2020 +0000
@@ -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