Package Details: kcc 7.0.0-2

Git Clone URL: https://aur.archlinux.org/kcc.git (read-only, click to copy)
Package Base: kcc
Description: Kindle Comic Converter converts comic files or folders to ePub or Panel View MOBI
Upstream URL: https://github.com/ciromattia/kcc
Licenses: ISC
Submitter: Schnouki
Maintainer: Schnouki
Last Packager: Schnouki
Votes: 30
Popularity: 0.076265
First Submitted: 2013-09-09 21:19 (UTC)
Last Updated: 2024-11-25 17:45 (UTC)

Dependencies (14)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4

Sakus commented on 2022-01-13 21:42 (UTC)

same error as the reports from 2020 and 2021. Fixed by editing "$HOME/.local/lib/python3.10/site-packages/kindlecomicconverter/image.py" according to @phayman's instructions.

Schnouki commented on 2022-01-12 16:03 (UTC)

@phayman I'm afraid I'm not able to reproduce this issue using Python 3.10 and python-pillow 9.0.0. Could you please share the exact settings or command line that you're using, and maybe your source file as well? (you can email it at schnouki@schnouki.net if it's not public)

phayman commented on 2021-12-19 22:54 (UTC)

KCC runs into an issue with python 3.10, but the fix mentioned here works for me. Line 258 of /usr/lib/python3.10/site-packages/kindlecomicconverter/image.py should be changed from

self.image = ImageOps.autocontrast(Image.eval(self.image, lambda a: 255 * (a / 255.) ** gamma))

to

self.image = ImageOps.autocontrast(Image.eval(self.image, lambda a: int(255 * (a / 255.) ** gamma)))

Schnouki commented on 2020-11-13 15:44 (UTC)

@sunaurus You're absolutely right. Fixed now, thanks a lot! :)

sunaurus commented on 2020-11-04 19:57 (UTC)

I get the following error when building:

==> Starting build()...
Traceback (most recent call last):
  File "setup.py", line 16, in <module>
    import setuptools
ModuleNotFoundError: No module named 'setuptools'
==> ERROR: A failure occurred in build().
    Aborting...

It seems that makedepends=('python-setuptools') is missing: https://wiki.archlinux.org/index.php/Python_package_guidelines#setuptools

Busindre commented on 2020-09-29 17:16 (UTC)

kindlegen Download: https://archive.org/download/kindlegen/kindlegen

No amazon link works as the application Kindlegen is discontinued in favour of a more complete Tool.

jonathandb commented on 2014-06-18 12:09 (UTC)

I believe libxkbcommon-x11 is a missing dependency