forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[openal-soft] Update to 1.22.0 (microsoft#25327)
* [openal-soft] Update to 1.22.0 * update version * add license * overwrite versions * update version * add patch * update version * add license * update version * update patch * overwrite version
- Loading branch information
1 parent
d8b98ac
commit 17ee0b5
Showing
9 changed files
with
46 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt b/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt | ||
index 64371a4..375ca58 100644 | ||
--- a/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt | ||
+++ b/src/MagnumPlugins/AnyAudioImporter/CMakeLists.txt | ||
@@ -24,6 +24,7 @@ | ||
# | ||
|
||
find_package(Corrade REQUIRED PluginManager) | ||
+find_package(OpenAL CONFIG REQUIRED) | ||
|
||
if(BUILD_PLUGINS_STATIC) | ||
set(MAGNUM_ANYAUDIOIMPORTER_BUILD_STATIC 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
ports/openal-soft/dont-export-symbols-in-static-build.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
{ | ||
"name": "openal-soft", | ||
"version-semver": "1.21.1", | ||
"port-version": 5, | ||
"version-semver": "1.22.0", | ||
"description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.", | ||
"homepage": "https://github.com/kcat/openal-soft", | ||
"supports": "!uwp" | ||
"license": "GPL-2.0-or-later", | ||
"supports": "!uwp", | ||
"dependencies": [ | ||
{ | ||
"name": "vcpkg-cmake", | ||
"host": true | ||
}, | ||
{ | ||
"name": "vcpkg-cmake-config", | ||
"host": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters