Summary
Convert Lit is a simple program to use .lit or Microsoft ebook files on Linux. It's able to "explode" the ebook into Open Ebook Specification Format (OEBPS), which than can be read by Opera and other Linux programs (it's just xml, html, png and jpeg). Note that you won't get any DRM-bypassing, so your .lit-file must not be copy protected.
Versions
v1.8-r4 :: 0 :: gentoo
- Modified
- License
- GPL-2+
- Keywords
- amd64 arm64 ppc ppc64 x86 ~alpha ~amd64-linux ~arm ~hppa ~loong ~ppc-macos ~riscv ~x86-linux
Dependencies
dev-libs / libtommath : Optimized and portable routines for integer theoretic applications
Runtime Dependencies
dev-libs / libtommath : Optimized and portable routines for integer theoretic applications
Depending packages
app-text / ebook-tools : Tools for accessing and converting various ebook file formats
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
app-text/convertlit: keyword 1.8-r4 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-text/convertlit: pass -std=gnu89
Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Ionen Wolkens · gentoo
app-text/convertlit: fix build with upcoming clang16
(revbumped in previous commit at same time for other compilers) Closes: https://bugs.gentoo.org/870946 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Ionen Wolkens · gentoo
app-text/convertlit: EAPI6->8, fix license, direct AR
Closes: https://bugs.gentoo.org/718570 Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alex Fan · gentoo
app-text/convertlit: keyword 1.8-r3 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop most stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-text: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
app-text/convertlit: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
app-text/convertlit: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Sergei Trofimovich · gentoo
app-text/convertlit: stable 1.8-r3 for hppa, bug #647500
Bug: https://bugs.gentoo.org/647500 Package-Manager: Portage-2.3.38, Repoman-2.3.9 RepoMan-Options: --include-arches="hppa" - Michał Górny · gentoo
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199 - Sergei Trofimovich · gentoo
app-text/convertlit: stable 1.8-r3 for ppc, bug #647500
Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc" - Sergei Trofimovich · gentoo
app-text/convertlit: stable 1.8-r3 for ppc64, bug #647500
Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" - Agostino Sarubbo · gentoo
app-text/convertlit: amd64 stable wrt bug #647500
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64" - Thomas Deutschmann · gentoo
app-text/convertlit: x86 stable (bug #647500)
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Alexis Ballier · gentoo
app-text/convertlit: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Michael Orlitzky · gentoo
app-text/convertlit: new revision supporting $(AR).
This new revision adds a trivial patch replacing "ar" in one of the Makefiles with $(AR), which defaults to "ar" anyway. Gentoo-Bug: 571874 Package-Manager: portage-2.2.28 - Michael Orlitzky · gentoo
app-text/convertlit: new revision fixing -Wformat-security warnings.
Gentoo-Bug: 521246 Package-Manager: portage-2.2.28 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed