parent
0c99cd37e6
commit
9fc5173a9b
@ -1,3 +1,4 @@
|
||||
/libe-book-0.0.1.tar.xz
|
||||
/libe-book-0.0.2.tar.xz
|
||||
/libe-book-0.0.3.tar.xz
|
||||
/libe-book-0.1.0.tar.xz
|
||||
|
@ -0,0 +1,42 @@
|
||||
From 8d0e919363a596c57fd228370d6929ab085be900 Mon Sep 17 00:00:00 2001
|
||||
From: David Tardon <dtardon@redhat.com>
|
||||
Date: Sat, 24 May 2014 15:08:11 +0200
|
||||
Subject: [PATCH 1/2] libcss et al. are not required for standard build
|
||||
|
||||
---
|
||||
README | 6 +++---
|
||||
configure.ac | 3 +++
|
||||
libe-book.pc.in | 2 +-
|
||||
3 files changed, 7 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/README b/README
|
||||
index 95752dd..e1dceeb 100644
|
||||
--- a/README
|
||||
+++ b/README
|
||||
@@ -20,10 +20,10 @@ Currently supported are:
|
||||
|
||||
The following libraries are required for build:
|
||||
- boost
|
||||
-- hubbub
|
||||
+- hubbub (only for --enable-experimental)
|
||||
- icu
|
||||
-- libcss
|
||||
-- libmspack
|
||||
+- libcss (only for --enable-experimental)
|
||||
+- libmspack (only for --enable-experimental)
|
||||
- librevenge
|
||||
- libxml2
|
||||
- zlib
|
||||
diff --git a/libe-book.pc.in b/libe-book.pc.in
|
||||
index 3508d96..93c248f 100644
|
||||
--- a/libe-book.pc.in
|
||||
+++ b/libe-book.pc.in
|
||||
@@ -10,4 +10,4 @@ Requires: librevenge-0.0 librevenge-stream-0.0
|
||||
Libs: -L${libdir} -le-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
|
||||
Cflags: -I${includedir}/libe-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
|
||||
|
||||
-Requires.private: icu-uc libcss libhubbub libmspack libxml-2.0 zlib
|
||||
+Requires.private: icu-uc libxml-2.0 zlib
|
||||
--
|
||||
1.9.0
|
||||
|
@ -0,0 +1,36 @@
|
||||
From 3aecef6474094f520b9df954865dc7ce15ed1870 Mon Sep 17 00:00:00 2001
|
||||
From: David Tardon <dtardon@redhat.com>
|
||||
Date: Sat, 24 May 2014 15:08:44 +0200
|
||||
Subject: [PATCH 2/2] HTML-based formats are not supported yet
|
||||
|
||||
---
|
||||
README | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
|
||||
diff --git a/README b/README
|
||||
index e1dceeb..7ff1dbb 100644
|
||||
--- a/README
|
||||
+++ b/README
|
||||
@@ -2,19 +2,13 @@ libe-book is a library and a set of tools for reading and converting
|
||||
various reflowable e-book formats.
|
||||
|
||||
Currently supported are:
|
||||
-- ePub (v.2)
|
||||
- eReader .pdb
|
||||
- FictionBook v. 2 (including zipped files)
|
||||
-- HTML 1(?)-5
|
||||
-- MS HTML Help
|
||||
- PalmDoc Ebook
|
||||
- Plucker .pdb
|
||||
-- Open eBook (OEB)
|
||||
- QiOO (mobile format, for java-enabled cellphones)
|
||||
-- Rocket eBook
|
||||
- TCR (simple compressed text format)
|
||||
- TealDoc
|
||||
-- XHTML 1.0
|
||||
- zTXT
|
||||
- ZVR (simple compressed text format)
|
||||
|
||||
--
|
||||
1.9.0
|
||||
|
Loading…
Reference in new issue