linphone: update to 5.2.7.

This commit is contained in:
John 2023-01-06 19:11:23 +01:00 committed by John Zimmermann
parent 6ab46234d3
commit e005f86df9
1 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# Template file for 'linphone' # Template file for 'linphone'
pkgname=linphone pkgname=linphone
version=5.1.21 version=5.2.7
revision=1 revision=1
build_style="cmake" build_style="cmake"
configure_args="-DENABLE_STRICT=FALSE configure_args="-DENABLE_STRICT=FALSE
-DENABLE_ADVANCED_IM=FALSE -DENABLE_DB_STORAGE=FALSE -DENABLE_ADVANCED_IM=FALSE -DENABLE_DB_STORAGE=FALSE
-DENABLE_LIME=NO -DENABLE_LIME_X3DH=NO -DENABLE_UNIT_TESTS=NO -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 # FLEXIAPI disabled because their cmake script doesn't find jsoncpp
hostmakedepends="doxygen graphviz python3-pystache python3-six hostmakedepends="doxygen graphviz python3-pystache python3-six
pkg-config" pkg-config"
@ -16,15 +16,19 @@ makedepends="sqlite-devel readline-devel mediastreamer-devel
libupnp-devel libsrtp-devel belcard-devel libxerces-c-devel" libupnp-devel libsrtp-devel belcard-devel libxerces-c-devel"
short_desc="Voice-over-IP phone" short_desc="Voice-over-IP phone"
maintainer="John <me@johnnynator.dev>" maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later" license="AGPL-3.0-or-later"
homepage="https://www.linphone.org" homepage="https://www.linphone.org"
distfiles="https://gitlab.linphone.org/BC/public/liblinphone/-/archive/${version}/liblinphone-${version}.tar.gz" distfiles="https://gitlab.linphone.org/BC/public/liblinphone/-/archive/${version}/liblinphone-${version}.tar.gz"
checksum=1bf7e6642bd36c8002291eda62109daac4c8f7125952e874b95969b02ab43405 checksum=b64c452995f48264f5a73674035c4b6b38d7008128f4cd54f2fa0f5836170536
pre_build() { pre_build() {
echo "#define MS2_GIT_VERSION=unknown" > coreapi/gitversion.h echo "#define MS2_GIT_VERSION=unknown" > coreapi/gitversion.h
} }
post_install() {
vlicense LICENSE.txt
}
linphone-daemon_package() { linphone-daemon_package() {
short_desc+=" - daemon" short_desc+=" - daemon"
pkg_install() { pkg_install() {