Package Details: calibre-git 8.4.0.r0.gd7d048acd5-1

Git Clone URL: https://aur.archlinux.org/calibre-git.git (read-only, click to copy)
Package Base: calibre-git
Description: Ebook management application
Upstream URL: https://calibre-ebook.com
Licenses: GPL3
Conflicts: calibre, calibre-common, calibre-python3
Provides: calibre
Submitter: eschwartz
Maintainer: alllexx88
Last Packager: alllexx88
Votes: 18
Popularity: 0.019816
First Submitted: 2015-08-09 15:02 (UTC)
Last Updated: 2025-05-09 11:11 (UTC)

Latest Comments

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

qubidt commented on 2021-12-17 09:24 (UTC)

aur/calibre-plugin-dedrm fails to build/install because it has depends=('calibre>=5.15'). pacman considers it a missing dependency, even though calibre-git provides calibre and is at version 5.34.0.r5.g1127c285bb-1. It works when modifying the calibre-plugin-dedrm PKGBUILD to not specify a calibre dependency. I'm assuming it's failing because the version number of the package contains the git revision? But I don't see why it should since the first three segments of the version # should satisfy the comparison. Any thoughts?

malcolm commented on 2021-06-05 21:12 (UTC) (edited on 2021-06-05 21:13 (UTC) by malcolm)

The build stops when displaying this

Could not find QtWebEngineProcess

I have all the dependencies of calibre installed, as well as qt5-webengine (5.15.4-3) python-pyqtwebengine (5.15.4-1)

eschwartz commented on 2020-12-07 13:19 (UTC) (edited on 2020-12-07 13:20 (UTC) by eschwartz)

This has been previously requested on the bugtracker for community/calibre too (in that case, the user wanted calibre-server to be split out), and was just as invalid there.

calibre isn't multiple programs in one package. It is one unified codebase with a number of entry points into it. Qt5-base is used essentially everywhere. The conversion pipeline directly relies on a headless plugin with mandatory x11 client libraries, even though ebook-convert doesn't run in a GUI, but doesn't require a running xorg server. etc.

Inporting any part of the codebase will inevitably result in most or all of the dependencies being used, simply because a lot of functionality you might not think is related, nevertheless is.

lenormf commented on 2020-12-07 07:55 (UTC)

Any way you could please split this package into separate ones, to allow installing Xorg-less utilities like calibredb on a server without pulling X11 dependencies?

eschwartz commented on 2019-11-22 06:34 (UTC)

I've pushed an update I've been experimenting with -- calibre-python3-git and calibre-git now depend on a "common" package, and you can install one or both as you wish. I'd still advise having the calibre2 version around, though...

eschwartz commented on 2019-11-15 02:24 (UTC)

Yeah, let me go rebuild my custom repo for python3.8 right now.

chrisjbillington commented on 2019-11-15 01:59 (UTC)

@eschwartz, thanks for this package. When you have time, would you be able to rebuild it for python 3.8 in your custom repo? Many thanks!

c-reeder commented on 2019-10-31 23:14 (UTC) (edited on 2019-11-01 03:11 (UTC) by c-reeder)

@eschwartz, thanks for the response! Okay, so.....pacman -Qkk qt5-base reports no errors and according to pacman -Qi qt5-base, I'm using the official version from the repos maintained by "Antonio Rojas arojas@archlinux.org".

I just did a chroot test, and sure enough....it compiled no problem. Could it have to do with the fact that I also have some mingw-64-qt packages installed? I would think not, but it's the only other QT-providing package that I can think of that I have installed.

eschwartz commented on 2019-10-30 03:07 (UTC)

@doctorguapo, I have no idea why that would happen. Does it build in a clean chroot? Does pacman -Qkk qt5-base report any issues? Can you double-check in the output of pacman -Qi qt5-base that you're using the package from the official repos?

For some reason, it would seem you're missing some formats in the output of:

python -c "from PyQt5.QtGui import QImageReader; print([f.data().decode('utf-8') for f in QImageReader.supportedImageFormats()])"