Search Criteria
Package Details: libzrtpcpp 4.7.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libzrtpcpp.git (read-only, click to copy) |
|---|---|
| Package Base: | libzrtpcpp |
| Description: | A C++ implementation of Phil Zimmermann's ZRTP specification |
| Upstream URL: | https://github.com/wernerd/ZRTPCPP |
| Keywords: | SRTP |
| Licenses: | GPL3 |
| Submitter: | jose1711 |
| Maintainer: | justicehunter |
| Last Packager: | justicehunter |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-02-10 05:45 (UTC) |
| Last Updated: | 2020-08-20 12:47 (UTC) |
Latest Comments
1 2 Next › Last »
Timofei302 commented on 2025-11-18 17:28 (UTC)
The compilation is currently broken. To fix it, you need to make changes to PKGBUILD:
And also create EmojiBase32-fix.patch:
justicehunter commented on 2020-08-20 12:47 (UTC)
@svenihoney valid point. Thank you for taking your time to help, fixed.
svenihoney commented on 2020-08-19 10:17 (UTC)
If you are using
cmaketo build the packet, you should be aware that your package build fails ifCMAKE_GENERATORis set to something different than "Unix Makefiles", e.g. "Ninja".To build your packet correctly in such a case, either add
-G"Unix Makefiles"to the cmake call or let CMake handle the build correctly. A possible solution may be this:justicehunter commented on 2020-08-15 10:31 (UTC)
@jonathon thank you very much. Applied the diff and learned about patch. For bigger packages I find makeflags useful to speed them up, but for this one you may be right.Cheers!
jonathon commented on 2020-08-14 10:19 (UTC) (edited on 2020-08-14 10:20 (UTC) by jonathon)
Here's a
git diffthat removes the implicit makedepend on git and putstype_fix.patchinto thesourcearray. It also removes the unnecessarymakearguments:SolarAquarion commented on 2020-08-11 01:43 (UTC)
git is a makedepend
justicehunter commented on 2020-08-09 13:28 (UTC)
@stas-t Thanks, updated a "temporary" solution, this should now work for you. I still have no idea why it worked on my machine...
stas-t commented on 2020-08-08 15:10 (UTC)
Using this
git applycall did the trick for me:justicehunter commented on 2020-08-08 08:28 (UTC)
@PaulStogov weirdly enough, the patches succeed in my testing. Any idea what might have caused it?
PaulStogov commented on 2020-08-07 17:28 (UTC)
==> Validating source files with md5sums... libzrtpcpp-4.7.0.tar.gz ... Passed ==> Extracting sources... -> Extracting libzrtpcpp-4.7.0.tar.gz with bsdtar ==> Starting prepare()... Checking patch src/ZRTPCPP-4.7.0/cryptcommon/ZrtpRandom.cpp... error: src/ZRTPCPP-4.7.0/cryptcommon/ZrtpRandom.cpp: No such file or directory Checking patch src/ZRTPCPP-4.7.0/cryptcommon/ZrtpRandom.h... error: src/ZRTPCPP-4.7.0/cryptcommon/ZrtpRandom.h: No such file or directory ==> ERROR: A failure occurred in prepare().
1 2 Next › Last »