aboutsummaryrefslogtreecommitdiff
path: root/libs/libwebp
Commit message (Collapse)AuthorAge
* libwebp: update to 1.4.0krant2024-04-21
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* libwebp: bump to version 1.3.2Alexandru Ardelean2023-09-27
| | | | | | | | | | From https://github.com/webmproject/libwebp/releases/tag/v1.3.2 - 9/13/2023: version 1.3.2 This is a binary compatible release. * security fix for lossless decoder (chromium: #1479274, CVE-2023-4863) Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* libwebp: bump to version 1.3.1Alexandru Ardelean2023-07-16
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* treewide: refactor to use PKG_BUILD_FLAGS:=ltoAndre Heider2023-04-08
| | | | | | | | | | See commit 07730ff3 "treewide: add support for "lto" in PKG_BUILD_FLAGS" on the main repository. Note: Some packages only added `-flto` to CFLAGS and not LDFLAGS. This fixes it and properly enables LTO. Signed-off-by: Andre Heider <a.heider@gmail.com>
* libwebp: bump to version 1.3.0Alexandru Ardelean2023-01-22
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* libwebp: bump to version 1.2.4Alexandru Ardelean2022-08-12
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* 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>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@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 under ARM without NEONRosen Penev2020-05-16
| | | | | | The CMake logic seems broken. Luckily it's easy to work around. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libwebp: switch to CMakeRosen Penev2020-05-10
| | | | | | Allows simplifying the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libwebp: update to 1.1.0Rosen Penev2020-05-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libwebp: Fix compilation with mips16Rosen Penev2019-12-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libwebp: Fix InstallDev typo againRosen Penev2019-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libwebp: Fix typo with InstallDev sectionRosen Penev2019-09-12
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libwebp: Add new packageRosen Penev2019-09-10
Requested by: https://github.com/openwrt/packages/issues/9740 Signed-off-by: Rosen Penev <rosenp@gmail.com>