~ubuntu-branches/debian/jessie/qpdfview/jessie

1.2.7 by Benjamin Eltzner
Import upstream version 0.4.2
1
qpdfview is a tabbed document viewer using Poppler, libspectre, DjVuLibre, CUPS and Qt, licensed under GPL version 2 or later.
1 by Benjamin Eltzner
Import upstream version 0.3~beta2
2
1.2.11 by Benjamin Eltzner
Import upstream version 0.4.7
3
The project homepage is "https://launchpad.net/qpdfview". The project maintainer is "Adam Reichold <adam.reichold@t-online.de>".
1.1.3 by Benjamin Eltzner
Import upstream version 0.3.2
4
1.2.13 by Benjamin Eltzner
Import upstream version 0.4.9
5
It depends on libQtCore, libQtGui. It also depends on libQtSvg, libQtSql, libQtDBus, libcups, resp. libz if SVG, SQL, D-Bus, CUPS, resp. SyncTeX support is enabled. It also depends on libmagic if Qt version 4 is used and libmagic support is enabled. The PDF plug-in depends on libQtCore, libQtXml, libQtGui and libpoppler-qt4 or libpoppler-qt5. The PS plug-in depends on libQtCore, libQtGui and libspectre. The DjVu plug-in depends on libQtCore, libQtGui and libdjvulibre. The Fitz plug-in depends on libQtCore, libQtGui and libmupdf.
1.2.6 by Benjamin Eltzner
Import upstream version 0.4.1
6
1.2.12 by Benjamin Eltzner
Import upstream version 0.4.8
7
It is built using "lrelease qpdfview.pro", "qmake qpdfview.pro" and "make". It is installed using "make install". The installation paths are defined in "qpdfview.pri".
1.1.3 by Benjamin Eltzner
Import upstream version 0.3.2
8
9
The following build-time options are available:
10
    * 'without_svg' disables SVG support, i.e. fallback and application-specific icons will not be available.
1.2.5 by Benjamin Eltzner
Import upstream version 0.3.7
11
    * 'without_sql' disables SQL support, i.e. restoring tabs, bookmarks and per-file settings will not be available.
1.1.3 by Benjamin Eltzner
Import upstream version 0.3.2
12
    * 'without_dbus' disables D-Bus support, i.e. the '--unique' command-line option will not be available.
1.2.6 by Benjamin Eltzner
Import upstream version 0.4.1
13
    * 'without_pkgconfig' disables the use of pkg-config, i.e. compiler and linker options have to be configured manually in "qpdfview.pri".
14
    * 'without_pdf' disables PDF support, i.e. the PDF plug-in using Poppler will not be built.
15
    * 'without_ps' disables PS support, i.e. the PS plug-in using libspectre will not be built.
16
    * 'without_djvu' disables DjVu support, i.e. the DjVu plug-in using DjVuLibre will not be built.
1.2.13 by Benjamin Eltzner
Import upstream version 0.4.9
17
    * 'with_fitz' enables Fitz support, i.e. the Fitz plug-in using MuPDF will be built.
1.2.6 by Benjamin Eltzner
Import upstream version 0.4.1
18
    * 'static_pdf_plugin' links the PDF plug-in statically (This could lead to linker dependency collisions.)
19
    * 'static_ps_plugin' links the PS plug-in statically. (This could lead to linker dependency collisions.)
20
    * 'static_djvu_plugin' links the DjVu plug-in statically. (This could lead to linker dependency collisions.)
1.2.13 by Benjamin Eltzner
Import upstream version 0.4.9
21
    * 'static_fitz_plugin' links the Fitz plug-in statically. (This could lead to linker dependency collisions.)
1.1.3 by Benjamin Eltzner
Import upstream version 0.3.2
22
    * 'without_cups' disables CUPS support, i.e. the program will attempt to rasterize the document instead of requesting CUPS to print the document file.
1.2.3 by Benjamin Eltzner
Import upstream version 0.3.5
23
    * 'without_synctex' disables SyncTeX support, i.e. the program will not perform forward and inverse search for sources.
1.2.6 by Benjamin Eltzner
Import upstream version 0.4.1
24
    * 'without_magic' disables libmagic support, i.e. the program will determine file type using the file suffix.
25
    * 'without_signals' disabled support for UNIX signals, i.e. the program will not save bookmarks, tabs and per-file settings on receiving SIGINT or SIGTERM.
1.1.3 by Benjamin Eltzner
Import upstream version 0.3.2
26
1.2.7 by Benjamin Eltzner
Import upstream version 0.4.2
27
For example, if one wants to build the program without support for CUPS and PostScript, one could run "qmake CONFIG+="without_cups without_ps" qpdfview.pro" instead of "qmake qpdfview.pro".
28
1.2.6 by Benjamin Eltzner
Import upstream version 0.4.1
29
The fallback and application-specific icons are derived from the Tango icon theme available at "http://tango.freedesktop.org".