From e005f86df920dd1fbf9847cf1ebb9d505b156160 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 6 Jan 2023 19:11:23 +0100 Subject: [PATCH] linphone: update to 5.2.7. --- srcpkgs/linphone/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/linphone/template b/srcpkgs/linphone/template index f5e0a99b0c3..2212f78f78e 100644 --- a/srcpkgs/linphone/template +++ b/srcpkgs/linphone/template @@ -1,12 +1,12 @@ # Template file for 'linphone' pkgname=linphone -version=5.1.21 +version=5.2.7 revision=1 build_style="cmake" configure_args="-DENABLE_STRICT=FALSE -DENABLE_ADVANCED_IM=FALSE -DENABLE_DB_STORAGE=FALSE -DENABLE_LIME=NO -DENABLE_LIME_X3DH=NO -DENABLE_UNIT_TESTS=NO - -DENABLE_STATIC=OFF -DENABLE_FLEXIAPI=OFF" + -DENABLE_STATIC=OFF -DENABLE_FLEXIAPI=OFF -DENABLE_QRCODE=OFF" # FLEXIAPI disabled because their cmake script doesn't find jsoncpp hostmakedepends="doxygen graphviz python3-pystache python3-six pkg-config" @@ -16,15 +16,19 @@ makedepends="sqlite-devel readline-devel mediastreamer-devel libupnp-devel libsrtp-devel belcard-devel libxerces-c-devel" short_desc="Voice-over-IP phone" maintainer="John " -license="GPL-2.0-or-later" +license="AGPL-3.0-or-later" homepage="https://www.linphone.org" distfiles="https://gitlab.linphone.org/BC/public/liblinphone/-/archive/${version}/liblinphone-${version}.tar.gz" -checksum=1bf7e6642bd36c8002291eda62109daac4c8f7125952e874b95969b02ab43405 +checksum=b64c452995f48264f5a73674035c4b6b38d7008128f4cd54f2fa0f5836170536 pre_build() { echo "#define MS2_GIT_VERSION=unknown" > coreapi/gitversion.h } +post_install() { + vlicense LICENSE.txt +} + linphone-daemon_package() { short_desc+=" - daemon" pkg_install() {