Skip to content

Commit

Permalink
Update to 0.5.1
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ryoon committed Jul 20, 2016
1 parent 5cee5a3 commit ec7ddab
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 8 deletions.
10 changes: 8 additions & 2 deletions graphics/libwebp/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -12,6 +12,12 @@ LICENSE= modified-bsd
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]*)
Expand Down
18 changes: 17 additions & 1 deletion graphics/libwebp/PLIST
Original file line number Diff line number Diff line change
@@ -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
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.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

0 comments on commit ec7ddab

Please sign in to comment.