pkgsrc/misc/fbreader/patches/patch-ae
wiz 9449a7dc56 Initial import of fbreader-0.10.1:
FBReader is an e-book reader for various platforms.

Main features:
  * Supported formats are
       * fb2 e-book format (style attributes are not supported yet).
       * HTML format (tables are not supported).
       * CHM format (tables are not supported).
       * plucker format (tables are not supported).
       * Palmdoc (aportis doc).
       * zTxt (Weasel format).
       * TCR (psion text) format.
       * RTF format (stylesheets and tables are not supported).
       * OEB format (css and tables are not supported).
       * OpenReader format (css and tables are not supported).
       * Non-DRM'ed mobipocket format (tables are not supported).
       * Plain text format.
  * Direct reading from tar, zip, gzip and bzip2 archives. (Multiple books
    in one archive are supported.)
  * Automatic library building.
  * Automatic language and character encoding detection is supported.
  * Automatically generated contents table.
  * Embedded images support.
  * Footnotes/hyperlinks support.
  * Position indicator.
  * Keeps the last open book and the last read positions for all opened
    books between runs.
  * List of last opened books.
  * Automatic hyphenations.
  * Text search.
  * Full-screen mode.
  * Screen rotation by 90, 180 and 270 degrees.
2009-01-18 17:39:37 +00:00

13 lines
451 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2009/01/18 17:39:37 wiz Exp $
--- fbreader/src/formats/fb2/FB2Reader.cpp.orig 2008-03-22 13:00:31.000000000 +0000
+++ fbreader/src/formats/fb2/FB2Reader.cpp
@@ -31,7 +31,7 @@ void FB2Reader::endElementHandler(const
}
static const FB2Reader::Tag TAGS[] = {
- {"p", FB2Reader::_P},
+ {"p", FB2Reader::_PP},
{"subtitle", FB2Reader::_SUBTITLE},
{"cite", FB2Reader::_CITE},
{"text-author", FB2Reader::_TEXT_AUTHOR},