* [opusfile] Fix CMake config for case-sensitive FS.
On case-sensitive filesystems, `OpusFileConfig.cmake` is unable to find
the exported targets due to mismatch case. See xiph/opusfile#42
* [opusfile] Update baseline.
* [opusfile] Bump to 9d71834.
This was recommended to fix dependency issues in sdl2-mixer. See
https://github.com/microsoft/vcpkg/pull/29487#discussion_r1103658181
This commit brings first-party CMake support and minor fixes with no API
change.
* [opusfile] Disable opusurl on Windows.
Fixes#29582.
* [opusfile] Update baseline.
* [opusfile] Update ambiguous comment in usage file.
* [opusfile] Update version.
* [opusfile] Generate pc files.
This is needed for SDL_mixer. (see #29487)
* [opusfile] Modernise portfile.
- Use `${VERSION}` for the REF.
- Use `vcpkg_check_features` to check for opusurl.
- Replace deprecated functions with the ones from `vcpkg-cmake`.
- Use `vcpkg_replace_string` to edit the header.
- Use `vcpkg_install_copyright` to install the license.
* [opusfile] Update baseline.
* [opusfile] Add license field to vcpkg.json.
* [opusfile] Install pc files for debug.
* [opusfile] Update version.
* [opusfile] Don't install debug pc file in release.
* [opusfile] Update version.