Oh, and I forgot: there is some backported version of KDE5 for Debian Jessie in third party APT repositoies and Debian unstable users should already have all the correct packages.
----- Original Message ----- From: "Emmanuel Lepage" <[email protected]> To: [email protected] Cc: [email protected] Sent: Monday, October 5, 2015 7:12:27 AM Subject: Re: [Ring] ring for debian jessie kde? Hello John, It is available for KDE(5), but you have currently to compile it yourself. You can use the distribution packages for the daemon, but the other 2 need to be compiled. Here are the links to the source code: To compile (assuming Kubuntu 15.04+): sudo apt-get build-dep konsole # That should install most dedendencies, you may still miss one or 2 git clone https://gerrit-ring.savoirfairelinux.com/ring-lrc cd ring-lrc mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr make -j2 install sudo make install cd ../.. git clone http://anongit.kde.org/ring-kde cd ring-kde mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr make -j2 install sudo make install Please node the Ring-KDE is a community version and have its own development pace. The KDE contact integration is being updated for KDE5 as the missing parts have only been released by KDE in august and are not in released distributions yet. It is possible to synchronize KDE4 contacts with the KDE5 version of Ring-KDE, please see the config dialog for how. Please also note that KDE4 based distributions are (as with other KDE software) no longer supported and all new development are in the KF5/KDE5 version. If you have any questions, but send me a mail or reply to the thead. Regards, Emmanuel ----- Original Message ----- From: "John White" <[email protected]> To: [email protected] Sent: Sunday, October 4, 2015 12:15:08 AM Subject: [Ring] ring for debian jessie kde? I am getting along fine with sflphone-kde 1.4.1 on my 32 bit system, but the quality of my voice at the other end could be a little better sometimes. I use diamondcard.us sip on a lenovo thinkpad T410 and plantronics usb headphones on pulseaudio. It looks like ring might be better, so please let us know when it comes available for kde. Thanks John _______________________________________________ Ring mailing list [email protected] https://lists.savoirfairelinux.net/mailman/listinfo/ring _______________________________________________ Ring mailing list [email protected] https://lists.savoirfairelinux.net/mailman/listinfo/ring
