./graphics/libwebp, WebP image format library and tools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.4nb1, Package name: libwebp-1.2.4nb1, Maintainer: ryoon

WebP is a image format that provides lossy and lossless compression
for photographic images. A WebP file consists of VP8 image data, and
a container based on RIFF.


Required to run:
[graphics/tiff] [graphics/png] [graphics/giflib]

Required to build:
[pkgtools/cwrappers]

Package options: tiff

Master sites:

Filesize: 4044.313 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416)
Log message:
*: recursive bump for tiff shlib major bump
   2022-08-08 15:44:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libwebp: updated to 1.2.4

version 1.2.4
This is a binary compatible release.
* restore CMake libwebpmux target name for compatibility with 1.2.2
* fix lossless crunch mode encoding with WEBP_REDUCE_SIZE
   2022-07-18 21:06:44 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libwebp: updated to 1.2.3

version 1.2.3
This is a binary compatible release.
* security fix for lossless encoder
* improved progress granularity in WebPReportProgress() when using lossless
* improved precision in Sharp YUV (-sharp_yuv) conversion
* many corrections to webp-lossless-bitstream-spec.txt
* crash/leak fixes on error/OOM and other bug fixes
   2022-07-15 01:46:28 by David A. Holland | Files touched by this commit (86)
Log message:
Bump everything affected by the jpeg.buildlink3.mk fix.
   2022-03-03 11:41:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libwebp: updated to 1.2.2

version 1.2.2
  This is a binary compatible release.
  * webpmux: add "-set bgcolor A,R,G,B"
  * add ARM64 NEON support for MSVC builds
  * fix duplicate include error in Xcode when using multiple XCFrameworks in a
    project
  * doc updates and bug fixes
   2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800)
Log message:
graphics: Remove SHA1 hashes for distfiles
   2021-02-15 22:18:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libwebp: updated to 1.2.0

version 1.2.0
* API changes:
  - libwebp:
    encode.h: add a qmin / qmax range for quality factor (cwebp adds -qrange)
* lossless encoder improvements
* SIMD support for Wasm builds
* add xcframeworkbuild.sh, supports Mac Catalyst builds
* import fuzzers from oss-fuzz & chromium
* webpmux: add an '-set loop <value>' option
* toolchain updates and bug fixes