- Add ComboBox for ringtone selection in Call Settings - Convert MKV ringtones to WAV format (Linphone only supports WAV) - Fix ComboSetting to support dialPlan type for international prefix - Disable account devices feature to prevent API errors - Disable automatic update check on startup - Add ringtone fallback to default when custom file not found - Fix ringtone dropdown to not override setting on initialization Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
554 B
CMake
Executable file
11 lines
554 B
CMake
Executable file
set(APPLICATION_DESCRIPTION "A libre SIP client")
|
|
set(APPLICATION_ID "com.belledonnecommunications.${LINPHONEAPP_EXECUTABLE_NAME}")
|
|
set(APPLICATION_NAME ${LINPHONEAPP_APPLICATION_NAME})
|
|
set(APPLICATION_URL "https://www.linphone.org")
|
|
set(APPLICATION_VENDOR "Belledonne Communications")
|
|
set(APPLICATION_LICENCE "GNU General Public License V3")
|
|
set(APPLICATION_LICENCE_URL "https://www.gnu.org/licenses/gpl-3.0.html")
|
|
set(APPLICATION_START_LICENCE "2010")
|
|
set(APPLICATION_SEMVER ${LINPHONEAPP_VERSION})
|
|
|
|
set(EXECUTABLE_NAME ${LINPHONEAPP_EXECUTABLE_NAME})
|