mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 15:33:11 +08:00
[libxmp-lite] only windows (#22560)
This commit is contained in:
parent
b1fe832714
commit
9ae782c08c
@ -10,14 +10,13 @@ vcpkg_from_sourceforge(
|
|||||||
0001-msvc-buildfix.patch
|
0001-msvc-buildfix.patch
|
||||||
0002-fix-symbols.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(
|
vcpkg_cmake_configure(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH "${SOURCE_PATH}"
|
||||||
PREFER_NINJA
|
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_install_cmake()
|
vcpkg_cmake_install()
|
||||||
vcpkg_copy_pdbs()
|
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)
|
||||||
|
@ -1,7 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "libxmp-lite",
|
"name": "libxmp-lite",
|
||||||
"version-string": "4.4.1",
|
"version": "4.4.1",
|
||||||
"port-version": 7,
|
"port-version": 8,
|
||||||
"description": "Lightweight version of libxmp that supports MOD, S3M, XM and IT modules.",
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -735,8 +735,6 @@ libwandio:x64-windows-static-md=fail
|
|||||||
libwandio:x64-uwp=fail
|
libwandio:x64-uwp=fail
|
||||||
libwandio:arm64-windows=fail
|
libwandio:arm64-windows=fail
|
||||||
libwandio:arm-uwp=fail
|
libwandio:arm-uwp=fail
|
||||||
libxmp-lite:x64-linux=fail
|
|
||||||
libxmp-lite:x64-osx=fail
|
|
||||||
licensepp:arm-uwp=fail
|
licensepp:arm-uwp=fail
|
||||||
licensepp:x64-uwp=fail
|
licensepp:x64-uwp=fail
|
||||||
linenoise-ng:arm-uwp=fail
|
linenoise-ng:arm-uwp=fail
|
||||||
|
@ -4102,7 +4102,7 @@
|
|||||||
},
|
},
|
||||||
"libxmp-lite": {
|
"libxmp-lite": {
|
||||||
"baseline": "4.4.1",
|
"baseline": "4.4.1",
|
||||||
"port-version": 7
|
"port-version": 8
|
||||||
},
|
},
|
||||||
"libxslt": {
|
"libxslt": {
|
||||||
"baseline": "1.1.34",
|
"baseline": "1.1.34",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "bb6da404365a98bffa1f8622b652c15929c81811",
|
||||||
|
"version": "4.4.1",
|
||||||
|
"port-version": 8
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "dda1a742b2612d9d926fef9c804d5e5efd041777",
|
"git-tree": "dda1a742b2612d9d926fef9c804d5e5efd041777",
|
||||||
"version-string": "4.4.1",
|
"version-string": "4.4.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user