Skip to content

Commit

Permalink
[speex] Add necessary tool information to OSX (#23498)
Browse files Browse the repository at this point in the history
* [speex] Add necessary tool information to OSX

* Add info for linux

Co-authored-by: Cheney-Wang <[email protected]>
  • Loading branch information
Cheney-W and Cheney-Wang authored Mar 15, 2022
1 parent 3559cb2 commit 59bf00a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ports/speex/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion ports/speex/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6614,7 +6614,7 @@
},
"speex": {
"baseline": "1.2.0",
"port-version": 10
"port-version": 11
},
"speexdsp": {
"baseline": "1.2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/speex.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7cbe163c0a5fabd08cb6665c092d6b13dfa51d69",
"version": "1.2.0",
"port-version": 11
},
{
"git-tree": "0f443cef71fd44439aa559063a219da440f6665d",
"version": "1.2.0",
Expand Down

0 comments on commit 59bf00a

Please sign in to comment.