Package Details: blink 5.6.0-1

Git Clone URL: https://aur.archlinux.org/blink.git (read-only, click to copy)
Package Base: blink
Description: Fully featured, easy to use SIP client with a Qt based UI
Upstream URL: https://icanblink.com
Keywords: SIP VoIP
Licenses: GPL-3+
Submitter: ogarcia
Maintainer: josemslopes
Last Packager: josemslopes
Votes: 13
Popularity: 0.000309
First Submitted: 2016-06-18 13:13 (UTC)
Last Updated: 2023-08-03 13:02 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 Next › Last »

TheDarkula commented on 2018-06-27 20:43 (UTC)

The PKGBUILD is missing dcadec-git from the AUR as a dependency.

Also, the build fails:

/usr/bin/ld: /usr/lib/libyuv.a(convert.cc.o): relocation R_X86_64_PC32 against symbol `cpu_info_' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value

julesm commented on 2018-04-13 13:06 (UTC)

Is anyone else suddenly having a problem with blink? It starts and works for one call and then it hangs. It won't exit and I have to kill the process via top. But then I cannot restart it successfully. Blink seems to start again but it doesn't fully load in that the accounts aren't active. I have to restart my machine to get it to work properly again and then it does so for only one call. I uninstalled it and reinstalled it so that it was rebuilt but I still have the problem. Anyone else having this? Any ideas? It's my favourite voip app!

ubone commented on 2018-03-25 13:36 (UTC)

needs python2-service-identity in deps

barbuk commented on 2018-02-07 09:44 (UTC)

FYI, for the libvpx import error, you need to rebuild the python2-sipsimple package.

jcerdan commented on 2018-02-06 21:24 (UTC)

Blink does not start anymore due to libvpx update to 1.7.0. I think it should be recompiled.

$ blink Traceback (most recent call last): File "/usr/bin/blink", line 67, in <module> from blink import Blink File "/usr/lib/python2.7/site-packages/blink/init.py", line 15, in <module> from sipsimple.account import Account, AccountManager, BonjourAccount File "/usr/lib/python2.7/site-packages/sipsimple/account/init.py", line 23, in <module> from sipsimple.account.bonjour import BonjourServices, _bonjour File "/usr/lib/python2.7/site-packages/sipsimple/account/bonjour/init.py", line 21, in <module> from sipsimple.core import FrozenSIPURI, SIPCoreError, NoGRUU File "/usr/lib/python2.7/site-packages/sipsimple/core/init.py", line 2, in <module> from sipsimple.core._core import * ImportError: libvpx.so.4: cannot open shared object file: No such file or directory</module></module></module></module></module>

New libvpx package provides this: $ yaourt -Ql libvpx libvpx /usr/ libvpx /usr/bin/ libvpx /usr/bin/vpxdec libvpx /usr/bin/vpxenc libvpx /usr/include/ libvpx /usr/include/vpx/ libvpx /usr/include/vpx/svc_context.h libvpx /usr/include/vpx/vp8.h libvpx /usr/include/vpx/vp8cx.h libvpx /usr/include/vpx/vp8dx.h libvpx /usr/include/vpx/vpx_codec.h libvpx /usr/include/vpx/vpx_decoder.h libvpx /usr/include/vpx/vpx_encoder.h libvpx /usr/include/vpx/vpx_frame_buffer.h libvpx /usr/include/vpx/vpx_image.h libvpx /usr/include/vpx/vpx_integer.h libvpx /usr/lib/ libvpx /usr/lib/libvpx.so libvpx /usr/lib/libvpx.so.5 libvpx /usr/lib/libvpx.so.5.0 libvpx /usr/lib/libvpx.so.5.0.0 libvpx /usr/lib/pkgconfig/ libvpx /usr/lib/pkgconfig/vpx.pc libvpx /usr/share/ libvpx /usr/share/licenses/ libvpx /usr/share/licenses/libvpx/ libvpx /usr/share/licenses/libvpx/LICENSE

ogarcia commented on 2017-07-15 07:49 (UTC)

@jsteel, done. Added as optdep because no all people use the screen sharing feature.

jsteel commented on 2017-07-14 14:38 (UTC)

x11vnc fixed it! So please consider adding it as a dep/optdep. Thanks

jsteel commented on 2017-07-14 13:14 (UTC)

I can't get screen sharing to work. The window pops up but it is empty. Audio, file transfer and chat all work great. Do you think there's a missing dependency for screen sharing; does it work for you? Thanks

wlp7s0 commented on 2017-04-29 15:31 (UTC)

@afv Thank you, can confirm it works!

afv commented on 2017-04-28 12:42 (UTC)

About the "ImportError: cannot import name RAND_egd": After trying to downgrade openssl without success (conflicts with openssl-1.0 and libopenssl-1.0-compat packages) I edited /usr/lib/python2.7/site-packages/eventlib/green/socket.py to remove the line that imports RAND_egd (line 92) and Blink started again. :)