pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c75f74ab2a11
branches:  trunk
changeset: 349967:c75f74ab2a11
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jul 20 11:49:59 2016 +0000

description:
Update to 0.5.1

* Enable various options, Chromium web browser requires them.

Changelog:
- 6/14/2016: version 0.5.1
  This is a binary compatible release.
  * miscellaneous bug fixes (issues #280, #289)
  * reverted alpha plane encoding with color cache for compatibility with
    libwebp 0.4.0->0.4.3 (issues #291, #298)
  * lossless encoding performance improvements
  * memory reduction in both lossless encoding and decoding
  * force mux output to be in the extended format (VP8X) when undefined chunks
    are present (issue #294)
  * gradle, cmake build support
  * workaround for compiler bug causing 64-bit decode failures on android
    devices using clang-3.8 in the r11c NDK
  * various WebPAnimEncoder improvements

diffstat:

 graphics/libwebp/Makefile |  10 ++++++++--
 graphics/libwebp/PLIST    |  18 +++++++++++++++++-
 graphics/libwebp/distinfo |  10 +++++-----
 3 files changed, 30 insertions(+), 8 deletions(-)

diffs (71 lines):

diff -r 1584fe3b0864 -r c75f74ab2a11 graphics/libwebp/Makefile
--- a/graphics/libwebp/Makefile Wed Jul 20 11:47:45 2016 +0000
+++ b/graphics/libwebp/Makefile Wed Jul 20 11:49:59 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2016/01/06 10:33:59 adam Exp $
+# $NetBSD: Makefile,v 1.19 2016/07/20 11:49:59 ryoon Exp $
 
-DISTNAME=      libwebp-0.5.0
+DISTNAME=      libwebp-0.5.1
 CATEGORIES=    graphics
 MASTER_SITES=  http://downloads.webmproject.org/releases/webp/
 
@@ -12,6 +12,12 @@
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 
+CONFIGURE_ARGS+=       --enable-libwebpdemux
+CONFIGURE_ARGS+=       --enable-libwebpmux
+CONFIGURE_ARGS+=       --enable-libwebpdemux
+CONFIGURE_ARGS+=       --enable-libwebpdecoder
+CONFIGURE_ARGS+=       --enable-libwebpextras
+
 .include "../../mk/compiler.mk"
 # fix PR pkg/45934
 .if (!empty(MACHINE_PLATFORM:MSunOS-*-i386) || !empty(MACHINE_PLATFORM:MMirBSD-*-i386)) && !empty(CC_VERSION:Mgcc-[23]*)
diff -r 1584fe3b0864 -r c75f74ab2a11 graphics/libwebp/PLIST
--- a/graphics/libwebp/PLIST    Wed Jul 20 11:47:45 2016 +0000
+++ b/graphics/libwebp/PLIST    Wed Jul 20 11:49:59 2016 +0000
@@ -1,10 +1,26 @@
-@comment $NetBSD: PLIST,v 1.2 2012/08/18 01:34:55 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/07/20 11:49:59 ryoon Exp $
 bin/cwebp
 bin/dwebp
+bin/gif2webp
+bin/webpmux
 include/webp/decode.h
+include/webp/demux.h
 include/webp/encode.h
+include/webp/extras.h
+include/webp/mux.h
+include/webp/mux_types.h
 include/webp/types.h
 lib/libwebp.la
+lib/libwebpdecoder.la
+lib/libwebpdemux.la
+lib/libwebpextras.la
+lib/libwebpmux.la
 lib/pkgconfig/libwebp.pc
+lib/pkgconfig/libwebpdecoder.pc
+lib/pkgconfig/libwebpdemux.pc
+lib/pkgconfig/libwebpextras.pc
+lib/pkgconfig/libwebpmux.pc
 man/man1/cwebp.1
 man/man1/dwebp.1
+man/man1/gif2webp.1
+man/man1/webpmux.1
diff -r 1584fe3b0864 -r c75f74ab2a11 graphics/libwebp/distinfo
--- a/graphics/libwebp/distinfo Wed Jul 20 11:47:45 2016 +0000
+++ b/graphics/libwebp/distinfo Wed Jul 20 11:49:59 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/01/06 10:33:59 adam Exp $
+$NetBSD: distinfo,v 1.11 2016/07/20 11:49:59 ryoon Exp $
 
-SHA1 (libwebp-0.5.0.tar.gz) = d3de815b272fcf88fc4f2dc1ab65d176bcb8df68
-RMD160 (libwebp-0.5.0.tar.gz) = 911edb98dbd65d593320a0b01c4d6492e9b91587
-SHA512 (libwebp-0.5.0.tar.gz) = 243aa746ab90e0c22eefec04c152f093d2e5264283c325bc4ed83c5e27683859cebeff2120b0b25f64ed3ad25a75fd089f0ccef6aa6d0862c6b431064dc7f849
-Size (libwebp-0.5.0.tar.gz) = 1121986 bytes
+SHA1 (libwebp-0.5.1.tar.gz) = 66efb2213015ad3460bef64b4fb218fdc10ce83f
+RMD160 (libwebp-0.5.1.tar.gz) = 2d14736f3de77475f04d3aa46121aa571a1245f5
+SHA512 (libwebp-0.5.1.tar.gz) = 931b2dce29ee664d9a0bbc614ed19992c3ca52dd886d504dcca2df82c8f815e723bd03be7ae35a186ae555b09b0e31a17eb834871ff0728ab15ab24548b630ee
+Size (libwebp-0.5.1.tar.gz) = 1212254 bytes



Home | Main Index | Thread Index | Old Index