Conversation
- Replace CONTROL with vcpkg.json - Use Git tag as REF - Use official version number (without the date suffix) - Link official homepage instead of GitHub project page - Add license string according to GitHub repo taglib/taglib#999 - Add missing vcpkg_fixup_pkgconfig() in portfile
|
When building x64-uwp: Maybe the upstream dropped uwp support now? Please ignore the gsoap regressions. |
|
@uklotzde can you look into the build failures? |
The implementation of a deprecated function delegates to another deprecated overload. So what shall we do about it? Submit a bug report for TagLib because this causes builds to fail? |
|
In my opinion this is a false positive. |
|
@uklotzde Can you please report this to taglib upstream? |
|
I have submitted taglib/taglib#1000. Until a fix is available from upstream and for testing the CI builds I have added a temporary patch for CMakeLists.txt that simply disables the C4996 warning. |
|
Is there anything else to do here? Ready for merge? |
|
@Be-ing We need to wait for taglib official reply issue taglib/taglib#1000. |
|
Closing this PR after e51bf8e was merged beforehand. |
|
Btw, it is discouraging if differing quality criteria are applied for reviewing PRs and well-intended contributions are left behind. |
|
@uklotzde Sorry, it seems I overlooked that PR. |
| + if(ENABLE_STATIC_RUNTIME) | ||
| + foreach(flag_var CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_RELWITHDEBINFO) | ||
| + string(REGEX REPLACE "/MD" "/MT" ${flag_var} "${${flag_var}}") | ||
| + endforeach(flag_var) |
There was a problem hiding this comment.
I think this modify is correct, can you please open a new PR to fix that?
See my comment.
Thanks.
LGPL 2.1 or 3.0? taglib/taglib#999