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.000303
First Submitted: 2016-06-18 13:13 (UTC)
Last Updated: 2023-08-03 13:02 (UTC)

Latest Comments

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

ogarcia commented on 2017-01-27 07:32 (UTC)

@wlp7s0 Yes, the PKGBUILD in pastebin http://pastebin.com/85sRLNLA

wlp7s0 commented on 2017-01-27 06:30 (UTC)

Thanks a lot ogarcia for updating the package. Can you please also provide another source to PKGBUILD file because I have over quota error from sprunge.su

veganvelociraptr commented on 2017-01-26 17:53 (UTC)

Thank you ogarcia, I can confirm it's working fine with sipsimple 3.1.0.

ogarcia commented on 2017-01-26 17:16 (UTC) (edited on 2017-01-29 11:40 (UTC) by ogarcia)

OK. I have the update. Take note that new package depends of updated python-sipsimple 3.1.0, and, at this moment, the python-sipsimple package is not updated in AUR. In meantime, please pick this PKGBUILD http://sprunge.us/XHTY to update python-sipsimple BEFORE update blink. Pastebin mirror http://pastebin.com/85sRLNLA of PKGBUILD. NOTE: After qt5 5.8 update you must rebuild ALL AUR dependencies of blink and blink itself to avoid "mix incompatible Qt library" issue.

ogarcia commented on 2017-01-26 15:16 (UTC)

@theforeigner Hi, sorry for delay. I do several test yesterday about udate blink to 3.0.1 but it fails with some errors. I'll work on it to update pkgbuild this afternoon. Stay tuned!

veganvelociraptr commented on 2017-01-26 13:07 (UTC)

Woohoo! I got Blink 3.0.1 running by installing it and all the dependencies manually. python-sipsimple 3.1 installed by just altering the PKGBUILD. I'm no arch guru nor anyway near a pro, so I downloaded the Blink 3.0.1 zip manually from github. Then I proceeded to manually build and install the python files. I also had to install python2-pyqt5 and python2-google-api-python-client to get it running. And there's the irritating bug when using any GTK based DE that prevents the Blink tray icon to be displaying, to which I used the "dbus-launch blink" workaround to get it back. ...but it works! I hope all this is some help to you, ogarcia. Once again, I apologize for not knowing my way around Arch Linux in general and PKGBUILD in particular and that these few pointers is all I can offer.

veganvelociraptr commented on 2017-01-26 12:40 (UTC)

@ogarcia: Is there any possibility you could upgrade this package to blink 3.0.1? I believe it fixes the recent errors that occur with newer python/qt4 version. On the other hand, it relies on a newer python-sipsimple 3.1.0, which could mean a great deal of work involved: http://devel.ag-projects.com/repositories/blink-qt/debian/changelog

wlp7s0 commented on 2017-01-24 08:36 (UTC)

@masolit I have this problem too after last full system upgrade. Downgrade those packages for blink to work: pyqt4-common-4.12-1 -> pyqt4-common-4.11.4-5 python2-pyqt4-4.12-1 -> python2-pyqt4-4.11.4-5 python2-sip-4.19-1 -> python2-sip-4.18.1-2 python-sip-4.19-1 -> python-sip-4.18.1-2 sip-4.19-1 -> sip-4.18.1-2 Sip client is a critical application for me. I think we should wait till blink will update to use new python versions, till then I stuck with old python versions. And let's hope other applications won't update to use just the last python libraries.)

<deleted-account> commented on 2017-01-23 15:49 (UTC)

blink :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'. Please install it from <https://pypi.python.org/pypi/service_identity> and make sure all of its dependencies are satisfied. Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform only rudimentary TLS client hostname verification. Many valid certificate/hostname mappings may be rejected. libpng warning: iCCP: known incorrect sRGB profile Traceback (most recent call last): File "/usr/bin/blink", line 31, in <module> blink = Blink() File "/usr/lib/python2.7/site-packages/application/python/types.py", line 39, in __call__ return cls.__instantiate__(*args, **kw) File "<string>", line 1, in __init__ File "/usr/lib/python2.7/site-packages/application/python/types.py", line 31, in instance_creator cls.__instances__[key] = super(Singleton, cls).__call__(*args, **kw) File "/usr/lib/python2.7/site-packages/blink/__init__.py", line 119, in __init__ self.main_window = MainWindow() File "/usr/lib/python2.7/site-packages/blink/mainwindow.py", line 70, in __init__ self.setupUi() File "/usr/lib/python2.7/site-packages/blink/mainwindow.py", line 214, in setupUi super(MainWindow, self).setupUi(self) File "<string>", line 316, in setupUi File "/usr/lib/python2.7/site-packages/blink/sessions.py", line 2666, in __init__ self._hangup_shortcuts.append(QShortcut('Ctrl+Esc', self, member=self._SH_HangupShortcutActivated, context=Qt.ApplicationShortcut)) File "/usr/lib/python2.7/site-packages/blink/sessions.py", line 2648, in __init__ super(QShortcut, self).__init__(key, parent, member, ambiguousMember) TypeError: QShortcut(QWidget): argument 4 has unexpected type 'NoneType'