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:           Tue Jul 16 11:43:32 UTC 2019

Modified Files:
        pkgsrc/graphics/libwebp: Makefile distinfo

Log Message:
Update to 1.0.3

Changelog:
- 7/4/2019: version 1.0.3
  This is a binary compatible release.
  * resize fixes for Nx1 sizes and the addition of non-opaque alpha values for
    odd sizes (issues #418, #434)
  * lossless encode/decode performance improvements
  * lossy compression performance improvement at low quality levels with flat
    content (issue #432)
  * python swig files updated to support python 3
  Tool updates:
    vwebp will now preserve the aspect ratio of images that exceed monitor
    resolution by scaling the image to fit (issue #433)


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/libwebp/Makefile
cvs rdiff -u -r1.16 -r1.17 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.29 pkgsrc/graphics/libwebp/Makefile:1.30
--- pkgsrc/graphics/libwebp/Makefile:1.29       Tue Jan 29 10:08:11 2019
+++ pkgsrc/graphics/libwebp/Makefile    Tue Jul 16 11:43:32 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2019/01/29 10:08:11 adam Exp $
+# $NetBSD: Makefile,v 1.30 2019/07/16 11:43:32 ryoon Exp $
 
-DISTNAME=      libwebp-1.0.2
+DISTNAME=      libwebp-1.0.3
 CATEGORIES=    graphics
 MASTER_SITES=  http://downloads.webmproject.org/releases/webp/
 

Index: pkgsrc/graphics/libwebp/distinfo
diff -u pkgsrc/graphics/libwebp/distinfo:1.16 pkgsrc/graphics/libwebp/distinfo:1.17
--- pkgsrc/graphics/libwebp/distinfo:1.16       Tue Jan 29 10:08:11 2019
+++ pkgsrc/graphics/libwebp/distinfo    Tue Jul 16 11:43:32 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/01/29 10:08:11 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/07/16 11:43:32 ryoon Exp $
 
-SHA1 (libwebp-1.0.2.tar.gz) = 7cdff7beabc073ab0c5ecf888c326722e2f5688e
-RMD160 (libwebp-1.0.2.tar.gz) = 71858bc4e858917f84278be9ab8b9808f0aca9cc
-SHA512 (libwebp-1.0.2.tar.gz) = e095b8fdf0096395daf12892b3b74c472868e727f23640ba7aa5922a5a028b778a6a60d8a94f696f6c0ca49577dfc9a0b599ecb74ad831ade48c6db812b71d2e
-Size (libwebp-1.0.2.tar.gz) = 4036397 bytes
+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



Home | Main Index | Thread Index | Old Index