aboutsummaryrefslogtreecommitdiff
path: root/libs/libwebp/patches
Commit message (Collapse)AuthorAge
* libwebp: bump to version 1.3.1Alexandru Ardelean2023-07-16
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* libwebp: bump to version 1.3.0Alexandru Ardelean2023-01-22
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* libwebp: bump to version 1.2.3Alexandru Ardelean2022-07-26
| | | | | | | Drop upstreamed patch '001-fix-cmake-webpmux-linking.patch'. Re-adapted patch '010-mips16.patch' Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libwebp: fix webpmux lib name for cmake linkingAlexandru Ardelean2021-10-02
| | | | | | | | | | | | | | When using CMake the `<prefix>/usr/share/WebP/cmake/WebPConfig.cmake` gets used to get the names of the libraries to link against. Since version 1.2.1 of libwebp, libwebpmux is on by default. This causes a linker error because the linker arg should be `-lwebpmux` instead of `-llibwebpmux`. This is easily fixable by correcting the generation of the WebPConfig.cmake file to append `webpmux` when this lib is enabled. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libs: libwebp: bump to 1.2.1 & assign myself as maintainerAlexandru Ardelean2021-09-30
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* libwebp: update to 1.2.0Rosen Penev2021-02-20
| | | | | | | | | | Switch to AUTORELEASE for easier changes. Fix not having all of the libraries. Remove upstream patches and refresh other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libwebp: Fix compilation with mips16Rosen Penev2019-12-14
Signed-off-by: Rosen Penev <rosenp@gmail.com>