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 »

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

selmf commented on 2018-02-20 07:44 (UTC)

Check the build dependencies for non-standard (AUR) packages too. There's a few more things you can try, but we better discuss this in the libpdfium-nojs comments.

keren_sky commented on 2018-02-19 23:31 (UTC)

Thanks, will try the poppler-qt5. Since no-one else is reporting issues WRT libpdfium, I'm inclined to think the problem is @ my end. Will parse makepkg.conf for starters. cheers.

selmf commented on 2018-02-18 19:22 (UTC)

you can switch back to poppler-qt5 by removing CONFIG+=pdfium and replacing libpdfium with poppler-qt5 in the deps.

Did you try rebuilding libpdfium with a newer gn-bin as I suggested?

keren_sky commented on 2018-02-18 19:12 (UTC)

Does this compile correctly if libpdfium is commented out of the PKGBUILD? Can't build the libpdfium-nojs dependency ATM. It stops with the following:

Segmentation fault gn gen out/Release --script-executable=/usr/bin/python2 --args="${_flags[*]}" ==> ERROR: A failure occurred in build()

Thanks.

selmf commented on 2018-02-18 16:54 (UTC) (edited on 2018-02-18 17:08 (UTC) by selmf)

Probably a problem with ldconfig. What does ldconfig -p | grep libpdfium.so give you?

I will release an updated version of the libpdfium-nojs package shortly.

Edit: It's done.