vcpkg/versions/s-/soundtouch.json

85 lines
2.0 KiB
JSON
Raw Normal View History

{
"versions": [
[soundtouch] Update to 2.3.3, add supports for feature soundtouchdll (#38038) <!-- If your PR fixes issues, please note that here by adding "Fixes #NNNNNN." for each fixed issue on separate lines. --> Fixes #38022 <!-- If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/. --> - [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.~~ - [x] 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. All features passed with following triplets: ``` x86-windows x64-windows x64-windows-static ``` Usage test passed on `x64-windows`. <!-- If this PR adds a new port, please uncomment and fill out this checklist: - [ ] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly associated with that component on search engines. - [ ] Optional dependencies are resolved in exactly one way. For example, if the component is built with CMake, all `find_package` calls are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or disabled with [CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html). - [ ] The versioning scheme in `vcpkg.json` matches what upstream says. - [ ] The license declaration in `vcpkg.json` matches what upstream says. - [ ] The installed as the "copyright" file matches what upstream says. - [ ] The source code of the component installed comes from an authoritative source. - [ ] The generated "usage text" is accurate. See [adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md) for context. - [ ] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [ ] Only one version is in the new port's versions file. - [ ] Only one version is added to each modified port's versions file. END OF NEW PORT CHECKLIST (delete this line) --> --------- Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-04-09 23:22:36 +08:00
{
"git-tree": "d0278d07d154448d3466b034bf90b111be54e521",
"version": "2.3.3",
"port-version": 0
},
{
"git-tree": "a30af1c2b397ee59f6c0048c5453ebbdf4626415",
"version": "2.3.2",
"port-version": 3
},
{
"git-tree": "ac2649a7dd79e3a99721c357c744f81b94643a3c",
"version": "2.3.2",
"port-version": 2
},
{
"git-tree": "a2f43b08cb75d26f5756e611a64f5708dcbfb0a1",
"version": "2.3.2",
"port-version": 1
},
2023-10-25 22:10:23 +08:00
{
"git-tree": "a50336df269c13ab5d50f840fdc02afbfda7244c",
"version": "2.3.2",
"port-version": 0
},
{
"git-tree": "f4f307065b40b131fd80ce953afcc121aba46f9f",
"version": "2.3.1",
"port-version": 2
},
{
"git-tree": "a91341e5eb80526c64b263e5b10e0a6c800daa7e",
"version": "2.3.1",
"port-version": 1
},
{
"git-tree": "8b6b644eb3ae55d7e56413e9cd88ca5ccc814c33",
"version": "2.3.1",
"port-version": 0
},
Bulk convert control files. (#19986) ``` function Convert-Control { Param($full) .\vcpkg.exe format-manifest $full $root = $full.Substring(0, $full.Length - 7) # CONTROL $new = $root + 'vcpkg.json' $content = Get-Content -Raw $new $asJson = ConvertFrom-Json $content -AsHashtable -Depth 100 $oldVersion = $asJson['port-version'] if ($null -eq $oldVersion) { $oldVersionFull = $asJson['version-string'] Write-Host "Got version $oldVersionFull" $match = [System.Text.RegularExpressions.Regex]::Match($oldVersionFull, '^(.+)-(\d+)$') if ($match.Success -and -not [System.Text.RegularExpressions.Regex]::IsMatch($oldVersionFull, '^\d\d\d\d-\d\d-\d\d$')) { $newFullVersion = [string]$match.Groups[1].Value $oldVersion = [int]$match.Groups[2].Value Write-Host "newFullVersion $newFullVersion oldVersion $oldVersion" $newVersion = $oldVersion + 1 $asJson['version-string'] = $newFullVersion Write-Host "Previous version for $full extracted from version field -- setting version-string $newFullVersion and port-version $newVersion" } else { Write-Host "No previous version for $full -- setting 1" $newVersion = 1 } } else { $newVersion = [int]$oldVersion + 1 Write-Host "New version for $full : $newVersion" } $asJson['port-version'] = $newVersion $content = ConvertTo-Json $asJson -Depth 100 Set-Content -Path $new -Value $content .\vcpkg.exe format-manifest $new } Get-ChildItem ports\CONTROL -Recurse | Foreach-Object { Convert-Control $_.FullName } git commit -am "this message" .\vcpkg.exe x-add-version -all git commit -a --amend ```
2021-09-09 16:24:04 +08:00
{
"git-tree": "47269f38d27248c1e52fd21c3a296d032e02ac01",
"version-string": "2.0.0",
"port-version": 7
},
{
"git-tree": "c70fc01038afbb6850538b0a4789b91c83113a8d",
"version-string": "2.0.0-6",
"port-version": 0
},
{
"git-tree": "b21b499471e77eb459e8f30d66851c708f80d299",
"version-string": "2.0.0-4",
"port-version": 0
},
{
"git-tree": "1058dc04da4ed63879c85e43ee4c5ed91126c520",
"version-string": "2.0.0-3",
"port-version": 0
},
{
"git-tree": "2f9fb4b6aec6439f9fa8059732a034ed3b518a1c",
"version-string": "2.0.0-2",
"port-version": 0
},
{
"git-tree": "33cf4799b0670ee9e26144ee253c1eaa7bffa095",
"version-string": "2.0.0-1",
"port-version": 0
},
{
"git-tree": "7678f3ece15a57a5a267ffd122199f9e6c0f0b87",
"version-string": "2.0.0",
"port-version": 0
},
{
"git-tree": "5160323b001496be8efa3b6ccc326f9e41de4101",
"version-string": "2.0.0.2",
"port-version": 0
}
]
}