[oe] [PATCH 0/3] Recipe for MuPDF

Dmitry Artamonow mad_soft at inbox.ru
Wed Jun 9 07:32:59 UTC 2010


Hi!

Here's recipe for MuPDF (X11 pdf viewer and toolkit) and its dependencies.
Viewer doesn't have any fancy GUI - just a plain window with rendered PDF,
but it's a good thing on small screens embedded devices usually have,
as no screen space is wasted on buttons, etc. Viewer is perfectly
controllable from keyboard (and keyboardless devices like PDAs usually
have some joystick which is enough to navigate through pages, and other
tasks can be performed from on-screen keyboard). Also pdf contents is
scrollable by finger/stylus/mouse. And last, but not least - viewer is
VERY fast, much faster than poppler/xpdf-based solutions. I never thought
I can get such a speed of PDF-rendering on ARM-based machine.

Build tested for armv4(h3600), armv5(hx4700), armv7(beagleboard), x86(qemux86)
Run tested on armv5 machine (hx4700)

Dmitry Artamonow (3):
  openjpeg-1.3: new recipe
  jbig2dec-0.11: new recipe
  mupdf-0.6: new recipe

 recipes/jpeg/jbig2dec_0.11.bb                      |   19 ++++++
 recipes/jpeg/openjpeg-1.3/fix_installdir.patch     |   19 ++++++
 recipes/jpeg/openjpeg_1.3.bb                       |   24 ++++++++
 recipes/mupdf/mupdf-0.6/Makerules                  |    8 +++
 .../mupdf/mupdf-0.6/mupdf_fix_16bit_display.patch  |   12 ++++
 recipes/mupdf/mupdf_0.6.bb                         |   59 ++++++++++++++++++++
 6 files changed, 141 insertions(+), 0 deletions(-)
 create mode 100644 recipes/jpeg/jbig2dec_0.11.bb
 create mode 100644 recipes/jpeg/openjpeg-1.3/fix_installdir.patch
 create mode 100644 recipes/jpeg/openjpeg_1.3.bb
 create mode 100644 recipes/mupdf/mupdf-0.6/Makerules
 create mode 100644 recipes/mupdf/mupdf-0.6/mupdf_fix_16bit_display.patch
 create mode 100644 recipes/mupdf/mupdf_0.6.bb





More information about the Openembedded-devel mailing list