linphone: update to 5.2.109.
This commit is contained in:
parent
61d6f8d373
commit
77e12257ce
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'linphone'
|
||||
pkgname=linphone
|
||||
version=5.2.7
|
||||
version=5.2.109
|
||||
revision=1
|
||||
build_style="cmake"
|
||||
configure_args="-DENABLE_STRICT=FALSE
|
||||
-DENABLE_ADVANCED_IM=FALSE -DENABLE_DB_STORAGE=FALSE
|
||||
-DENABLE_ADVANCED_IM=FALSE -DENABLE_DB_STORAGE=TRUE
|
||||
-DENABLE_LIME=NO -DENABLE_LIME_X3DH=NO -DENABLE_UNIT_TESTS=NO
|
||||
-DENABLE_STATIC=OFF -DENABLE_FLEXIAPI=OFF -DENABLE_QRCODE=OFF"
|
||||
# FLEXIAPI disabled because their cmake script doesn't find jsoncpp
|
||||
|
@ -13,13 +13,14 @@ hostmakedepends="doxygen graphviz python3-pystache python3-six
|
|||
makedepends="sqlite-devel readline-devel mediastreamer-devel
|
||||
belle-sip-devel speex-devel libxml2-devel libnotify-devel
|
||||
bctoolbox-devel ortp-devel bzrtp-devel gettext-devel ortp-devel
|
||||
libupnp-devel libsrtp-devel belcard-devel libxerces-c-devel"
|
||||
libupnp-devel libsrtp-devel belcard-devel libxerces-c-devel
|
||||
soci-devel"
|
||||
short_desc="Voice-over-IP phone"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
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=b64c452995f48264f5a73674035c4b6b38d7008128f4cd54f2fa0f5836170536
|
||||
checksum=0b57c4f0188c210795213185e7304e7c0321956a367e4496d1bb9363cb7bab34
|
||||
|
||||
pre_build() {
|
||||
echo "#define MS2_GIT_VERSION=unknown" > coreapi/gitversion.h
|
||||
|
|
Loading…
Reference in New Issue