Package Details: blink 5.9.1-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: 14
Popularity: 0.006972
First Submitted: 2016-06-18 13:13 (UTC)
Last Updated: 2024-10-19 10:31 (UTC)

Latest Comments

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

mozo commented on 2020-05-01 07:56 (UTC) (edited on 2020-05-01 08:02 (UTC) by mozo)

Yes, it's working!!! Thanks @bsdice!!!

Here's the binary for downloading:

https://my.pcloud.com/publink/show?code=XZFMxKkZ6QXtDl7h2GzmrPmYDsMQeLv1bfGX

@ogarcia

Can you make a new PKGBUILD? It's definitely working :)

mozo commented on 2020-05-01 07:47 (UTC)

I opened the PKGBUILD and changed http to https. This fixed the SSL error.

mozo commented on 2020-05-01 07:35 (UTC)

Hello, another error:

curl: (22) The requested URL returned error: 403 SSL is required

==> ERROR: Failure while downloading http://pypi.python.org/packages/source/p/python-application/python-application-2.8.0.tar.gz Aborting...

bsdice commented on 2020-04-30 21:01 (UTC) (edited on 2020-04-30 21:01 (UTC) by bsdice)

@mozo Yeah, my HOWTO was wrong. Try this:

cd python2-application && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-cachetools && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..

yay -S --asdeps cython2 icu libvncserver qt5-webkit qt5-svg \
    python2-zope-interface python2-gnutls python2-pyqt5 python2-greenlet \
    python2-pyopenssl python2-service-identity python2-dateutil python2-cjson \
    python2-dnspython python2-xcaplib python2-otr python2-httplib2 python2-pyasn1 \
    python2-pyasn1-modules python2-rsa python2-six python2-uritemplate \
    python2-pytest python2-werkzeug python2-requests python2-pytz python2-twisted \
    python2-pytest-runner python2-mock python2-flask python2-freezegun \
    python2-protobuf python2-responses

cd python2-eventlib && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-gmpy2 && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-msrplib && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-sipsimple && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-oauth2client && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-pytest-localserver && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-google-auth && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-google-auth-httplib2 && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-googleapis-common-protos && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-google-api-core && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd python2-google-api-python-client && makepkg -Ccf && sudo pacman -U --asdeps *.pkg.tar.xz && cd ..
cd blink && makepkg -Ccf && sudo pacman -U *.pkg.tar.xz && cd ..

mozo commented on 2020-04-30 18:02 (UTC) (edited on 2020-04-30 18:03 (UTC) by mozo)

Thanks :)

But I have problems:

(1/1) Arming ConditionNeedsUpdate...

==> Error: Could not find all required packages: python2-cachetools (Target) python2-application (Wanted by: python2-xcaplib)

bsdice commented on 2020-04-30 17:39 (UTC)

@mozo See my comment on 2020-04-30 19:24

Copy all the gibberish into data.txt using copy/paste.

bsdice commented on 2020-04-30 17:38 (UTC)

I just noticed there is a copy paste error in last line, of course it should read

cd blink && makepkg -Ccf && sudo pacman -U *.pkg.tar.xz

(omitting --asdeps.)

Anyway I hope this is of use to some freaks out there working in the field or on vacation, using their Linux laptops connected to some corporate or upstream SIP telephony provider as a phone.

mozo commented on 2020-04-30 17:38 (UTC)

Where I can download the base64-encoded tar.gz from?

bsdice commented on 2020-04-30 17:32 (UTC) (edited on 2020-04-30 21:55 (UTC) by bsdice)

Edited: See fixed HOWTO.txt above.

Packages carry the extra group "custom" which I use locally to discern my own creations from regular packages, and via pacman.conf to prevent unwanted upgrades.