Fixes#38021.
Features `buildtools,sndfile` are tested successfully in the following
triplet:
```
x86-windows
x64-windows
x64-windows-static
```
All features are tested successfully in the following triplet:
```
x64-linux
```
The usage test passed on `x64-windows` (header files found):
```
The package fluidsynth provides CMake targets:
find_package(FluidSynth CONFIG REQUIRED)
target_link_libraries(main PRIVATE FluidSynth::libfluidsynth)
add_custom_command(OUTPUT result COMMAND FluidSynth::fluidsynth ARGS ...)
```
- [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.
* [fluidsynth] Update to 2.3.2.
The usage requirements patch is no longer required as a similar patch
has been merged upstream.
* [fluidsynth] Update CMake configure options.
- List out the options per-platform.
- Set the proper options for Android.
* [fluidsynth] Update baseline.
* [fluidsynth] On Linux, link dl before ALSA.
* [fluidsynth] Update version.
* [fluidsynth] Fully quote options passed to CMake.
* [fluidsynth] Update version.
* [fluidsynth] Disable implicit openmp.
OpenMP is enabled by default, which may lead to several issues:
- Inconsistent builds between whether the user has OpenMP installed on
their machine.
- Non functional pkg-config file for static builds if OpenMP is an
external library (e.g. using libomp on macOS).
* [fluidsynth] Update baseline.
* [fluidsynth] Update gentables patch.
Installation of FluidSynthTargets.cmake was accidentally turned off with
the previous version of the patch.
* [fluidsynth] Update portfile.
- Remove manpages.
- vcpkg_copy_tools already cleans up the bin directories
- Copy pdbs after moving the tools.
- Remove `enable-debug` as it no longer exists.
* [fluidsynth] Install usage.
* [fluidsynth] Bump port version.
* [fluidsynth] Update baseline.
* [fluidsynth] Find dependencies in the config file.
The library dependencies of `FluidSynth::libfluidsynth-OBJ` were not
searched for in the Config file.
* [fluidsynth] Update version.
* [fluidsynth] Apply suggestion from review.
Do not set `VCPKG_BUILD_MAKE_TABLES` in the patch.
* [fluidsynth] Update version.
* [fluidsynth] Update patch.
- Avoid using REQUIRED to find packages.
- Check for ALSA on Linux.
- Provide versions for pkg-config modules.
* [fluidsynth] Update version.
* [fluidsynth] Update to 2.2.3
* Update patch
* EOL
* Change tool as a new feature
* version
* Remove code about CMAKE_EXECUTABLE_SUFFIX to fix linux build
* version
* update to 2.2.4, cleanup baseline, add supports keyword
* version
* Fix osx build
* version
* restore FEATURE_OPTIONS
* version
* Apply suggestions
* version
* Restore add_to_path in host triplet
* version
* Preserve log files for the build of make_tables.
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [fluidsynth] update deps.
* add all the features. (at least in the portfile)
* bump port version
* use version instead of version-string
* revert version bump
* version stuff
* default everything to off without vcpkg_check_features
* version stuff
* [portaudio] Added ASIO support to build
* Update libpng to 1.6.34
* [liblo] Initial port
* Revert "Update libpng to 1.6.34"
This reverts commit ede0bb947b.
* Revert "[liblo] Initial port"
This reverts commit bb819eb218.
* [fluidsynth] Initial port
* Fixed version numbers