Search Criteria
Package Details: libwebp2-git r364.g7b5fea6-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 |
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: | 2023-04-10 14:54 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
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.cmake
in 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/