mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 23:07:58 +08:00
[speex] Add necessary tool information to OSX (#23498)
* [speex] Add necessary tool information to OSX * Add info for linux Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
This commit is contained in:
parent
3559cb2cf8
commit
59bf00a335
@ -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
|
||||
|
@ -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",
|
||||
|
@ -6614,7 +6614,7 @@
|
||||
},
|
||||
"speex": {
|
||||
"baseline": "1.2.0",
|
||||
"port-version": 10
|
||||
"port-version": 11
|
||||
},
|
||||
"speexdsp": {
|
||||
"baseline": "1.2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7cbe163c0a5fabd08cb6665c092d6b13dfa51d69",
|
||||
"version": "1.2.0",
|
||||
"port-version": 11
|
||||
},
|
||||
{
|
||||
"git-tree": "0f443cef71fd44439aa559063a219da440f6665d",
|
||||
"version": "1.2.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user