linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Version 4.3.2 in deb packet's


From: Ian Coetzee
Subject: Re: [Linphone-users] Version 4.3.2 in deb packet's
Date: Sat, 9 Apr 2022 10:47:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

Hi,

Just an FYI, I have taken to rolling my own releases for my ubuntu 21.10, quite easy actually

Basic steps

git clone the repo
git submodule update
read the readme, installing the dependencies
make build directory
cd into build directory
cmake setting the flags you want/need, mine for example. I needed G729 in my environment. Note some of the important flags

-DCPACK_GENERATOR=DEB <- Usefull to turn the compiled code into a deb package
-DCPACK_DEBIAN_CONTACT="<Your email here>" <- Sets your email as the package maintainer
-DCPACK_DEBIAN_PACKAGE_MAINTAINER="<Your name here>" <- Sets your name as the package maintainer

cmake -G Ninja .. -DENABLE_STRICT=NO -DENABLE_PULSE=ON -DENABLE_G729=ON -DCMAKE_BUILD_PARALLEL_LEVEL=$(nproc) -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_DAEMON=ON -DENABLE_CONSOLE_UI=ON -DENABLE_PCAP=NO -DENABLE_LDAP=NO -DENABLE_GTK_UI=ON -DENABLE_ADVANCED_IM=NO -DENABLE_LIME_X3DH=NO -DENABLE_VPX=NO -DENABLE_BV16=NO -DENABLED_PACKAGING=ON -DCMAKE_BUILD_TYPE=release -DCPACK_GENERATOR=DEB -DCPACK_DEBIAN_CONTACT="<Your email here>" -DCPACK_DEBIAN_PACKAGE_MAINTAINER="<Your name here>" -DENABLE_YUV=NO -DENABLE_OPUS=NO -DENABLE_ILBC=NO -DENABLE_SPEEX=ON -DENABLE_VIDEO=NO -DENABLE_GSM=NO -DENABLE_SRTP=NO -DENABLE_ZRTP=NO -DENABLE_JPEG=NO -DENABLE_MKV=NO

cmake build
Then use cpack -G DEB to turn the compiled software into a deb named linphone-<version>.deb

Now you are free to apt install ./linphone-<version>.deb

Kind regards
Ian Coetzee

On 2022/04/09 09:44, halje@mail.ru via Linphone-users wrote:
Any news about adding 4.3.2 packages to debian?
 
Now added package linphone_4.2.5-3_all.deb SIP softphone - graphical client (transitional package)

_______________________________________________
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]