[sail] Bump version to 0.9.4 (#38214)

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

Significant changes:
- Added SAIL_WINDOWS_UTF8_PATHS CMake option (Convert file paths to
UTF-8 on Windows with `MultiByteToWideChar`). `ON` by default.
This commit is contained in:
Dmitry Baryshev 2024-04-19 14:47:05 +03:00 committed by GitHub
parent 80c87b97b3
commit 605af532b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO HappySeaFox/sail
REF "v${VERSION}"
SHA512 c8cface60031c5e84b99eaedb216f9e3af0354d24f5db7d6d0ec1f97d593ae46cb13c86bc244b6b8673cddfecf829a8b7738fdde8620472c12e95a5b61495133
SHA512 75d797d3fb36e1712cfdd2f0cc13f9bb20b2fc1fe0546e2046ad4356b608adb0efb9c3d17dd1b3c131e445fd5399705c0598d04ba55b1140d271ba86c6e42744
HEAD_REF master
PATCHES
fix-include-directory.patch

View File

@ -1,7 +1,6 @@
{
"name": "sail",
"version-semver": "0.9.1",
"port-version": 1,
"version-semver": "0.9.4",
"description": "The missing small and fast image decoding library for humans (not for machines)",
"homepage": "https://github.com/HappySeaFox/sail",
"license": "MIT",

View File

@ -7829,8 +7829,8 @@
"port-version": 0
},
"sail": {
"baseline": "0.9.1",
"port-version": 1
"baseline": "0.9.4",
"port-version": 0
},
"sajson": {
"baseline": "2018-09-21",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b94b1a44c9796140c96d60203de76f54dd662d7c",
"version-semver": "0.9.4",
"port-version": 0
},
{
"git-tree": "b5fe68901010efcf15a6025a105333d15bb284bf",
"version-semver": "0.9.1",