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

Latest Comments

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

bsdice commented on 2020-01-14 12:18 (UTC) (edited on 2020-01-14 12:21 (UTC) by bsdice)

Greetings! Just a heads-up, this will not compile anymore, because of this change: https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/python-gmpy2&id=bf77cf20ca30de081a728e731d1f436797156c74

Here is a replacement for the python2-gmpy2 package: https://pastebin.com/f3BzrjtR Paste into a file called PKGBUILD in a suitable subdirectory, then run makepkg -Ccfi

I also made some smallish changes to this package for your consideration:

-pkgrel=4

+pkgrel=5

Official license of this software appears to be just GPL3, see https://github.com/AGProjects/blink-qt/blob/master/LICENSE:

-license=('GPL3' 'FreeBSD')

+license=('GPL3')

Missing build dependency cython2:

+makedepends=('cython2')

I deleted the list and added back one by one. At one point blink complained of missing eventlib so I added it here:

depends=(...

'python2-eventlib'

The namcap -i pkg.xz check told me that it had found python2 as well as regular python (3.x, the default these days) within the package. I checked and found two "view.py" which call python. To really keep everything python2, I added a sed snippet to explicitly call python2 here:

build() {

cd "${srcdir}/${pkgname}-qt-release-${pkgver}"

sed -i 's/\/usr\/bin\/python$/&2/' \

"resources/chat/styles/Smooth Operator/test/view.py" \

"resources/chat/styles/Stockholm/test/view.py"

python2 setup.py build

}

Later!

init commented on 2019-12-24 19:15 (UTC)

@HarryH, dependencies have been updated and it should work now ok.

HarryH commented on 2019-12-01 11:43 (UTC)

@init: Maybe it happens only if you don't have installed python-xcaplib at all. I figured out the aur package of python-xcaplib is flagged out of date and the version 1.2.0 does not exist anymore on the source. So it breaks the installing when trying to download it.

init commented on 2019-11-30 16:47 (UTC)

@HarryH don't know what could be the problem in your case. I have just clean installed it.

HarryH commented on 2019-11-29 13:58 (UTC) (edited on 2019-11-29 13:58 (UTC) by HarryH)

There is one missing file when installing package ... I get the message: Failure while downloading http://download.ag-projects.com/XCAP/python-xcaplib-1.2.0.tar.gz The file not exist anymore. There is a new one: python-xcaplib-1.2.1.tar.gz

init commented on 2019-09-25 13:45 (UTC)

@acmiudhg you are prolly right, will fix it later

acmiudhg commented on 2019-09-25 12:03 (UTC)

What's the point in using an own repository for this AUR package with (currently) the only difference in the file beeing in the instructions for manual installation?

DOUBLENIGGER commented on 2019-02-10 17:02 (UTC)

I GOTCHU FAM INSTALL ffmpeg-compat-57 WHICH PROVIDES THE LONG LOST libavformat.so.57 YOU ARE LOOKING FOR

Tazmain commented on 2018-10-22 07:24 (UTC)

Please add 'python2-oauth2client' and 'python2-service-identity' to the dependencies as this is needed to run this software

freaknils commented on 2018-10-11 14:43 (UTC)

You should add python2-service-identity and python2-service-identity which was required to run blink on my pc.