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, ha...@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
_______________________________________________
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users