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

[projectm-eval] Add new port #38550

Merged
merged 2 commits into from
May 8, 2024

Conversation

Blaquewithaq
Copy link
Contributor

@Blaquewithaq Blaquewithaq commented May 3, 2024

This new overlay-port introduces the ProjectM Expression Evaluation Library, which is a prerequisite for building the ProjectM Library. This addition is to complement the PR #38535, which aims to address the external dependency concern.

ProjectM: https://github.com/projectM-visualizer/projectm
ProjectM Eval: https://github.com/projectM-visualizer/projectm-eval


  • Changes comply with the maintainer guide.
  • The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly associated with that component on search engines.
  • Optional dependencies are resolved in exactly one way. For example, if the component is built with CMake, all find_package calls are REQUIRED, are satisfied by vcpkg.json's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.
  • The versioning scheme in vcpkg.json matches what upstream says.
  • The license declaration in vcpkg.json matches what upstream says.
  • The installed as the "copyright" file matches what upstream says.
  • The source code of the component installed comes from an authoritative source.
  • The generated "usage text" is accurate. See adding-usage for context.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is in the new port's versions file.
  • Only one version is added to each modified port's versions file.

Copy link
Contributor

@dg0yt dg0yt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Community feedback)

ports/projectm-eval/portfile.cmake Outdated Show resolved Hide resolved
ports/projectm-eval/vcpkg.json Show resolved Hide resolved
ports/projectm-eval/portfile.cmake Outdated Show resolved Hide resolved
@Blaquewithaq Blaquewithaq force-pushed the add-port-projectm-eval branch from a1e50b0 to b718624 Compare May 3, 2024 20:22
@Blaquewithaq Blaquewithaq requested a review from dg0yt May 3, 2024 22:36
ports/projectm-eval/portfile.cmake Outdated Show resolved Hide resolved
ports/projectm-eval/portfile.cmake Outdated Show resolved Hide resolved
@Blaquewithaq Blaquewithaq force-pushed the add-port-projectm-eval branch from b718624 to 1fc020c Compare May 4, 2024 10:19
@Blaquewithaq Blaquewithaq requested a review from dg0yt May 4, 2024 10:48
@LilyWangLL LilyWangLL added the category:new-port The issue is requesting a new library to be added; consider making a PR! label May 6, 2024
@LilyWangLL LilyWangLL changed the title Add port projectm eval [projectm-eval] Add new port May 6, 2024
@Blaquewithaq
Copy link
Contributor Author

Is there anything else I need to do on this PR or is it good to go?

@dg0yt
Copy link
Contributor

dg0yt commented May 6, 2024

Is there anything else I need to do on this PR or is it good to go?

You should mark it as "ready for review" to get an official reviewer.

@Blaquewithaq Blaquewithaq marked this pull request as ready for review May 6, 2024 21:55
@LilyWangLL
Copy link
Contributor

Usage test passed on x64-windows.

@LilyWangLL LilyWangLL added the info:reviewed Pull Request changes follow basic guidelines label May 7, 2024
@data-queue data-queue merged commit a0f7f53 into microsoft:master May 8, 2024
17 checks passed
yurybura pushed a commit to yurybura/vcpkg that referenced this pull request May 8, 2024
This new overlay-port introduces the ProjectM Expression Evaluation
Library, which is a prerequisite for building the ProjectM Library. This
addition is to complement the PR microsoft#38535, which aims to address the
external dependency concern.

ProjectM: https://github.com/projectM-visualizer/projectm
ProjectM Eval: https://github.com/projectM-visualizer/projectm-eval

---
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [x] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [x] The versioning scheme in `vcpkg.json` matches what upstream says.
- [x] The license declaration in `vcpkg.json` matches what upstream
says.
- [x] The installed as the "copyright" file matches what upstream says.
- [x] The source code of the component installed comes from an
authoritative source.
- [x] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is in the new port's versions file.
- [x] Only one version is added to each modified port's versions file.
@Blaquewithaq Blaquewithaq deleted the add-port-projectm-eval branch May 8, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants