Download, build, install: everything working fine. Thank you very much!
Search Criteria
Package Details: yacreader 9.15.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: | 42 |
Popularity: | 0.000002 |
First Submitted: | 2014-07-06 15:35 (UTC) |
Last Updated: | 2025-01-02 00:10 (UTC) |
Dependencies (10)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpdfium-nojsAUR
- libunarrAUR (libunarr-gitAUR)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-imageformats
- qt6-multimedia
- qt6-svg
- qt6-tools (make)
Required by (0)
Sources (1)
<deleted-account> commented on 2019-10-04 13:06 (UTC)
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
dramm commented on 2019-09-11 13:59 (UTC)
Ok, I will keep using libpdfium-nojs then, thanks again!
selmf commented on 2019-09-11 05:04 (UTC)
libpdfium-nojs provides libpdfium, libpdfium-bin is outdated to the point that it is dangerous (pdf is a very popular attack vector) and uses a different install directory structure, so it is incompatible. A libpdfium package never existed. I intended to create one at a point, but for YACReader it is pointless. We use pdfium to render comic pages somewhat faster than poppler, so we have no use for javascript in the pdf library anyways and not having it is one security risk less.
dramm commented on 2019-09-10 19:15 (UTC)
Yeah, it was my system. I'm compiling it right now. Thanks!
PS: libpdfium is no longer a package, maybe switch to libpdfium-nojs or libpdfium-bin?
dramm commented on 2019-08-18 17:22 (UTC)
Thanks for the fast reply!
Same result though. It may be my system... a bunch of my /var/lib/pacman/local/package_name went missing, I had to touch and force reinstall.
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.
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!