Skip to content

Commit

Permalink
Update OpenAL-soft to 1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
encelo committed Jan 13, 2025
1 parent 286b5f5 commit e365eed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cmake/openal-soft.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(TARGET_OPENAL openal)
set(URL_OPENAL https://github.com/kcat/openal-soft/archive/1.24.0.tar.gz)
set(URL_MD5_OPENAL 9bf204aa3580b35fb27604484f51c6e0)
set(URL_OPENAL https://github.com/kcat/openal-soft/archive/1.24.2.tar.gz)
set(URL_MD5_OPENAL 2befc873d26f4eed10c06f272c48c5ec)
set(DEST_OPENAL ${DESTINATION_PATH}/openal)

set(LIBTYPE_OPENAL "DYNAMIC")
Expand Down
12 changes: 6 additions & 6 deletions patches/openal-soft.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
diff -urN openal-soft-1.24.0.orig/CMakeLists.txt openal-soft-1.24.0/CMakeLists.txt
--- openal-soft-1.24.0.orig/CMakeLists.txt 2024-11-16 13:20:51.000000000 +0100
+++ openal-soft-1.24.0/CMakeLists.txt 2024-11-21 02:14:06.351655015 +0100
@@ -1487,11 +1487,7 @@
diff -urN openal-soft-1.24.2.orig/CMakeLists.txt openal-soft-1.24.2/CMakeLists.txt
--- openal-soft-1.24.2.orig/CMakeLists.txt 2025-01-11 08:17:23.000000000 +0100
+++ openal-soft-1.24.2/CMakeLists.txt 2025-01-14 00:28:28.526302757 +0100
@@ -1542,11 +1542,7 @@
${OpenAL_SOURCE_DIR}/common
)

-set_target_properties(${IMPL_TARGET} PROPERTIES ${DEFAULT_TARGET_PROPS}
-set_target_properties(${IMPL_TARGET} PROPERTIES ${ALSOFT_STD_VERSION_PROPS}
- OUTPUT_NAME ${LIBNAME}
- VERSION ${LIB_VERSION}
- SOVERSION ${LIB_MAJOR_VERSION}
-)
+set_target_properties(${IMPL_TARGET} PROPERTIES ${DEFAULT_TARGET_PROPS} OUTPUT_NAME ${LIBNAME})
+set_target_properties(${IMPL_TARGET} PROPERTIES ${ALSOFT_STD_VERSION_PROPS} OUTPUT_NAME ${LIBNAME})
target_compile_definitions(${IMPL_TARGET}
PRIVATE AL_BUILD_LIBRARY AL_ALEXT_PROTOTYPES "ALC_API=${EXPORT_DECL}" "AL_API=${EXPORT_DECL}"
${CPP_DEFS})

0 comments on commit e365eed

Please sign in to comment.