Search Criteria
Package Details: cpdf-bin 2.7.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cpdf-bin.git (read-only, click to copy) |
---|---|
Package Base: | cpdf-bin |
Description: | Coherent PDF commandline tool to manipulate PDF files |
Upstream URL: | https://community.coherentpdf.com |
Keywords: | cli pdf |
Licenses: | AGPL-3.0-or-later OR custom:Coherent PDF License |
Conflicts: | cpdf |
Provides: | cpdf |
Submitter: | parnmatt |
Maintainer: | vitaliikuzhdin |
Last Packager: | vitaliikuzhdin |
Votes: | 8 |
Popularity: | 0.82 |
First Submitted: | 2017-01-29 15:54 (UTC) |
Last Updated: | 2024-11-11 13:23 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Required by (1)
- php-dompdf (requires cpdf) (optional)
Latest Comments
1 2 Next › Last »
panman commented on 2024-08-07 23:56 (UTC)
@vitaliikuzhdin
Works now. Thank you very much for taking care of this.
vitaliikuzhdin commented on 2024-08-07 21:03 (UTC)
@panman, I think the issue persisted for you because of your local cache. I have just bumped the pkgrel, so you should be all good now (hopefully). As for the repositories, only the manpage is downloaded from cpdf-source, and the rest of the files, including the actual binaries, are fetched from cpdf-binaries. The reason the package didn't work for you earlier is that part of the URL was supposed to be 'cpdf-source/raw', but I accidentally deleted the slash before uploading to AUR.
panman commented on 2024-08-07 20:29 (UTC) (edited on 2024-08-07 20:33 (UTC) by panman)
@vitaliikuzhdin
I tried just now. The result was exactly the same - failed to download.
I checked the https://github.com/johnwhitington/ repositories. There is a repository "cpdf-source", but no repository "cpdf-sourceraw". Are you sure the link is correct?
Further, because this is the cpdf-bin package, isn't it the https://github.com/coherentgraphics/cpdf-binaries repo it should be pointing to?
vitaliikuzhdin commented on 2024-08-05 18:53 (UTC)
@panman fixed
panman commented on 2024-08-05 18:49 (UTC) (edited on 2024-08-05 18:55 (UTC) by panman)
When trying to update to 2.7.1, I get the following error:
<deleted-account> commented on 2023-06-20 06:09 (UTC)
As this was orphaned for some time and this a tool which I frequently used, I am taking over the maintenance. It's already been updated to v2.5.1. :)
alerque commented on 2020-04-10 15:11 (UTC)
Besides what @zaidan just pointed out, most of the dependencies are un-needed. The makedepeds are all part of base-devel anyway, which is required to build AUR packages. As for glibc you can't have an Arch system without libc anyway, and if you could this package probably wouldn't even need it anyway.
zaidan commented on 2020-04-06 21:13 (UTC)
@parnmatt The redundant strip in prepare results in a checksum error when makepkg is run twice without deleting the modified source binary. You should never modify the source binary in place to keep idempotency. Otherwise this package does not support caching source files and results in undesired behavior for scripts that use the
--nobuild
option to preprocess the package. Since makepkg has a strip stage, the prepare function is redundant. Simply remove the prepare function and you have improved build time :-)dreieck commented on 2019-10-27 21:26 (UTC)
Checksum chek still fails:
Please correct.
1 2 Next › Last »