Package Details: zoiper 5.4.12-1
ZoIPer Communicator is a multi platform softphone offering a free version with many useful features. This softphone has been tested and shown to be stable in Windows, Linux and OSX. This setup guide is based on Version 2.05.11136 of the ZoIPer Communicator software, although most other older and newer versions should look very similar. Zoiper runs on a multitude of different platforms. No matter if you are using macOS, Linux or Windows. IOS, Android or a browser, we’ve got a solution for all (and we are working hard on addition even more). With Zoiper you can fax, check your friends availability, chat and make voice and video calls. Download Zoiper.
Zoiper Download For Windows
Package Actions
- View PKGBUILD / View Changes
Git Clone URL: | https://aur.archlinux.org/zoiper.git (read-only, click to copy) |
---|---|
Package Base: | zoiper |
Description: | a SIP and IAX2 VoIP softphone |
Upstream URL: | https://www.zoiper.com/ |
Licenses: | custom |
Submitter: | ava1ar |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 60 |
Popularity: | 0.076925 |
First Submitted: | 2009-10-15 10:31 |
Last Updated: | 2021-02-11 21:12 |
Dependencies (4)
- gtk2(gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- libnotify(libnotify-gtk2, libnotify-id-git, libnotify-id)
- v4l-utils(v4l-utils-rockchip)
Sources (9)
Adrian.Carver commented on 2021-03-23 14:26
And without shamanism and kamlania, is there an installation option?
vpont commented on 2021-02-12 08:49
As I mentioned in a previous comment, you can actually download the package directly just, you only have to set the PHPSESSID cookie, like this:
This way you could also get rid of readme.sh and zoipdl.sh and clean up the PKGBUILD
Djamana commented on 2021-02-11 17:16
Well 5.4.12 is out.
To finally get that installed I edit PKGBUILD:
pkgver='5.4.10'
changes topkgver='5.4.12'
- Delete
sha256sums=(...)
lines completelyand md5sums=('5a492ecd10812e936701a11b45dc16cd'
changes tomd5sums=('96a5880c7898c1a9dcbfa7c1dbd16273'
Zoiper 5
I got that value via:
$ md5sum ~/Downloads/zoiper5_5.4.12_x86_64.tar.xz
96a5880c7898c1a9dcbfa7c1dbd16273
Also pay attention to the spelling it happend to me that the downloadname was
Zoiper5_5.4... and not
zoiper5_5.4... the one makepkg was looking for.
I would be happy to know how to skip/disable all these md5 hassle.
md5sums=('SKIP') doesn't work
And didn't found a way to squeeze in that '--skipchecksums' option in the makepkg that yaourt (or paman) does.
If some knows please write in here.
xored commented on 2020-12-29 16:07
Starting with 5.4.10 just downloading the tar variant from the zoiper website to ~/Downloads is enough to get it al running.
- Download the release from zoiper to ~/Downloads
- pamac update zoiper
Thats about it
ILMostro7 commented on 2020-11-02 16:29
I'm not sure why this is happening.
Zoiper For Windows
A workaround is to copy the 'readme.sh' file from the archive to the ~/Downloads
folder.
xored commented on 2020-11-01 18:51
5.4.9 is out.
The download is expected to be in ~/Downloads/ by this recipe
- download the tgz format from the Zoiper account ( to ~/Downloads )
pamac install zoiper
- edit the build file
- change the package version to 5.4.9
- change the sha256sum to b8c40698d0c1b9a34b71ae449a9fdf883646be732a0ed667d98b5bd30774839d
apply and install.
vpont commented on 2020-10-13 08:43
Actually you can download directly the tar.xz file just by setting PHPSESSID, ie:curl 'https://www.zoiper.com/en/voip-softphone/download/zoiper5/for/linux' -H 'Cookie: PHPSESSID=' --output zoiper5_5.4.6_x86_64.tar.xzBy the way, v5.4.8 is out ;)
hirnschmalz commented on 2020-06-22 15:38
First of all thanks for maintaining this packages. Just one little 'problem'. I use rua
to manage my AUR packages. This package does not work with rua. The downloaded tar.xz file is not found (or at least could not be copied).
severach commented on 2020-06-16 22:16
dessert commented on 2020-04-20 14:27
The gconf dependency doesn’t seem to be needed, I removed this dep from the PKGBUILD and it runs flawlessly, see https://aur.archlinux.org/packages/gconf/#pinned-723510 as to where it may come from.