diff --git a/ports/speex/portfile.cmake b/ports/speex/portfile.cmake index 4fdaf13cfd..b3c81875c3 100644 --- a/ports/speex/portfile.cmake +++ b/ports/speex/portfile.cmake @@ -27,6 +27,11 @@ if(VCPKG_TARGET_IS_WINDOWS) ) endif() else() + if(VCPKG_TARGET_IS_OSX) + message("${PORT} currently requires the following libraries from the system package manager:\n autoconf\n automake\n libtool\n\nIt can be installed with brew install autoconf automake libtool") + elseif(VCPKG_TARGET_IS_LINUX) + message("${PORT} currently requires the following libraries from the system package manager:\n autoconf\n automake\n libtool\n\nIt can be installed with apt-get install autoconf automake libtool") + endif() vcpkg_configure_make( SOURCE_PATH ${SOURCE_PATH} AUTOCONFIG diff --git a/ports/speex/vcpkg.json b/ports/speex/vcpkg.json index 2402fd6f32..b5f4250c00 100644 --- a/ports/speex/vcpkg.json +++ b/ports/speex/vcpkg.json @@ -1,9 +1,10 @@ { "name": "speex", "version": "1.2.0", - "port-version": 10, + "port-version": 11, "description": "Speex is an Open Source/Free Software patent-free audio compression format designed for speech.", "homepage": "https://github.com/xiph/speex", + "license": null, "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/baseline.json b/versions/baseline.json index 2a5927f9c8..fca600a71f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6614,7 +6614,7 @@ }, "speex": { "baseline": "1.2.0", - "port-version": 10 + "port-version": 11 }, "speexdsp": { "baseline": "1.2.0", diff --git a/versions/s-/speex.json b/versions/s-/speex.json index 5e4e024df2..87a027137f 100644 --- a/versions/s-/speex.json +++ b/versions/s-/speex.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7cbe163c0a5fabd08cb6665c092d6b13dfa51d69", + "version": "1.2.0", + "port-version": 11 + }, { "git-tree": "0f443cef71fd44439aa559063a219da440f6665d", "version": "1.2.0",