Skip to content

Commit

Permalink
Update to 0.6.0
Browse files Browse the repository at this point in the history
Patch from spz@. Thank you.

Changelog:
- 1/26/2017: version 0.6.0
  * lossless performance and compression improvements
  * miscellaneous performance improvements (SSE2, NEON, MSA)
  * webpmux gained a -duration option allowing for frame timing modification
  * new img2webp utility allowing a sequence of images to be converted to
    animated webp
  * API changes:
    - libwebp:
      WebPPictureSharpARGBToYUVA
      WebPPlaneDistortion
    - libwebpmux / gif2webp:
      WebPAnimEncoderOptions: kmax <= 0 now disables keyframes, kmax == 1
                              forces all keyframes. See mux.h and the gif2webp
                              manpage for details.

- 12/13/2016: version 0.5.2
  This is a binary compatible release.
  This release covers CVE-2016-8888 and CVE-2016-9085.
  * further security related hardening in the tools; fixes to
    gif2webp/AnimEncoder (issues #310, #314, #316, #322), cwebp/libwebp (issue
    #312)
  * full libwebp (encoder & decoder) iOS framework; libwebpdecoder
    WebP.framework renamed to WebPDecoder.framework (issue #307)
  * CMake support for Android Studio (2.2)
  * miscellaneous build related fixes (issue #306, #313)
  * miscellaneous documentation improvements (issue #225)
  * minor lossy encoder fixes and improvements
  • Loading branch information
ryoon committed Feb 28, 2017
1 parent 458da67 commit 312b7d7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions graphics/libwebp/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.20 2016/07/20 18:05:53 tron Exp $
# $NetBSD: Makefile,v 1.21 2017/02/28 14:40:47 ryoon Exp $

DISTNAME= libwebp-0.5.1
DISTNAME= libwebp-0.6.0
CATEGORIES= graphics
MASTER_SITES= http://downloads.webmproject.org/releases/webp/

Expand Down
6 changes: 2 additions & 4 deletions graphics/libwebp/PLIST
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
@comment $NetBSD: PLIST,v 1.3 2016/07/20 11:49:59 ryoon Exp $
@comment $NetBSD: PLIST,v 1.4 2017/02/28 14:40:47 ryoon Exp $
bin/cwebp
bin/dwebp
bin/gif2webp
bin/img2webp
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
Expand Down
4 changes: 2 additions & 2 deletions graphics/libwebp/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.4 2016/01/10 10:22:32 adam Exp $
# $NetBSD: buildlink3.mk,v 1.5 2017/02/28 14:40:47 ryoon Exp $

BUILDLINK_TREE+= libwebp

.if !defined(LIBWEBP_BUILDLINK3_MK)
LIBWEBP_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.libwebp+= libwebp>=0.2.0
BUILDLINK_ABI_DEPENDS.libwebp+= libwebp>=0.5.0
BUILDLINK_ABI_DEPENDS.libwebp+= libwebp>=0.6.0
BUILDLINK_PKGSRCDIR.libwebp?= ../../graphics/libwebp

.endif # LIBWEBP_BUILDLINK3_MK
Expand Down
10 changes: 5 additions & 5 deletions graphics/libwebp/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2016/07/20 11:49:59 ryoon Exp $
$NetBSD: distinfo,v 1.12 2017/02/28 14:40:47 ryoon Exp $

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
SHA1 (libwebp-0.6.0.tar.gz) = 156d24fff454bfccd1f44434e226a10d9eb38186
RMD160 (libwebp-0.6.0.tar.gz) = 82c3c6d5031de162b5282be49619ac1c343598b2
SHA512 (libwebp-0.6.0.tar.gz) = be8eb9a3ddd3dec57f9f573d076ef97b17ea18de7e58e08e3fcb26456262394e9bb663c883d34f1aee0a91f23568e61c5ec4a7d0429cc385c009bf088ce6a1a4
Size (libwebp-0.6.0.tar.gz) = 1302881 bytes

0 comments on commit 312b7d7

Please sign in to comment.