Package Details: yacreader 9.14.2-2

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: GPL3
Conflicts: yacreader-bin, yacreader-git, yacreaderlibraryserver-standalone
Submitter: selmf
Maintainer: selmf
Last Packager: selmf
Votes: 42
Popularity: 0.000036
First Submitted: 2014-07-06 15:35 (UTC)
Last Updated: 2024-09-29 09:54 (UTC)

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!

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

rodneyck commented on 2021-05-19 14:23 (UTC) (edited on 2021-05-21 13:56 (UTC) by rodneyck)

With the latest update, I am getting the following error message;

Required dependency libpdfium was not found in AUR nor in the repositories. It might be a package database synchronization problem. Operation cancelled.

Edit to add: I installed libpdfium-nojs, but it still was looking for 'libpdfium'.

wallace11 commented on 2021-05-17 13:35 (UTC)

Missing dependency: qt5-svg

<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")