Search Criteria
Package Details: zoiper 5.4.12-1
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: | |
Submitter: | ava1ar |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 60 |
Popularity: | 0.191794 |
First Submitted: | 2009-10-15 10:31 |
Last Updated: | 2021-02-11 21:12 |
Latest Comments
1 2 3 4 5 6 ... Next › Last »
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'
sha256sums=(...)
lines completely andmd5sums=('5a492ecd10812e936701a11b45dc16cd'
changes tomd5sums=('96a5880c7898c1a9dcbfa7c1dbd16273'
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.
Thats about it
ILMostro7 commented on 2020-11-02 16:29
I'm not sure why this is happening.
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
pamac install zoiper
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.xz By 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
I don't see where pigz is used.
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.
bunder commented on 2020-03-20 15:19