Search Criteria
Package Details: pdfium-binaries 7033-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pdfium-binaries.git (read-only, click to copy) |
---|---|
Package Base: | pdfium-binaries |
Description: | PDFium binaries built with scripts from pdfium-binaries |
Upstream URL: | https://github.com/bblanchon/pdfium-binaries |
Licenses: | Apache |
Conflicts: | libpdfium-nojs, pdfium-binaries-v8 |
Provides: | libpdfium |
Submitter: | kistlin |
Maintainer: | kistlin |
Last Packager: | kistlin |
Votes: | 2 |
Popularity: | 0.82 |
First Submitted: | 2021-12-09 09:38 (UTC) |
Last Updated: | 2025-02-26 14:56 (UTC) |
Dependencies (7)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lsb-release (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
- procps-ng (busybox-coreutilsAUR, procps-ng-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (1)
- megasync (requires libpdfium)
Latest Comments
« First ‹ Previous 1 2
kistlin commented on 2021-12-10 05:52 (UTC)
Thank you for the comment. The package will be updated with git as dependency.
Regarding the conflicts (from manpages of PKGBUILD)
Therefore
libpdfium-nojs
should be correct, as it is a conflicting package, no?The naming of the downloaded package could be changed. But I don't see the problem? The PKGBUILD contains
${pkgver}
, so it will be reusable. What you see on this page comes from.SRCINFO
. https://wiki.archlinux.org/title/.SRCINFOAnd
v8
has nothing to do with the version. This is the JavaScript engine of Chromium, which is used here to support JavaScript in PDF and XFA (forms in PDF).FabioLolix commented on 2021-12-09 17:54 (UTC)
Hello, ideally this should conflicts 'libpdfium' only.
git is missing as makedepends
and please rename source to be non-conflctung and reusable source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bblanchon/pdfium-binaries/archive/refs/tags/chromium/${pkgver}.tar.gz")
For pdfium-binaries-v8 use pdfium-binaries-${pkgver}.tar.gz::
« First ‹ Previous 1 2