forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
3 changed files
with
30 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |