-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[sjpeg] Add new port #21094
[sjpeg] Add new port #21094
Conversation
What is the problem with windows dynamic? ATM it installs man1 manual pages (i.e. for tools) but it doesn't install a tool (feature). (They are the "examples".) |
It fails with the following linker error:
I did not further investigate this error since the library is missing dllexport annotations and a DEF file, so it is obviously not intended to be built as a dynamic library on Windows. |
Good catch. I guess they should only get installed if the tools get installed, as well. Or should man pages never get installed? |
Generally, man pages are not installed to vcpkg. If installed by upstream, we can remove the folder. You can see that there are many ports removing the man installation. For the tool (examples in this port ), we can disable it via pass |
I pushed a3e6f4a which removes the man pages. |
LGTM, thanks for adding this port. @chausner |
Describe the pull request
What does your PR fix?
This adds a new port for sjpeg.
Which triplets are supported/not supported? Have you updated the CI baseline?
Not sure yet, Yes
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes