Package Base Details: yacreader

Git Clone URL: https://aur.archlinux.org/yacreader.git (read-only, click to copy)
Keywords: cbr cbz comic pdf reader
Submitter: selmf
Maintainer: selmf
Last Packager: selmf
Votes: 42
Popularity: 0.002560
First Submitted: 2014-07-06 15:35 (UTC)
Last Updated: 2024-02-14 19:47 (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 Next › Last »

selmf commented on 2019-08-18 17:09 (UTC)

It works on my system but it is possible that there is a problem with the way I'm applying qml_error.patch. Can you try commenting out the patch command in the prepare() function in the PKGBUILD and see if that helps?

dramm commented on 2019-08-18 16:46 (UTC)

Is everything ok with this last version?

I'm getting some weird characters and compiling it and my computer starts beeping.

wallace11 commented on 2019-02-24 04:40 (UTC)

qt5-graphicaleffects is an optional dependency for YACReaderLibrary that is used for the extra view options. Otherwise you get a blank screen with the following error (in the log):

(qrc:/qml/GridComicsView.qml:6:1: module "QtGraphicalEffects" is not installed)

Nefas commented on 2019-01-11 11:15 (UTC)

Installing libpdfium-nojs fixed the issue. Due to some (past) issues when building libpdfium-nojs I had installed libpdfium-bin. Apparently, libpdfium-bin install fpdfview.h in /usr/include/pdfium/public/fpdfview.h (while libpdfium-nojs install it at /usr/include/pdfium/fpdfview.h).

selmf commented on 2019-01-08 09:12 (UTC)

I can't reproduce that error. In any case, the missing header should have been installed as a part of the libpdfium-nojs package, which is a dependency. You might want to check /usr/include/pdfium. The header should be there. If not, try rebuilding libpdfium-nojs.

Nefas commented on 2019-01-07 12:01 (UTC)

It seems that a header is missing to compile the package:

In file included from ../common/comic.h:12,
                 from ../common/pdf_comic.cpp:1:
../common/pdf_comic.h:27:10: fatal error: fpdfview.h: No such file or directory
 #include <fpdfview.h>
          ^~~~~~~~~~~~
compilation terminated.

selmf commented on 2018-07-07 15:40 (UTC)

alexanderp: libpdfium is provided by the libpdfium-nojs package

alexanderp commented on 2018-07-07 14:38 (UTC)

!! While searching for solutions the following errors occurred:
:: Not provided: libpdfium but needed by yacreader-9.5.0-1

selmf commented on 2018-04-15 15:32 (UTC)

7z support had to be dropped when YACReader switched to libunarr as decompression backend. You can still build with 7zip as decompression backend, but this requires p7zip 9.20.1 (newer versions are incompatible) and the whole build process as such is quite hackish.

lord_rel commented on 2018-04-15 12:02 (UTC)

Please enable 7zip support