deps: update webp to 1.3.2

This commit is contained in:
alexey.lysiuk 2023-09-14 10:25:02 +03:00
parent 9ad50878fe
commit ab47d87117
11 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
set(WebP_VERSION 1.3.1)
set(WebP_VERSION 1.3.2)
set(WEBP_VERSION ${WebP_VERSION})

View file

@ -7,7 +7,7 @@
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
# The variable CVF_VERSION must be set before calling configure_file().
set(PACKAGE_VERSION "1.3.1")
set(PACKAGE_VERSION "1.3.2")
if (PACKAGE_FIND_VERSION_RANGE)
# Package version must be in the requested version range

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: libsharpyuv
Description: Library for sharp RGB to YUV conversion
Version: 1.3.1
Version: 1.3.2
Cflags: -I${includedir}
Libs: -L${libdir} -lsharpyuv
Libs.private:

View file

@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: libwebp
Description: Library for the WebP graphics format
Version: 1.3.1
Version: 1.3.2
Requires.private: libsharpyuv
Cflags: -I${includedir}
Libs: -L${libdir} -lwebp

View file

@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: libwebpdecoder
Description: Library for the WebP graphics format (decode only)
Version: 1.3.1
Version: 1.3.2
Cflags: -I${includedir}
Libs: -L${libdir} -lwebpdecoder
Libs.private:

View file

@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: libwebpdemux
Description: Library for parsing the WebP graphics format container
Version: 1.3.1
Version: 1.3.2
Requires.private: libwebp >= 0.2.0
Cflags: -I${includedir}
Libs: -L${libdir} -lwebpdemux

View file

@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: libwebpmux
Description: Library for manipulating the WebP graphics format container
Version: 1.3.1
Version: 1.3.2
Requires.private: libwebp >= 0.2.0
Cflags: -I${includedir}
Libs: -L${libdir} -lwebpmux