Files
termux-packages/packages/libwebp
termux-pacman-bot 724a6a3319 fix(main/libwebp): migrate to CMake to provide WebPConfig.cmake
- Context: similar to https://github.com/termux/termux-packages/pull/24956. This is needed as a deeply-nested dependency of a potential improved Blender package.

- Enable manpages

- New files provided after this change:

```diff
 /data/data/com.termux/files/usr/lib/pkgconfig/libwebpdemux.pc
 /data/data/com.termux/files/usr/lib/pkgconfig/libwebpmux.pc
 /data/data/com.termux/files/usr/share
+/data/data/com.termux/files/usr/share/WebP
+/data/data/com.termux/files/usr/share/WebP/cmake
+/data/data/com.termux/files/usr/share/WebP/cmake/WebPConfig.cmake
+/data/data/com.termux/files/usr/share/WebP/cmake/WebPConfigVersion.cmake
+/data/data/com.termux/files/usr/share/WebP/cmake/WebPTargets-release.cmake
+/data/data/com.termux/files/usr/share/WebP/cmake/WebPTargets.cmake
 /data/data/com.termux/files/usr/share/doc
 /data/data/com.termux/files/usr/share/doc/libwebp
 /data/data/com.termux/files/usr/share/doc/libwebp/copyright
+/data/data/com.termux/files/usr/share/man
+/data/data/com.termux/files/usr/share/man/man1
+/data/data/com.termux/files/usr/share/man/man1/cwebp.1.gz
+/data/data/com.termux/files/usr/share/man/man1/dwebp.1.gz
+/data/data/com.termux/files/usr/share/man/man1/gif2webp.1.gz
+/data/data/com.termux/files/usr/share/man/man1/img2webp.1.gz
+/data/data/com.termux/files/usr/share/man/man1/webpinfo.1.gz
+/data/data/com.termux/files/usr/share/man/man1/webpmux.1.gz
```

- Compare Arch Linux: 8aad1cd0f1/PKGBUILD
2025-06-06 08:41:53 +00:00
..