linphone: update to 4.4.0.

This commit is contained in:
John 2020-07-10 13:43:42 +02:00
parent cdbabcb57c
commit 51bcc10c03
2 changed files with 15 additions and 33 deletions

View file

@ -3530,9 +3530,9 @@ libbzrtp.so.0 bzrtp-1.0.6_1
libbellesip.so.1 belle-sip-4.4.0_1
libKF5EventViews.so.5 eventviews-18.04.3_1
libKF5IncidenceEditor.so.5 incidenceeditor-18.04.3_1
libmediastreamer_voip.so.11 mediastreamer-4.4.0_1
liblinphone.so.9 linphone-3.12.0_1
liblinphone++.so.9 linphone-3.12.0_1
libmediastreamer.so.11 mediastreamer-4.4.0_1
liblinphone.so.10 linphone-4.4.0_1
liblinphone++.so.10 linphone-4.4.0_1
libbelr.so.1 belr-0.1.3_1
libbelcard.so.1 belcard-1.0.2_1
libshaderc_shared.so.1 shaderc-2018.0_1

View file

@ -1,30 +1,26 @@
# Template file for 'linphone'
pkgname=linphone
version=3.12.0
version=4.4.0
revision=1
build_style="cmake"
configure_args="-DENABLE_STRICT=0 -DENABLE_GTK_UI=$(vopt_if gui true false)"
wrksrc="liblinphone-${version}"
configure_args="-DENABLE_STRICT=0 -DENABLE_GTK_UI=$(vopt_if gui true false)
-DENABLE_ADVANCED_IM=FALSE -DENABLE_DB_STORAGE=FALSE
-DENABLE_LIME=NO -DENABLE_LIME_X3DH=NO -DENABLE_UNIT_TESTS=NO"
hostmakedepends="doxygen graphviz python-pystache python-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
libupnp-devel libsrtp-devel belcard-devel $(vopt_if gui gtk+-devel)"
bctoolbox-devel ortp-devel bzrtp-devel gettext-devel ortp-devel
libupnp-devel libsrtp-devel belcard-devel libxerces-c-devel"
short_desc="Voice-over-IP phone"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later"
homepage="https://www.linphone.org"
distfiles="https://www.linphone.org/releases/sources/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=3da4fa55c01aa4a04923a8f028eb7fadeaed094614594e1a12cfb75e4a9f105e
build_options="gui"
build_options_default="gui"
subpackages="linphone-daemon linphone-console linphone-tools
linphone-devel $(vopt_if gui linphone-gui)"
distfiles="https://gitlab.linphone.org/BC/public/liblinphone/-/archive/${version}/liblinphone-${version}.tar.gz"
checksum=a9a468e7e15ad59062d6460b7d2f6b1f1cd74c15d54a7b5dae6bad28a489cf40
pre_build() {
echo "#define MS2_GIT_VERSION=unknown" > coreapi/gitversion.h
echo "#define MS2_GIT_VERSION=unknown" > gtk/liblinphone_gitversion.h
}
linphone-daemon_package() {
@ -34,20 +30,6 @@ linphone-daemon_package() {
}
}
linphone-gui_package() {
short_desc+=" - gtk based gui"
depends="${sourcepkg}>=${version}_${revision} hicolor-icon-theme
desktop-file-utils"
pkg_install() {
vmove usr/bin/linphone
vmove usr/share/applications
vmove usr/share/icons
vmove usr/share/pixmaps
vmove "usr/share/linphone/*.ui"
vmove usr/share/locale
}
}
linphone-console_package() {
short_desc+=" - console interface"
pkg_install() {
@ -59,9 +41,9 @@ linphone-console_package() {
linphone-tools_package() {
short_desc+=" - tools"
pkg_install() {
for i in buddy_status chatroom filetransfer helloworld lp-auto-answer\
lp-sendmsg lp-test-ecc lpc2xml_test notify realtimetext_receiver\
realtimetext_sender registration xml2lpc_test; do
for i in lp-auto-answer\
lp-sendmsg lp-test-ecc lpc2xml_test \
xml2lpc_test; do
vmove usr/bin/$i;
done
vmove "usr/bin/*test"