- Update to 5.3.26 (no changelog).
- Update to 5.3.7:
ADDED:
* Added notion of roles for conferences, so that there can be speakers and listeners.
* Reactions with IM conversations
* New video codec policy, so that hardware-accelerated codecs are prioritized in offer/answer.
* AV-1 codec
* New LinphoneAlert object used to report various QoS alerts during calls.
* SRTP AES GCM mode
CHANGED:
* TLS Client certificate request authentication callback removed (due to mbedtls update).
Application using TLS client certificate must provide it before any TLS connexion needing it.
* Refactoring of LinphoneAddress object implementation, leading to greater internal simplicity and performance.
- Clean up spec file
OBS-URL: https://build.opensuse.org/request/show/1156859
OBS-URL: https://build.opensuse.org/package/show/network:telephony/linphone?expand=0&rev=153
18 lines
521 B
Diff
18 lines
521 B
Diff
Index: liblinphone-5.3.4/CMakeLists.txt
|
|
===================================================================
|
|
--- liblinphone-5.3.4.orig/CMakeLists.txt
|
|
+++ liblinphone-5.3.4/CMakeLists.txt
|
|
@@ -150,12 +150,7 @@ if(ENABLE_XML2)
|
|
endif()
|
|
|
|
if(ENABLE_DB_STORAGE)
|
|
- # APPLE platform does not use dlopen for soci backend
|
|
- if(APPLE OR ANDROID)
|
|
- find_package(Soci REQUIRED COMPONENTS sqlite3)
|
|
- else()
|
|
- find_package(Soci REQUIRED)
|
|
- endif()
|
|
+ find_package(Soci REQUIRED COMPONENTS sqlite3)
|
|
set(HAVE_DB_STORAGE 1)
|
|
endif()
|