5.2.19 is out.
Changelog: https://zerobin.net/?4527d0aaf9481042#jxBsMeMCsLXBpiyuq4RT+aw22dlMW9nJR6W64qWhmJs=
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) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »
5.2.19 is out.
Changelog: https://zerobin.net/?4527d0aaf9481042#jxBsMeMCsLXBpiyuq4RT+aw22dlMW9nJR6W64qWhmJs=
One nice fix in 5.2.16 is this:
Fixed issue with missing tray icon on Linux distros.
Which is currently wrecking my head where if I minimize to tray, I cannot re-open zoiper.
pacaur does not halt on error or show messages in prepare(). I put it back into build.
Thanks, the "!strip" sorted the issue out.
Just another quick question, i deleted the zoiper cache for pacaur, but when I ran "pacaur -S zoiper" for the installation, the warning message that tells you to manually download the tarball does not come up in the beginning anymore. It does however error out on the following line:
"bsdtar: Error opening archive: Failed to open '/home/username/.cache/pacaur/zoiper/zoiper5_5.2.14_x86_64.tar.xz'"
Is it possible to have that initial warning to download the release tarball prior to the build attempt?
I'll add !strip even if it's not the problem. I usually avoid stripping commercial software. It wastes time and accomplishes nothing. strip is a strange beast, modifying executables even when there is nothing to strip.
There is still an issue with this package. If using the application as a free package then it works fine, however, if you are a registered user then when trying to activate the license you are presented with the following error message:
"Executable checksum mismatch (5)"
Looking at the checksums of the 2 binaries, the one installed from this package:
337de3286511023a37d151b57325ada4 /usr/lib/zoiper/zoiper
And the binary that is in the tar file used to build the package:
afe0b1286c5e2ed01409be1d6f68c964 ~/Downloads/Zoiper5/zoiper
If I run the packaged binary then I get the checksum error, if I run the binary from the source tarball then I am able to activate my license.
Could it be down to the stripping of the symbols from the binary that is causing this?
==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages...
Any thoughts on this?
This package now fails as the version has been updated to 5.2.14 whereas package expects 5.2.12.
If I edit PKGBUILD and modify pkgver to be 5.2.14 then the build proceeds but fails to install as the version in PKGBUILD and .SRCINFO differ (PKGBUILD has 5.2.14 and .SRCINFO has 5.2.12)
Please would someone update the package. Much appreciated.
Yes, that sounds like a good idea. I've modified the PKGBUILD accordingly.
I was going by Zoiper's own dependency list. As you can see (at the bottom of the following webpage), those two aren't mentioned.
I think there are missing dependencies
I tried to start zoiper and had:
zoiper: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Installed gtk2 package and then:
zoiper: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory
installed gconf package and finally I could start it
I think you should add both gtk2 and gconf as dependencies, right?
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.