Files
linphone/linphone-build-jsoncpp.patch
Paolo Stivanin 3db79a543c Accepting request 1156859 from home:polslinux:teststuff
- 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
2024-03-11 07:52:20 +00:00

14 lines
406 B
Diff

Index: liblinphone-5.3.4/CMakeLists.txt
===================================================================
--- liblinphone-5.3.4.orig/CMakeLists.txt
+++ liblinphone-5.3.4/CMakeLists.txt
@@ -194,7 +194,8 @@ if(ENABLE_LDAP)
endif()
if(ENABLE_FLEXIAPI)
- find_package(JsonCPP REQUIRED)
+ find_package(PkgConfig REQUIRED)
+ pkg_check_modules(JSONCPP REQUIRED jsoncpp)
set(HAVE_FLEXIAPI TRUE)
endif()