[juce] update to 7.0.10 (#36804)

- [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.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] 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.
This commit is contained in:
Amin Yahyaabadi 2024-02-17 01:24:49 -08:00 committed by GitHub
parent 50e31cc20e
commit 13bde2ff13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO juce-framework/JUCE REPO juce-framework/JUCE
REF "${VERSION}" REF "${VERSION}"
SHA512 e8519ca4ee55f126e14d7c927e2f36e7c30117a34da84f2b4e730afcea4a864b07455ad3f89d751fa47c8c155548b0c3150a667f1a9d199e582eadd146b6c697 SHA512 cb43a81b7644a1b6c4a63018195ec6dffe87caa97f3fbefc5ce8db144160cb5d22dc6b4fec360568fbf320cbc42b3a4e949a8a55dd498d92e911aedba59225d0
HEAD_REF master HEAD_REF master
PATCHES PATCHES
"0001-build-allow-setting-JUCE_PLUGINHOST_LADSPA.patch" "0001-build-allow-setting-JUCE_PLUGINHOST_LADSPA.patch"

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "juce", "name": "juce",
"version": "7.0.9", "version": "7.0.10",
"description": "Open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts", "description": "Open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts",
"homepage": "https://juce.com", "homepage": "https://juce.com",
"license": null, "license": null,

View File

@ -3749,7 +3749,7 @@
"port-version": 0 "port-version": 0
}, },
"juce": { "juce": {
"baseline": "7.0.9", "baseline": "7.0.10",
"port-version": 0 "port-version": 0
}, },
"jwt-cpp": { "jwt-cpp": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "b41680278522df797f15ed072b079a26aeae6052",
"version": "7.0.10",
"port-version": 0
},
{ {
"git-tree": "884ac8253be9804c493b3dfc00a792570797716d", "git-tree": "884ac8253be9804c493b3dfc00a792570797716d",
"version": "7.0.9", "version": "7.0.9",