[openal-soft] update to 1.23.0 (#29581)

This commit is contained in:
Nick 2023-02-16 19:36:06 +01:00 committed by GitHub
parent 6d16cb553a
commit 914d5f9705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 24 deletions

View File

@ -1,13 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1984ac9..0d1690a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -472,7 +472,7 @@ if(CMAKE_SIZEOF_VOID_P MATCHES "4" AND HAVE_SSE2)
# assumes the stack is suitably aligned. Older Linux code or other
# OSs don't guarantee this on 32-bit, so externally-callable
# functions need to ensure an aligned stack.
- set(EXPORT_DECL "${EXPORT_DECL} __attribute__((force_align_arg_pointer))")
+ set(EXPORT_DECL "${EXPORT_DECL}__attribute__((force_align_arg_pointer))")
endif()
endif()
endif()

View File

@ -1,11 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO kcat/openal-soft
REF dc83d99c95a42c960150ddeee06c124134b52208 # openal-soft-1.22.2
SHA512 3fbbdfbb2609ef8187d20ce74b2fb8082037288f3fd80df71d360705d8efdadfe8f62811af1cd824cb6572c8c3479b370f8ae3819b8b8bb0b20c34f7a73cc530
REF ${VERSION}
SHA512 7384e734ba6b0668adbb2b2629c950bdb61814584a745ced2327cc20b1b9ff9bc53a8e10ec3260ef2a2915048f4e3af8499d91f8515bb18a4e61c5eeef609d1a
HEAD_REF master
PATCHES
0001-fix-mingw-x86-build.patch
)
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
@ -102,7 +100,7 @@ vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
file(COPY "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
vcpkg_copy_pdbs()

View File

@ -1,7 +1,6 @@
{
"name": "openal-soft",
"version-semver": "1.22.2",
"port-version": 5,
"version": "1.23.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",
"license": "LGPL-2.0-or-later",

View File

@ -683,8 +683,6 @@ ogre-next:x86-windows = skip
ompl:x64-osx=fail
ompl:arm64-osx=fail
ompl:x64-linux=fail
openal-soft:arm-uwp=fail
openal-soft:x64-uwp=fail
# opencc/deps/rapidjson-1.1.0/rapidjson.h: Unknown machine endianess detected
opencc:arm64-windows=fail
# opencc/deps/marisa-0.2.5/lib/marisa/grimoire/io/mapper.cc currently doesn't support UWP.

View File

@ -5609,8 +5609,8 @@
"port-version": 1
},
"openal-soft": {
"baseline": "1.22.2",
"port-version": 5
"baseline": "1.23.0",
"port-version": 0
},
"openblas": {
"baseline": "0.3.21",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3c25d8ead902160593b570f4696cf2eba2d86511",
"version": "1.23.0",
"port-version": 0
},
{
"git-tree": "971382f7c68a055694a35b455deab6384e8cfb25",
"version-semver": "1.22.2",