From 08d8151e97db732378a9d5ade7ad88ccd329f814 Mon Sep 17 00:00:00 2001 From: Cheney-Wang <850426846@qq.com> Date: Thu, 27 Apr 2023 01:35:12 -0700 Subject: [PATCH] [vcpkg baseline][urho3d] Disable find_package (ALSA) --- ports/urho3d/portfile.cmake | 3 ++- ports/urho3d/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/u-/urho3d.json | 5 +++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ports/urho3d/portfile.cmake b/ports/urho3d/portfile.cmake index 37f24735df2f76..81d126733212ba 100644 --- a/ports/urho3d/portfile.cmake +++ b/ports/urho3d/portfile.cmake @@ -33,6 +33,7 @@ vcpkg_cmake_configure( ${FEATURE_OPTIONS} -DURHO3D_LIB_TYPE=${URHO3D_LIB_TYPE} -DURHO3D_PCH=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_ALSA=ON ) vcpkg_cmake_install() @@ -116,4 +117,4 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share") file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") -file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) +vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE") diff --git a/ports/urho3d/vcpkg.json b/ports/urho3d/vcpkg.json index 4a3e308ed58a6e..680d5d0c2dec76 100644 --- a/ports/urho3d/vcpkg.json +++ b/ports/urho3d/vcpkg.json @@ -2,7 +2,7 @@ "$note": "Due to the upstream modification of the dependent source code, the internal port of vcpkg cannot be used.", "name": "urho3d", "version-date": "2021-03-01", - "port-version": 3, + "port-version": 4, "description": "Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented in C++ and released under the MIT license. Greatly inspired by OGRE and Horde3D.", "homepage": "https://github.com/urho3d/Urho3D", "supports": "!(arm | uwp)", diff --git a/versions/baseline.json b/versions/baseline.json index bcf85f579721ec..9bcea2229550b7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8146,7 +8146,7 @@ }, "urho3d": { "baseline": "2021-03-01", - "port-version": 3 + "port-version": 4 }, "uriparser": { "baseline": "0.9.7", diff --git a/versions/u-/urho3d.json b/versions/u-/urho3d.json index e0defa3c53a631..1009d23737502d 100644 --- a/versions/u-/urho3d.json +++ b/versions/u-/urho3d.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fe6e49016a6f15bc04e04727f2e4712e75625425", + "version-date": "2021-03-01", + "port-version": 4 + }, { "git-tree": "6f9e8452934bac3542907f50fd466a34e44b3fdc", "version-date": "2021-03-01",