Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
01-21-2014, 05:50 PM
|
#1
|
Member
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174
Rep:
|
looking for slackbuild - 64bit iax client.
hi,
im looking for an iax client slackbuild with 64bit support so i dont need multilib. any idea?
i did find sflphone but cant find a slackbuild for it and dont know if its possible to compile it as 64bit.
thank for your help.
Stefan
edit: or could at least someone give me build advice? thx
Last edited by Stuferus; 01-22-2014 at 07:02 AM.
|
|
|
01-25-2014, 12:19 PM
|
#3
|
Member
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174
Original Poster
Rep:
|
thanks i give it a try.. ill be reporting back if i need some more help with it.
|
|
|
01-25-2014, 10:42 PM
|
#4
|
Member
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174
Original Poster
Rep:
|
it looks like sflphone needs commoncpp(2).. but that will not compile.. i found an old thread here saying dont use commoncpp.. well how to compile sflphone than? dont see how vectorlinux, debian etc. did it than.
what can i do to not need commoncpp??
thx.
stefan
|
|
|
01-26-2014, 12:21 AM
|
#5
|
Member
Registered: Oct 2011
Distribution: Slackware64
Posts: 364
Rep:
|
I can take a look at this tomorrow. I will post to let you know how it is going. May have to concider building for 1.2.3 version, not sure.
|
|
1 members found this post helpful.
|
01-26-2014, 10:36 AM
|
#6
|
Member
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174
Original Poster
Rep:
|
well i tryed 1.3.0 as it is the newest one and thay say its stable.
thx
|
|
|
01-27-2014, 12:05 AM
|
#7
|
Member
Registered: Oct 2011
Distribution: Slackware64
Posts: 364
Rep:
|
I'm about halfway done. I'll have to finish tomorrow evenning. I have slackbuilds for commoncpp (GNU uCommon C++), commoncpp2 (GNU Common C++; may not be needed), and ccrtp. All that is left is slackbuilds for zrtpcpp and sflphone. I will post all of them to my github account tomorrow after I have completed the last two.
EDIT: I setting this up for sflphone-1.3.0, not 1.2.3.
Last edited by j_v; 01-27-2014 at 12:08 AM.
|
|
1 members found this post helpful.
|
01-27-2014, 06:36 PM
|
#8
|
Member
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174
Original Poster
Rep:
|
thank you very much. i really appreciate it!
|
|
|
01-27-2014, 09:04 PM
|
#9
|
Member
Registered: Oct 2011
Distribution: Slackware64
Posts: 364
Rep:
|
I hope that the kde ui frontend will be ok for you. I have had a bit of an ordeal finding the correct zrtpcpp to use with sflphone, so my nerves are a bit too raw to be trying to figure out the dependencies for the gnome ui frontend at this time. The kde one builds out of the box. I need just a little while to finish the actual sflphone slackbuild and to do some clean up in the package scrpts and files, then will upload them. You should concider these as beta until you have tested for a while. Also, there is a security issue with zrtpcpp that I was trying to work around (this was large part of delay): it is fixed with libzrtpcpp-3.2.0, but sflphone does not build against that recent of libzrtpcpp (libzrtp-2.3.4 is most recent that sflphone will build against, so far). Fixing that should be a major todo, since the security flaws are published and well known. I'm a bit surprized sflphone hasn't adopted more recent zrtpcpp abi. I suggest googling "zrtpcpp vulnerablit{y,ies}", so that you can decide if the risks are worth it.
EDIT: an additional/optional dependency to ccrtp is srtp. I haven't had time to add it, but it would probably be a good addition.
EDIT: note the there was an issue with the libdbus-c++ header location. For now, as a workaround, I did `ln -s dbus-c++-1/dbus-c++ /usr/include/dbus-c++` after installing libdbus-c++.
Last edited by j_v; 01-27-2014 at 10:33 PM.
|
|
1 members found this post helpful.
|
01-27-2014, 11:05 PM
|
#10
|
Member
Registered: Oct 2011
Distribution: Slackware64
Posts: 364
Rep:
|
Ok, uploaded to https://github.com/jvvv/slackbuilds. Please be patient with them, I have had to do some small edits since I have tested each of them; I will be retesting, but don't hesitate to let me know of build failures (in case I left in some typos I haven't fixed yet).
Build order: ucommon, ccrtp, libzrtpcpp, sflphone.
Don't forget to install all of the REQUIRES packages of sflphone, and also the note in previous post about libdbus-c++ header directory symlink.
Remember, before installing pulseaudio (dep of sflphone), add user/group pulse as per pulseaudio SlackBuild/README.
I've added an option to sflphone.SlackBuild: WITH_VIDEO. It requires ffmpeg (libavcodec). See the sflphone/README.
Last edited by j_v; 01-28-2014 at 12:41 AM.
|
|
1 members found this post helpful.
|
01-28-2014, 05:13 PM
|
#11
|
Member
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174
Original Poster
Rep:
|
thanks.
uh.. could you make it without pulse? i know it supports being without it.
i really would like to keep my slackware Poettering-free.
the buildoption is "--without-pulse"
Last edited by Stuferus; 01-28-2014 at 05:18 PM.
|
|
|
01-28-2014, 09:22 PM
|
#12
|
Member
Registered: Oct 2011
Distribution: Slackware64
Posts: 364
Rep:
|
No problem. Done.
EDIT: I'm considering a patch for sflphone to precipitate a version bump to security fixed libzrtpcpp. Maybe this weekend, if I'm not too busy otherwise and if it's not too huge of a coding task. I will be looking into it, but no guarantee I will get to it so soon.
Last edited by j_v; 01-28-2014 at 09:28 PM.
|
|
1 members found this post helpful.
|
02-10-2014, 03:26 PM
|
#13
|
Member
Registered: Oct 2011
Distribution: Slackware64
Posts: 364
Rep:
|
I'm sorry I haven't had time to work further on the libzrtpcpp security issue. I see the thread is marked 'Solved'. Has sflphone proved to be what you needed? If so, I can keep the libzrtpcpp thing on my todo list for when I get time, if you'd like.
|
|
|
02-11-2014, 05:33 AM
|
#14
|
Member
Registered: Jun 2013
Location: Germany
Distribution: Slackware
Posts: 174
Original Poster
Rep:
|
hi,
yes i tested it shortly, it worked great. However i did not start it again/use it becouse of the security issue.
would be very nice if there would come a patch some day. take your time, rl is more important.
greatings.
Stefan
|
|
|
All times are GMT -5. The time now is 09:41 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|