Search Criteria
Package Details: pdf4qt 1.5.1.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pdf4qt.git (read-only, click to copy) |
|---|---|
| Package Base: | pdf4qt |
| Description: | Open source PDF editor |
| Upstream URL: | https://jakubmelka.github.io/ |
| Keywords: | pdf pdf-editor pdf-viewer |
| Licenses: | LGPL-3.0-only |
| Conflicts: | pdf4qt |
| Submitter: | None |
| Maintainer: | zxp19821005 |
| Last Packager: | zxp19821005 |
| Votes: | 4 |
| Popularity: | 0.022199 |
| First Submitted: | 2023-09-21 02:39 (UTC) |
| Last Updated: | 2025-04-30 22:58 (UTC) |
Dependencies (16)
- blend2dAUR (blend2d-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- onetbb
- openjpeg2 (openjpeg-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR)
- qt6-speech
- qt6-svg
- 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
- libspeechd (libspeechd-gitAUR) (optional) – Text-To-Speech using speechd synthesizer
Latest Comments
1 2 3 Next › Last »
vitaliikuzhdin commented on 2025-11-10 19:57 (UTC) (edited on 2025-11-10 20:16 (UTC) by vitaliikuzhdin)
@43615,
blend2d>=0.20.0introduced a new API that replaces camelCase methods with snake_case equivalents. See:https://github.com/blend2d/blend2d/commit/320a63aaf11c028a650a6b7d54cd3b7b12d8feed
https://github.com/JakubMelka/PDF4QT/pull/322
https://github.com/gwaldron/osgearth/pull/2856
You'll also encounter another issue caused by
blend2d>=0.21.2, which movedblend2d.htoblend2d/blend2d.h. See:https://github.com/blend2d/blend2d/commit/def0d1238c3e5d0983bb848e5676049d829e435b
https://github.com/gwaldron/osgearth/pull/2859
43615 commented on 2025-09-23 21:37 (UTC)
Currently fails to build, looks like there are many incorrectly named items in the source:
https://pastebin.com/gUzyDXxv
zxp19821005 commented on 2025-04-30 22:59 (UTC)
@Taijian Aha, I forgot to check chat, thanks for your feedback, fixed it.
Taijian commented on 2025-04-30 22:41 (UTC)
@zxp19821005: um, you put these things into depends, not makedepends. There's a difference, you know...
zxp19821005 commented on 2025-04-30 04:26 (UTC)
@knm100 @Taijian Thnaks for your feedback, fixed it.
knm100 commented on 2025-04-30 04:16 (UTC)
after installed qt6-tools, built Successful. so should add the qt6-tools and cmake as the makedepends to the BUILDPKG
knm100 commented on 2025-04-30 04:04 (UTC)
pdf4qt-git have the cmake as the makedepends, but It also failed to compile for this reason. and there were cmake in my computer when i compiled the pdf4qt.
Taijian commented on 2025-04-29 13:15 (UTC)
The last update removed cmake from the list of makedepends - this is an error because the PKGBUILD then calls on cmake and the build fails.
knm100 commented on 2025-04-29 13:06 (UTC) (edited on 2025-04-29 13:08 (UTC) by knm100)
The compilation fails with the following message.
Could NOT find Qt6LinguistTools (missing: Qt6LinguistTools_DIR) CMake Error at CMakeLists.txt:54 (find_package): Found package configuration file:
/usr/lib/cmake/Qt6/Qt6Config.cmake
but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
FOUND. Reason given by package:
Failed to find required Qt component "LinguistTools".
Expected Config file at
"/usr/lib/cmake/Qt6LinguistTools/Qt6LinguistToolsConfig.cmake" does NOT
exist
Configuring with --debug-find-pkg=Qt6LinguistTools might reveal details why
the package was not found.
Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
of the path variables that find_package uses to try and find the package.
knm100 commented on 2025-04-27 11:00 (UTC) (edited on 2025-04-27 12:36 (UTC) by knm100)
That's strange, my built zst file is 110M.I don't think it has anything to do with the installation. and I run "pacman -Syu" everyday. by the way, I'd like to know you were using the PKGBUILD updated on April 16,2025
1 2 3 Next › Last »