Package Details: lector-git r344.38de0dc-1

Git Clone URL: https://aur.archlinux.org/lector-git.git (read-only, click to copy)
Package Base: lector-git
Description: Qt based ebook reader with support for PDF, epub, djvu, fb2, comicbooks, mobi, azw
Upstream URL: https://github.com/BasioMeusPuga/Lector
Keywords: cbr cbz comic djvu ebook epub mobi pdf qt reader
Licenses: GPL3
Conflicts: lector
Provides: lector
Submitter: BasioMeusPuga
Maintainer: BasioMeusPuga
Last Packager: BasioMeusPuga
Votes: 9
Popularity: 0.000000
First Submitted: 2018-03-15 06:18 (UTC)
Last Updated: 2019-03-16 00:10 (UTC)

Latest Comments

maderios commented on 2023-07-30 13:09 (UTC)

This package doesn't build because it's not maintained since 2019-03-16

Error compiling Cython file:
------------------------------------------------------------
...
        self.buffer = []
        self.exc = None
        IF HAVE_MINIEXP_IO_T:
            cexpr_io_init(&self.cio)
            self.cio.data[0] = <void*>self
            self.cio.getc = _myio_getc
                            ^
------------------------------------------------------------

djvu/sexpr.pyx:155:28: Cannot assign type 'int (cexpr_io_t *) except? -1' to 'int (*)(cexpr_io_t *) noexcept'

Error compiling Cython file:
------------------------------------------------------------
...
        self.exc = None
        IF HAVE_MINIEXP_IO_T:
            cexpr_io_init(&self.cio)
            self.cio.data[0] = <void*>self
            self.cio.getc = _myio_getc
            self.cio.ungetc = _myio_ungetc
                              ^
------------------------------------------------------------

djvu/sexpr.pyx:156:30: Cannot assign type 'int (cexpr_io_t *, int) except? -1' to 'int (*)(cexpr_io_t *, int) noexcept'

Error compiling Cython file:
------------------------------------------------------------
...
        IF HAVE_MINIEXP_IO_T:
            cexpr_io_init(&self.cio)
            self.cio.data[0] = <void*>self
            self.cio.getc = _myio_getc
            self.cio.ungetc = _myio_ungetc
            self.cio.puts = _myio_puts
                            ^
------------------------------------------------------------

djvu/sexpr.pyx:157:28: Cannot assign type 'int (cexpr_io_t *, const char *) except? -1' to 'int (*)(cexpr_io_t *, char *) noexcept'

freetheplanet commented on 2021-11-11 05:44 (UTC)

python-djvulibre was named djvulibre in pacman. Please fix this on pkgbuild file.

micwoj92 commented on 2021-05-14 10:37 (UTC)

Hello, could you update download to git+https?

ConorIA commented on 2018-03-20 02:34 (UTC) (edited on 2018-03-20 03:22 (UTC) by ConorIA)

python-lxml should be added as a dep to parse the Library.

Edit: that generates my database, but I still can't see any books on the shelf. Manual add does seem to work ok.

trinaldi commented on 2018-03-17 03:08 (UTC) (edited on 2018-03-17 03:20 (UTC) by trinaldi)

@pallegro Did you install the PyQt5 package? It's working perfectly here.

Try installing it with pip3 install pyqt5

pallegro commented on 2018-03-17 02:43 (UTC)

Anyone else getting this? pkg_resources.DistributionNotFound: The 'PyQt5' distribution was not found and is required by lector