Missing dependency: qt5-svg
Search Criteria
Package Details: yacreader 10.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/yacreader.git (read-only, click to copy) |
|---|---|
| Package Base: | yacreader |
| Description: | Comic reader for cross-platform reading and managing your digital comic collection. |
| Upstream URL: | http://www.yacreader.com |
| Keywords: | cbr cbz comic pdf reader |
| Licenses: | GPL-3.0-only |
| Conflicts: | yacreader-bin, yacreader-git, yacreaderlibraryserver-standalone |
| Submitter: | selmf |
| Maintainer: | selmf |
| Last Packager: | selmf |
| Votes: | 47 |
| Popularity: | 1.32 |
| First Submitted: | 2014-07-06 15:35 (UTC) |
| Last Updated: | 2026-05-12 09:08 (UTC) |
Dependencies (12)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpdfium-nojsAUR
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-imageformats
- qt6-multimedia
- qt6-speech
- qt6-svg
- cmake (cmake3AUR, cmake-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-ninja-symlinkAUR) (make)
- qt6-tools (make)
Required by (0)
Sources (1)
wallace11 commented on 2021-05-17 13:35 (UTC)
<deleted-account> commented on 2021-05-01 07:48 (UTC)
Can not run on the latest Arch.
YACReaderLibrary: error while loading shared libraries: libicuuc.so.68: cannot open shared object file: No such file or directory
selmf commented on 2020-01-12 08:35 (UTC)
@jamesburg your libpdfium-nojs package is built against an older version of the icu package. Rebuild it and it should work again.
jamesburg commented on 2020-01-12 04:43 (UTC) (edited on 2020-01-12 04:47 (UTC) by jamesburg)
I'm getting these errors when I try to build and install:
/usr/bin/ld: warning: libicuuc.so.64, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libpdfium.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libpdfium.so: undefined reference to `u_isalnum_64'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libpdfium.so: undefined reference to `u_isalpha_64'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libpdfium.so: undefined reference to `u_isspace_64'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libpdfium.so: undefined reference to `u_tolower_64'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libpdfium.so: undefined reference to `u_toupper_64'
collect2: error: ld returned 1 exit status
<deleted-account> commented on 2020-01-11 06:16 (UTC)
Thank you very much!
<deleted-account> commented on 2019-10-04 13:06 (UTC)
Download, build, install: everything working fine. Thank you very much!
selmf commented on 2019-10-04 11:58 (UTC)
Sorry for the broken upload. YACReader switched to using CI and the "extension" is a build stamp. Having this popping up in a stable source tarball and contaminating paths isn't exactly optimal, so there probably is room for improvement and I think the next versions will use a scheme that is more compatible with packaging and semantic version. For now I have implemented a solution close to @saturn_knights suggestion (thanks!). Let me know if this still gives you trouble.
saturn_knight commented on 2019-10-04 09:15 (UTC)
Yes, the version numbering has changed and the generated URL is no longer valid. The 1909283 extension is not part of the folder path, so it will need to be moved to another variable. e.g.
pkgver=9.6.2
_pkgext=1909283
source=( "https://github.com/YACReader/yacreader/releases/download/${pkgver}/yacreader-${pkgver}.${_pkgext}-src.tar.xz")
<deleted-account> commented on 2019-10-04 08:53 (UTC)
Github adress seems to be invalid
Pinned Comments
selmf commented on 2021-05-24 11:17 (UTC)
Important: If you are having troubles compiling or launching YACReader and libicuuc is part of the error message, you need to rebuild libpdfium!