Search Criteria
Package Details: libwebp2-git r504.gb88188e-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libwebp2-git.git (read-only, click to copy) |
|---|---|
| Package Base: | libwebp2-git |
| Description: | Successor of the WebP image format |
| Upstream URL: | https://chromium.googlesource.com/codecs/libwebp2/ |
| Licenses: | Apache-2.0 |
| Conflicts: | libwebp2 |
| Provides: | libwebp2, libwebp2.so |
| Submitter: | Chocobo1 |
| Maintainer: | Chocobo1 |
| Last Packager: | Chocobo1 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-11-16 03:28 (UTC) |
| Last Updated: | 2026-02-21 17:36 (UTC) |
Dependencies (6)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libbacktrace.so (libbacktrace-gitAUR, libbacktrace)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
Chocobo1 commented on 2025-11-06 08:54 (UTC)
Done.
Nact commented on 2025-11-04 18:54 (UTC)
Need to add dependency to libbacktrace
Krtko commented on 2023-04-17 16:15 (UTC)
Package is unable to build due GoogleTest not supporting C++11 any more. Workaround is to turn tests off by adding this argument.
jose1711 commented on 2021-09-17 12:49 (UTC)
thanks @porcelain1. @Chocobo1 could you please integrate it into
PKGBUILD?porcelain1 commented on 2021-08-22 04:01 (UTC)
jose1711: I also experienced compilation errors. It is experimental stuff anyway and there are no stable releases so I guess this will be frequent. You can add before the cmake line
sed -i 's/-Werror//' cmake/compiler.cmakein the build() function of the PKGBUILD to continue compiling. Didn't test to attest crashes or stability.jose1711 commented on 2021-06-18 22:47 (UTC)
not compiling
arun321 commented on 2021-02-16 12:14 (UTC)
cwp2: error while loading shared libraries: libimageio.so: cannot open shared object file: No such file or directory
lastrosade commented on 2020-11-16 08:22 (UTC)
It depends on gmock https://www.archlinux.org/packages/community/x86_64/gmock/