Package Details: libmobi 0.11-1

Git Clone URL: https://aur.archlinux.org/libmobi.git (read-only, click to copy)
Package Base: libmobi
Description: Library for handling Kindle formats of ebook documents
Upstream URL: https://github.com/bfabiszewski/libmobi
Licenses: LGPL3
Submitter: grawlinson
Maintainer: grawlinson
Last Packager: grawlinson
Votes: 2
Popularity: 0.000000
First Submitted: 2021-08-03 08:02 (UTC)
Last Updated: 2022-05-29 02:21 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

luspi commented on 2024-05-17 13:47 (UTC)

Package doesn't build at the moment:

opf.c: In function ‘mobi_build_opf’:
opf.c:2048:5: error: implicit declaration of function ‘xmlCleanupParser’ [-Wimplicit-function-declaration]
 2048 |     xmlCleanupParser();
      |     ^~~~~~~~~~~~~~~~

It seems like some more recent commits to the code since 0.11 need to be added, either by new release upstream or through patches here.