@Jajasek thank you! it worked fine.
Search Criteria
Package Details: pdf4qt-git 1.5.1.0.r16.gba80dbd-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: | 4 |
Popularity: | 0.83 |
First Submitted: | 2023-07-05 08:34 (UTC) |
Last Updated: | 2025-06-08 11:35 (UTC) |
Dependencies (21)
- blend2dAUR (blend2d-gitAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR, freetype2-macosAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, 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-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt6-declarative (qt6-declarative-gitAUR) (make)
- qt6-multimedia (make)
- qt6-tools (make)
- flite (flite1AUR) (optional) – Text-To-Speech using flite synthesizer,
- Show 1 more dependencies...
Required by (0)
Sources (4)
knm100 commented on 2025-06-08 11:56 (UTC)
Jajasek commented on 2025-06-08 11:37 (UTC)
@knm100 Thank you for your report. I fixed the patches and I believe it should work now.
knm100 commented on 2025-06-08 00:55 (UTC)
the latest git, Compile error: patching file CMakeLists.txt Hunk #1 FAILED at 64. 1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej
knm100 commented on 2025-04-30 04:39 (UTC) (edited on 2025-04-30 07:23 (UTC) by knm100)
Should add the qt6-tools as makedepends to PKGBUILD. For users who do not have qt6-tools installed, the build will fail.
vitaliikuzhdin commented on 2025-04-16 11:06 (UTC)
@Jajasek, I've had similar errors reported for my other package, rpcs3. The error is caused by the Qt update to 6.9.0
. You should report this issue upstream, or you can use a patch like this one for now.
Jajasek commented on 2025-04-13 20:54 (UTC) (edited on 2025-04-13 21:00 (UTC) by Jajasek)
@vitaliikuzhdin Thank you, I changed the dependency. Building pdf4qt-git now fails, but I believe it is caused by a bug in the upstream repository. I will investigate further and open an issue there.
vitaliikuzhdin commented on 2025-04-04 16:50 (UTC)
Please depend on blend2d
rather than blend2d-git
.
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.
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