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

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12

<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'

ogarcia commented on 2017-01-16 12:20 (UTC)

@zatricky I make a simply revision update to "force" rebuild

zatricky commented on 2017-01-16 08:48 (UTC)

Heads-up. Rebuild required due to dependency libvncserver being updated from 0.9.10-4 to 0.9.11-1.

ogarcia commented on 2016-08-03 10:22 (UTC)

@promike IMHO, not necessary that I adopt your packages. I think that you are working well and your packages are well maintained ;) And about package names there are several docs about this: https://wiki.archlinux.org/index.php/Arch_packaging_standards#Additional_guidelines https://wiki.archlinux.org/index.php/VCS_package_guidelines It's a pretty literature to go to bed... xD

promike commented on 2016-08-03 10:05 (UTC)

@ogarcia Yes, I realized that our packages have some differences. I was unsure about your package name, I just simply copied mine from the AUR Archive, so I didn't have to think about this a lot, but I believe you. [If you wish you can still adopt my Blink related packages, I wouldn't mind it at all]

ogarcia commented on 2016-08-03 09:25 (UTC)

@promike, no the name is correct, the source is github, but source is from a fixed and stable release (blink-qt-2.0.0.tar.gz). The 'blink-git' name only can be used if you pick source files direct from master (aka: the devel branch). Your package and mine are slightly different. I not use darcs to make it. And yes, you're right with depends, consequence of "release early release often". I'll fix it soon.

promike commented on 2016-08-03 09:00 (UTC)

@ogarcia I think the name of your submission is inappropriate. It should be 'blink-git' if your source is from github. Else there would be no reason to duplicate an existing package. You can adopt mine if you really want to contribute to AUR. Besides this, your dependency list is redundant. My python2-sipsimple has some of these dependencies that you indicated here. Namely cython2, python2-cjson, python2-eventlib. Copy mine (blink-darcs) if you are confused.

ogarcia commented on 2016-08-01 10:06 (UTC)

@theforeigner, you must check your system cause I can build python2-sipsimple dependency without problems in my up-to-date and pristine build system (see https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot). Anyway you can use a prebuilded binary from this repo: https://repo.connectical.com/README.txt Greetings

veganvelociraptr commented on 2016-08-01 08:23 (UTC)

I'm very happy to see Blink back here on the AUR. However, it seems I'm still stuck using the old orphaned version, as I'm unable to install the python2-sipsimple dependency.