[libmodplug] [ffmpeg] fix libmodplug .pc file for static windows build#18867
[libmodplug] [ffmpeg] fix libmodplug .pc file for static windows build#18867vicroms merged 14 commits intomicrosoft:masterfrom
Conversation
NancyLi1013
left a comment
There was a problem hiding this comment.
Could you please update
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libmodplug)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/libmodplug/COPYING ${CURRENT_PACKAGES_DIR}/share/libmodplug/copyright)
as
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/{PORT} RENAME copyright)
?
@NancyLi1013 Are you aware that the |
Done.
Yes, that would be great. |
Thanks for pointing this out. @dg0yt Currently, there is no any documentation that declares how we should use You can also see this here. |
|
LGTM, thanks again for your fixes. @mcmtroffaes |
|
Merged master & bumped port version. |
What does your PR fix?
Fixes the libmodplug .pc file on windows (user32 is needed). Patch has been posted upstream here: Fix Libs.private in .pc file. Konstanty/libmodplug#59 I've enabled windows static builds for the ffmpeg modplug feature as well.
Which triplets are supported/not supported? Have you updated the CI baseline?
Libmodplug now additionally supports all static windows triplets.
Does your PR follow the maintainer guide?
Yes, to the best of my knowledge.
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?Yes.