aedi: update webp to 1.3.1

This commit is contained in:
alexey.lysiuk 2023-08-23 12:42:52 +03:00
parent d370fae379
commit dbd750017e
2 changed files with 2 additions and 14 deletions

View file

@ -484,9 +484,8 @@ class WebpTarget(base.CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.2.tar.gz',
'7656532f837af5f4cec3ff6bafe552c044dc39bf453587bd5b77450802f4aee6',
patches='webp-fix-cmake')
'https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.1.tar.gz',
'b3779627c2dfd31e3d8c4485962c2efe17785ef975e2be5c8c0c9e6cd3c4ef66')
def configure(self, state: BuildState):
option_suffices = (

View file

@ -1,11 +0,0 @@
--- a/cmake/WebPConfig.cmake.in
+++ b/cmake/WebPConfig.cmake.in
@@ -5,7 +5,7 @@
include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
-set(WebP_INCLUDE_DIRS "@CMAKE_INSTALL_FULL_INCLUDEDIR@")
+set(WebP_INCLUDE_DIRS "webp")
set(WEBP_INCLUDE_DIRS ${WebP_INCLUDE_DIRS})
set(WebP_LIBRARIES "@INSTALLED_LIBRARIES@")
set(WEBP_LIBRARIES "${WebP_LIBRARIES}")