Please depend on blend2d
rather than blend2d-git
.
Search Criteria
Package Details: pdf4qt-git 1.4.0.0.r3.g2a93ca5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pdf4qt-git.git (read-only, click to copy) |
---|---|
Package Base: | pdf4qt-git |
Description: | Open source PDF editor |
Upstream URL: | https://jakubmelka.github.io/ |
Keywords: | pdf, pdf-editor |
Licenses: | LGPL-3.0-only |
Conflicts: | pdf4qt |
Provides: | pdf4qt |
Submitter: | None |
Maintainer: | Jajasek |
Last Packager: | Jajasek |
Votes: | 3 |
Popularity: | 1.06 |
First Submitted: | 2023-07-05 08:34 (UTC) |
Last Updated: | 2024-12-26 15:28 (UTC) |
Dependencies (20)
- blend2d-gitAUR
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- onetbb
- openjpeg2 (openjpeg-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-speech
- qt6-svg
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-declarative (qt6-declarative-gitAUR) (make)
- qt6-multimedia (make)
- flite (flite1AUR) (optional) – Text-To-Speech using flite synthesizer,
- libspeechd (libspeechd-gitAUR) (optional) – Text-To-Speech using speechd synthesizer
Required by (0)
Sources (5)
Latest Comments
vitaliikuzhdin commented on 2025-04-04 16:50 (UTC)
Jajasek commented on 2024-12-22 22:40 (UTC) (edited on 2024-12-26 15:30 (UTC) by Jajasek)
Hello, in upstream commit 70b4291505877a5c0077b7d10c81478686d48640
, the file CMakeLists.txt
was changed, which broke the patch CMakeListsMain.patch
. It is needed to replace lcms
with lcms2
. Thank you.
EDIT: I fixed it.
<deleted-account> commented on 2023-12-24 13:02 (UTC)
Export the environment variable CMAKE_BUILD_PARALLEL_LEVEL
with the number of parallel jobs you want to use when building.
Example: export CMAKE_BUILD_PARALLEL_LEVEL=8
<deleted-account> commented on 2023-09-21 04:37 (UTC)
@miq Looks like the organization of the files on disk changes. Try pdf4qt-bin for the time being.
miq commented on 2023-09-20 14:24 (UTC)
I have an installation error:
❯ paru pdf4qt 1 aur/pdf4qt-git 1.3.3.r10.gae3c43f-1 [+1 ~0.24] Open source PDF editor :: Packages to install (eg: 1 2 3, 1-3): :: 1 :: Resolving dependencies... :: Calculating conflicts... :: Calculating inner conflicts...
Aur (1) Old Version New Version Make Only aur/pdf4qt-git 1.3.3.r10.gae3c43f-1 No
:: Proceed to review? [Y/n]:
:: Downloading PKGBUILDs... PKGBUILDs up to date nothing new to review fetching devel info... ==> Making package: pdf4qt-git 1.3.3.r10.gae3c43f-1 (śro, 20 wrz 2023, 16:22:01) ==> Retrieving sources... -> Updating pdf4qt-git git repo... -> Found CMakePatch.patch -> Found FindLCMS2.cmake ==> Validating source files with b2sums... pdf4qt-git ... Skipped CMakePatch.patch ... Passed FindLCMS2.cmake ... Passed ==> Making package: pdf4qt-git 1.3.3.r10.gae3c43f-1 (śro, 20 wrz 2023, 16:22:03) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating pdf4qt-git git repo... -> Found CMakePatch.patch -> Found FindLCMS2.cmake ==> Validating source files with b2sums... pdf4qt-git ... Skipped CMakePatch.patch ... Passed FindLCMS2.cmake ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Creating working copy of pdf4qt-git git repo... Cloning into 'pdf4qt-git'... done. ==> Starting prepare()... patching file CMakeLists.txt patching file Pdf4QtLib/CMakeLists.txt ==> Starting pkgver()... ==> Updated version: pdf4qt-git flatpakv4.r0.g6f3c2fa-1 ==> Sources are ready. pdf4qt-git-1.3.3.r10.gae3c43f-1: parsing pkg list... :: pdf4qt-git-1.3.3.r10.gae3c43f-1 is up to date -- skipping build [sudo] password for miq: loading packages... resolving dependencies... looking for conflicting packages...
Package (1) New Version Net Change
pdf4qt-git flatpakv4.r0.g6f3c2fa-1 11,68 MiB
Total Installed Size: 11,68 MiB
:: Proceed with installation? [Y/n] (1/1) checking keys in keyring [------------------------------------------------------] 100% (1/1) checking package integrity [------------------------------------------------------] 100% (1/1) loading package files [------------------------------------------------------] 100% (1/1) checking for file conflicts [------------------------------------------------------] 100% error: failed to commit transaction (conflicting files) pdf4qt-git: /lib exists in filesystem (owned by filesystem) Errors occurred, no packages were upgraded.
Pinned Comments
<deleted-account> commented on 2023-12-24 13:02 (UTC)
Export the environment variable
CMAKE_BUILD_PARALLEL_LEVEL
with the number of parallel jobs you want to use when building.Example:
export CMAKE_BUILD_PARALLEL_LEVEL=8