Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fluidsynth] Update patch and portfile #29636

Merged
merged 11 commits into from
Feb 14, 2023

Conversation

FtZPetruska
Copy link
Contributor

  • Changes comply with the maintainer guide
  • SHA512s are updated for each updated download
  • The "supports" clause reflects platforms that may be fixed by this new version
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

The updated gentables.patch from #29038 accidentally disables the installation of FluidSynthTargets.cmake.

Additionally, this PR cleans up a few things in the portfile:

  • Install a usage file
  • Remove the manual cleanup of bin directories since vcpkg_copy_tools(AUTO_CLEAN) already handles it
  • Copy pdbs
  • Remove the installed manpages
  • Remove the enable-debug option since it no longer exists upstream

Tested with default features on:

  • Windows (x64-windows, x86-windows, x64-windows-static)
  • macOS (arm64-osx, arm64-osx-dynamic)
  • Linux (x64-linux)

Tested with all features on:

  • Windows (x64-windows, x86-windows)
  • macOS (arm64-osx)

Installation of FluidSynthTargets.cmake was accidentally turned off with
the previous version of the patch.
- 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.
github-actions[bot]
github-actions bot previously approved these changes Feb 13, 2023
The library dependencies of `FluidSynth::libfluidsynth-OBJ` were not
searched for in the Config file.
github-actions[bot]
github-actions bot previously approved these changes Feb 13, 2023
@jimwang118 jimwang118 added the category:port-update The issue is with a library, which is requesting update new revision label Feb 14, 2023
ports/fluidsynth/gentables.patch Outdated Show resolved Hide resolved
github-actions[bot]
github-actions bot previously approved these changes Feb 14, 2023
- Avoid using REQUIRED to find packages.
- Check for ALSA on Linux.
- Provide versions for pkg-config modules.
@jimwang118
Copy link
Contributor

jimwang118 commented Feb 14, 2023

All test passed with following triplets:

x86-windows
x64-windows
x64-windows-static

Tested usage successfully by the fluidsynth:x64-windows triplet.

@jimwang118 jimwang118 added the info:reviewed Pull Request changes follow basic guidelines label Feb 14, 2023
@JavierMatosD JavierMatosD merged commit ce8d96a into microsoft:master Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants