Search Criteria
Package Details: coolreader3-git r4097.1e07d15-3
Git Clone URL: | https://aur.archlinux.org/coolreader3-git.git (read-only, click to copy) |
---|---|
Package Base: | coolreader3-git |
Description: | E-book reader for Linux |
Upstream URL: | http://sourceforge.net/projects/crengine/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | KroshKobel |
Maintainer: | KroshKobel |
Last Packager: | KroshKobel |
Votes: | 29 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-10 09:45 |
Last Updated: | 2015-10-09 15:40 |
Dependencies (7)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- libjpeg (libjpeg-droppatch, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo-minimal-git, libjpeg-turbo)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- qt4 (qt4-revert80e3108)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
1 2 Next › Last »
dbedrenko commented on 2020-11-19 21:57
Thanks for the PKGBUILD arzeth, it's working well. Only thing I had to change was to comment out this patch; it no longer applies:
arzeth commented on 2019-05-10 22:14
The project has migrated to GitHub. Here's new PKGBUILD: it uses the new repo; qt5 instead of qt4; it's possible to apply use_freetype2.patch again; added some additional arguments for cmake (I took them from aur/coolreader); sha256sums instead of md5sums; added "coolreader" and "cr3" to "provides" and "conflicts". https://pastebin.com/raw/YbEqr2fJ
TopBrick commented on 2017-11-25 21:28
I was managed to fix error Segmentation fault (core dumped)
Edit file lvstsheet.cpp, change to this:
case cssrt_ancessor: // E F
//
{
for (;;)
{
node = node->getParentNode();
if (node->isNull()||node->isRoot())
return false;
if (node->getNodeId() == _id)
return true;
}
Should you need more details - let me know
erholst commented on 2017-11-12 13:55
>reassembled from .deb
That worked, thanks. The nerwer cr versions get a shitty "Android on PC" UI anyway.
viler80 commented on 2017-09-25 19:23
https://drive.google.com/file/d/0B4g6Jka9AGb-TGRWOHE4T1ZZOTA/view?usp=sharing reassembled from .deb
viler80 commented on 2017-09-25 19:13
same problem
2017/09/26 00:10:04.5566 ERROR Error opening file /home/viler80/.cr3/cache/cr3cache.inx for reading
2017/09/26 00:10:04.5567 ERROR Document cache index file cannot be read
2017/09/26 00:10:04.5575 ERROR Error opening file /home/viler80/.cr3/cache/cr3cache.inx for reading
2017/09/26 00:10:04.5576 ERROR Error opening file /home/viler80/.cr3/cr3.ini for reading
2017/09/26 00:10:04.5576 ERROR Cannot load settings from file /home/viler80/.cr3/cr3.ini
Segmentation fault (core dumped)
hemant_ng commented on 2017-08-15 06:47
CR3 gives similar errors for me and segfaults.
$ /usr/bin/cr3
2017/08/15 12:07:36.1884 WARN Changing log level from 3 to 1
303 fonts loaded.
2017/08/15 12:07:36.2229 ERROR Canot load translation file cr3_en_US from dir /usr/share/cr3/i18n/
2017/08/15 12:07:36.2408 ERROR Loading settings from file /home/hemant/.cr3/cr3.ini
2017/08/15 12:07:36.2566 ERROR Error opening file /usr/share/cr3/cr3hist.bmk for reading
2017/08/15 12:07:36.2578 ERROR Error opening file /home/hemant/.cr3/fb2.css for reading
2017/08/15 12:07:36.6228 ERROR CacheFile::read: Block 15:0 not found in file
Segmentation fault (core dumped)
notuxius commented on 2017-07-27 15:32
error on app start:
2017/07/27 18:31:08.8058 WARN Changing log level from 3 to 1
392 fonts loaded.
2017/07/27 18:31:08.8709 ERROR Canot load translation file cr3_en_US from dir /usr/share/cr3/i18n/
2017/07/27 18:31:08.8974 ERROR Error opening file /home/not/.cr3/cr3.ini for reading
2017/07/27 18:31:08.8975 ERROR Cannot load settings from file /home/not/.cr3/cr3.ini
Segmentation fault (core dumped)
ninian commented on 2015-10-10 19:41
@KroshKobel: Many thanks for fixing that so swiftly.
KroshKobel commented on 2015-10-10 11:38
@ninian, fixed.