Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.2072
Browse files Browse the repository at this point in the history
It is based on:
* psi: a86fffcd
* plugins: 778a4a7
* psimedia: 478567e
* resources: 61d7d6d
  • Loading branch information
tehnick committed Feb 11, 2025
1 parent 5162ac6 commit 68926b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions iris/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,17 @@ option(IRIS_BUNDLED_QCA "Adds: DTLS, Blake2b (needed with Qt5) and other useful
option(IRIS_BUNDLED_USRSCTP "Compile compatible UsrSCTP lib (required for datachannel Jingle transport)" ${IRIS_DEFAULT_BUNDLED_USRSCTP})
option(IRIS_BUILD_TOOLS "Build tools and examples" OFF)
option(IRIS_ENABLE_DEBUG "Enable debugging code paths" OFF)
option(USE_QT6 "Enable Qt6 support" OFF)

set(IRIS_INSTALL_INCLUDEDIR ${CMAKE_INSTALL_INCLUDEDIR}/xmpp/iris)

if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug" OR ("${CMAKE_BUILD_TYPE}" STREQUAL "RelWithDebInfo"))
include(debug-definitions)
endif()

if(USE_QT6)
set(QT_DEFAULT_MAJOR_VERSION 6)
endif()
if("${QT_DEFAULT_MAJOR_VERSION}" STREQUAL "")
set(QT_DEFAULT_MAJOR_VERSION 5)
endif()
Expand Down
2 changes: 1 addition & 1 deletion iris/cmake/modules/IrisSCTP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else()
#set CMake options and transfer the environment to an external project
set(USRSCTP_BUILD_OPTIONS
-DBUILD_SHARED_LIBS=OFF -Dsctp_build_programs=OFF -Dsctp_build_shared_lib=OFF -Dsctp_debug=OFF
-Dsctp_inet=OFF -Dsctp_inet6=OFF -DCMAKE_INSTALL_PREFIX=${USRSCTP_PREFIX}
-Dsctp_inet=OFF -Dsctp_inet6=OFF -Dsctp_werror=OFF -DCMAKE_INSTALL_PREFIX=${USRSCTP_PREFIX}
-DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE} -DCMAKE_MAKE_PROGRAM=${CMAKE_MAKE_PROGRAM}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER})
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2071 (2025-02-09, 13f30206)
1.5.2072 (2025-02-11, a86fffcd)

0 comments on commit 68926b1

Please sign in to comment.