[libxmp-lite] only windows (#22560)

This commit is contained in:
autoantwort 2022-01-18 22:39:50 +01:00 committed by GitHub
parent b1fe832714
commit 9ae782c08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 12 deletions

View File

@ -10,14 +10,13 @@ vcpkg_from_sourceforge(
0001-msvc-buildfix.patch
0002-fix-symbols.patch
)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}")
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_install_cmake()
vcpkg_cmake_install()
vcpkg_copy_pdbs()
file(INSTALL ${SOURCE_PATH}/README DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
file(INSTALL "${SOURCE_PATH}/README" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,7 +1,14 @@
{
"name": "libxmp-lite",
"version-string": "4.4.1",
"port-version": 7,
"version": "4.4.1",
"port-version": 8,
"description": "Lightweight version of libxmp that supports MOD, S3M, XM and IT modules.",
"homepage": "https://sourceforge.net/projects/xmp/"
"homepage": "https://sourceforge.net/projects/xmp/",
"supports": "windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}

View File

@ -735,8 +735,6 @@ libwandio:x64-windows-static-md=fail
libwandio:x64-uwp=fail
libwandio:arm64-windows=fail
libwandio:arm-uwp=fail
libxmp-lite:x64-linux=fail
libxmp-lite:x64-osx=fail
licensepp:arm-uwp=fail
licensepp:x64-uwp=fail
linenoise-ng:arm-uwp=fail

View File

@ -4102,7 +4102,7 @@
},
"libxmp-lite": {
"baseline": "4.4.1",
"port-version": 7
"port-version": 8
},
"libxslt": {
"baseline": "1.1.34",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bb6da404365a98bffa1f8622b652c15929c81811",
"version": "4.4.1",
"port-version": 8
},
{
"git-tree": "dda1a742b2612d9d926fef9c804d5e5efd041777",
"version-string": "4.4.1",