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

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2014-03-23 12:08:49 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20140323120849-pczjpvz4iat190wd
Tags: 0.4.9-1
* New upstream release.
* Implemented an option to copy selected text to X buffer (Closes: #739550)
* Updated watch file to check pgp signature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
The project homepage is "https://launchpad.net/qpdfview". The project maintainer is "Adam Reichold <adam.reichold@t-online.de>".
4
4
 
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. The PS plug-in depends on libQtCore, libQtGui and libspectre. The DjVu plug-in depends on libQtCore, libQtGui and libdjvulibre.
 
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.
6
6
 
7
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".
8
8
 
14
14
    * 'without_pdf' disables PDF support, i.e. the PDF plug-in using Poppler will not be built.
15
15
    * 'without_ps' disables PS support, i.e. the PS plug-in using libspectre will not be built.
16
16
    * 'without_djvu' disables DjVu support, i.e. the DjVu plug-in using DjVuLibre will not be built.
 
17
    * 'with_fitz' enables Fitz support, i.e. the Fitz plug-in using MuPDF will be built.
17
18
    * 'static_pdf_plugin' links the PDF plug-in statically (This could lead to linker dependency collisions.)
18
19
    * 'static_ps_plugin' links the PS plug-in statically. (This could lead to linker dependency collisions.)
19
20
    * 'static_djvu_plugin' links the DjVu plug-in statically. (This could lead to linker dependency collisions.)
 
21
    * 'static_fitz_plugin' links the Fitz plug-in statically. (This could lead to linker dependency collisions.)
20
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.
21
23
    * 'without_synctex' disables SyncTeX support, i.e. the program will not perform forward and inverse search for sources.
22
24
    * 'without_magic' disables libmagic support, i.e. the program will determine file type using the file suffix.