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

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 1.6.0nb3, Package name: libwebp-1.6.0nb3, 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: 4195.381 KB

Version history: (Expand)


CVS history: (Expand)


   2026-07-02 16:15:58 by Ryo ONODERA | Files touched by this commit (2)
Log message:
graphics/libwebp: Fix build with older GCC

* Detect AVX2 properly. Fix build under NetBSD 10.
  Noticed by Marc Baudoin. Thank you.
   2026-07-02 15:09:42 by Tobias Nygren | Files touched by this commit (2)
Log message:
libwebp: revert previous, different fix added independently
   2026-07-02 15:00:11 by Tobias Nygren | Files touched by this commit (2)
Log message:
libwebp: don't pick up stray SDL2 dependency
   2026-07-02 12:42:04 by Ryo ONODERA | Files touched by this commit (2)
Log message:
graphics/libwebp: Disable vwebp to fix build when SDL2 is already installed

* vwebp.1 man page is not installed anymore.
* Bump PKGREVISION.
   2026-07-02 00:14:21 by Thomas Klausner | Files touched by this commit (3)
Log message:
libwebp: switch to cmake

gains us a man page and the .cmake files for finding the library

shlib version numbers unchanged

Bump PKGREVISION.
   2025-08-31 00:46:51 by Thomas Klausner | Files touched by this commit (1355)
Log message:
*: recursive bump for tiff growing lerc dependency
   2025-07-16 09:59:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libwebp: updated to 1.6.0

1.6.0
This is a binary compatible release.
API changes:
  - libwebp: WebPValidateDecoderConfig
* additional x86 (AVX2, SSE2), general optimizations and compression
  improvements for lossless
* `-mt` returns same results as single-threaded lossless (regressed in
  1.5.0)
* miscellaneous warning, bug & build fixes
Tool updates:
  * cwebp can restrict the use of `-resize` with `-resize_mode`
   2025-04-24 16:16:37 by Thomas Klausner | Files touched by this commit (2412)
Log message:
*: recursive bump for jpeg -> libjpeg-turbo switch