[juce] Update to 7.0.12 (#38252)

Fixes #38241, update `juce` to `7.0.12`.

All features are tested successfully in the following triplet:
```
x86-windows
x64-windows
x64-windows-static
```

The usage test passed on `x64-windows` (header files found):
```
juce provides the following common CMake targets:

    find_package(JUCE CONFIG REQUIRED)
    target_link_libraries(main PRIVATE
        juce::juce_core
        juce::juce_audio_basics
        juce::juce_events
        juce::juce_audio_devices
        juce::juce_recommended_config_flags
        juce::juce_recommended_lto_flags
        juce::juce_recommended_warning_flags)

See the Juce CMake API documentation and the License for details on how to create targets. Here are other available targets:

        juce::juce_graphics
        juce::juce_gui_basics
        juce::juce_gui_extra
        juce::juce_opengl
        juce::juce_analytics
        juce::juce_audio_formats
        juce::juce_audio_plugin_client
        juce::juce_audio_processors
        juce::juce_audio_utils
        juce::juce_box2d
        juce::juce_cryptography
        juce::juce_data_structures
        juce::juce_dsp
        juce::juce_osc
        juce::juce_product_unlocking
        juce::juce_video
```

- [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.

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2024-04-19 04:40:20 -07:00 committed by GitHub
parent acc74b2d5b
commit ed5ef2ecec
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
REPO juce-framework/JUCE
REF "${VERSION}"
SHA512 9f29fa0bb8d6246770a28c6aa537dba213fcc2f38a6fac2765a482e509a1e0956d7a1c465202bfa1f558e12947a13ed2e15c7becce1c269260e1bde4c152713d
SHA512 2ca0d143ae1106271f6b1d6542e5388d5c57d471de5c9cac1f09b06d2de0662c03b354dea83860008526ec70cc0843115ab546481ce9af0a2c3f298adc02b328
HEAD_REF master
PATCHES
"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",
"name": "juce",
"version": "7.0.11",
"version": "7.0.12",
"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",
"license": null,

View File

@ -3793,7 +3793,7 @@
"port-version": 0
},
"juce": {
"baseline": "7.0.11",
"baseline": "7.0.12",
"port-version": 0
},
"jwt-cpp": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "39972276101fadf009d1c7274d38d1efa16cbfa4",
"version": "7.0.12",
"port-version": 0
},
{
"git-tree": "0b701d5c9d8e584f52b490b1cdbba86f95e062c4",
"version": "7.0.11",