Version 5.5.5 is out, md5sum is 7addaa261d6fb53526c996adaa2eae1e.
Search Criteria
Package Details: zoiper-bin 5.6.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zoiper-bin.git (read-only, click to copy) |
---|---|
Package Base: | zoiper-bin |
Description: | a SIP and IAX2 VoIP softphone |
Upstream URL: | https://www.zoiper.com/ |
Licenses: | custom |
Conflicts: | zoiper |
Provides: | zoiper |
Submitter: | aminvakil |
Maintainer: | aminvakil |
Last Packager: | aminvakil |
Votes: | 62 |
Popularity: | 0.000006 |
First Submitted: | 2023-12-22 16:34 (UTC) |
Last Updated: | 2024-12-17 13:04 (UTC) |
Dependencies (4)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libxss
- v4l-utils (v4l-utils-gitAUR)
Required by (0)
Sources (8)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »
crazyquark commented on 2021-08-20 06:09 (UTC)
xored commented on 2021-07-29 06:09 (UTC) (edited on 2021-07-29 06:10 (UTC) by xored)
- Login into you Zoiper account https://www.zoiper.com/en/login
- Download the Linux tgz and place it into Downloads (the folder is important). Do not rename the file
- Start installing the package, edit build files, edit PKGBUILD
- Change the version to the version you just downloaded (e.g. 5.5.3)
- md5sum Zoiper*.tgz
- sha256sum Zoiper.tgz
- Now replace the FIRST entry in the build-file md5 with the md5sum above
- Do the same for sha256
- Install
You can do this with any newer version over and over again (also to update your zoiper if this package is outdated. which it will be :) )
Adrian.Carver commented on 2021-03-23 14:26 (UTC)
And without shamanism and kamlania, is there an installation option?
vpont commented on 2021-02-12 08:49 (UTC)
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:
wget 'https://www.zoiper.com/en/voip-softphone/download/zoiper5/for/linux' --header 'Cookie: PHPSESSID=' --content-disposition
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 (UTC) (edited on 2021-02-11 17:45 (UTC) by Djamana)
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 completely and md5sums=('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 (UTC)
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 (UTC) (edited on 2020-11-02 16:44 (UTC) by ILMostro7)
I'm not sure why this is happening.
makepkg -i
==> Making package: zoiper 5.4.8-1 (Mon 02 Nov 2020 10:27:14 AM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
==> ERROR: The download program readme.sh is not installed.
Aborting...
A workaround is to copy the "readme.sh" file from the archive to the ~/Downloads
folder.
xored commented on 2020-11-01 18:51 (UTC) (edited on 2020-11-01 18:59 (UTC) by xored)
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 (UTC)
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 (UTC)
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).
Pinned Comments
aminvakil commented on 2021-08-28 15:04 (UTC)
This repository is maintained at https://github.com/aminvakil/aur.
In case anyone had any suggestions about anything, feel free to raise a PR there.