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