Files
conan-build/recipes/libwebp/all/conandata.yml
2024-12-25 17:47:28 +03:00

45 lines
2.4 KiB
YAML

sources:
"1.4.0":
url: "https://nexus.avroid.tech/repository/all-raw-proxy-storage_googleapis_com/downloads.webmproject.org/releases/webp/libwebp-1.4.0.tar.gz"
sha256: "61f873ec69e3be1b99535634340d5bde750b2e4447caa1db9f61be3fd49ab1e5"
"1.3.2":
url: "https://nexus.avroid.tech/repository/all-raw-proxy-storage_googleapis_com/downloads.webmproject.org/releases/webp/libwebp-1.3.2.tar.gz"
sha256: "2a499607df669e40258e53d0ade8035ba4ec0175244869d1025d460562aa09b4"
"1.3.1":
url: "https://nexus.avroid.tech/repository/all-raw-proxy-storage_googleapis_com/downloads.webmproject.org/releases/webp/libwebp-1.3.1.tar.gz"
sha256: "b3779627c2dfd31e3d8c4485962c2efe17785ef975e2be5c8c0c9e6cd3c4ef66"
"1.2.4":
url: "https://nexus.avroid.tech/repository/all-raw-proxy-storage_googleapis_com/downloads.webmproject.org/releases/webp/libwebp-1.2.4.tar.gz"
sha256: "7bf5a8a28cc69bcfa8cb214f2c3095703c6b73ac5fba4d5480c205331d9494df"
"1.1.0":
url: "https://nexus.avroid.tech/repository/all-raw-proxy-storage_googleapis_com/downloads.webmproject.org/releases/webp/libwebp-1.1.0.tar.gz"
sha256: "98a052268cc4d5ece27f76572a7f50293f439c17a98e67c4ea0c7ed6f50ef043"
patches:
"1.4.0":
- patch_file: "patches/1.4.0-0001-fix-cmake.patch"
patch_description: "disable PIC, disable prefix library name on MSVC"
patch_type: "conan"
"1.3.2":
- patch_file: "patches/1.3.1-0001-fix-cmake.patch"
patch_description: "disable PIC, disable prefix library name on MSVC"
patch_type: "conan"
"1.3.1":
- patch_file: "patches/1.3.1-0001-fix-cmake.patch"
patch_description: "disable PIC, disable prefix library name on MSVC"
patch_type: "conan"
"1.2.4":
- patch_file: "patches/1.1.0-0001-fix-dll-export.patch"
patch_description: "define WEBP_EXTERN for windows shared build"
patch_type: "portability"
"1.1.0":
- patch_file: "patches/1.1.0-0001-fix-dll-export.patch"
patch_description: "define WEBP_EXTERN for windows shared build"
patch_type: "portability"
- patch_file: "patches/1.1.0-0002-qnx.patch"
patch_description: "work around cmake bug on QNX"
patch_type: "conan"
patch_source: "https://chromium-review.googlesource.com/c/webm/libwebp/+/2637274"
- patch_file: "patches/1.1.0-0003-build-libwebpmux.patch"
patch_description: "always build libwebpmux"
patch_type: "conan"