diff --git a/ports/speex/portfile.cmake b/ports/speex/portfile.cmake index a5d5312383c0c8..4fdaf13cfd6179 100644 --- a/ports/speex/portfile.cmake +++ b/ports/speex/portfile.cmake @@ -14,12 +14,11 @@ vcpkg_from_github( if(VCPKG_TARGET_IS_WINDOWS) file(COPY "${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt" DESTINATION "${SOURCE_PATH}") - vcpkg_configure_cmake( + vcpkg_cmake_configure( SOURCE_PATH ${SOURCE_PATH} - PREFER_NINJA OPTIONS_DEBUG -DDISABLE_INSTALL_HEADERS=ON ) - vcpkg_install_cmake() + vcpkg_cmake_install() if(VCPKG_LIBRARY_LINKAGE STREQUAL "dynamic") vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/include/speex/speex.h" diff --git a/ports/speex/vcpkg.json b/ports/speex/vcpkg.json index 5265e6ab0e5b5d..2402fd6f32e44f 100644 --- a/ports/speex/vcpkg.json +++ b/ports/speex/vcpkg.json @@ -1,7 +1,14 @@ { "name": "speex", - "version-string": "1.2.0", - "port-version": 9, + "version": "1.2.0", + "port-version": 10, "description": "Speex is an Open Source/Free Software patent-free audio compression format designed for speech.", - "homepage": "https://github.com/xiph/speex" + "homepage": "https://github.com/xiph/speex", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true, + "platform": "windows" + } + ] } diff --git a/versions/baseline.json b/versions/baseline.json index a5fcf88f996554..32e6a454aa2337 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6534,7 +6534,7 @@ }, "speex": { "baseline": "1.2.0", - "port-version": 9 + "port-version": 10 }, "speexdsp": { "baseline": "1.2.0", diff --git a/versions/s-/speex.json b/versions/s-/speex.json index ea743307ec9b89..5e4e024df2124a 100644 --- a/versions/s-/speex.json +++ b/versions/s-/speex.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "0f443cef71fd44439aa559063a219da440f6665d", + "version": "1.2.0", + "port-version": 10 + }, { "git-tree": "8713e87cf40c60307dfdef2102392b97cb3b4c3d", "version-string": "1.2.0",