• This repository has been archived on 15/Jan/2022
  • Stars
    star
    151
  • Rank 246,057 (Top 5 %)
  • Language
    HTML
  • License
    GNU General Publi...
  • Created almost 5 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Debian packaging of qpdfview
qpdfview is a tabbed document viewer using Poppler, libspectre, DjVuLibre, CUPS and Qt, licensed under GPL version 2 or later.

The project homepage is "https://launchpad.net/qpdfview". The project maintainer is "Adam Reichold <[email protected]>".

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.

The Fitz plug-in is currently considered experimental due to the lack of a maintainer. It also lacks support for various features, e.g. meta-data, encryption, text search, text extraction, form fields and annotations.

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".

The following build-time options are available:
    * 'without_svg' disables SVG support, i.e. fallback and application-specific icons will not be available.
    * 'without_sql' disables SQL support, i.e. restoring tabs, bookmarks and per-file settings will not be available.
    * 'without_dbus' disables D-Bus support, i.e. the '--unique' command-line option will not be available.
    * 'without_pkgconfig' disables the use of pkg-config, i.e. compiler and linker options have to be configured manually in "qpdfview.pri".
    * 'without_pdf' disables PDF support, i.e. the PDF plug-in using Poppler will not be built.
    * 'without_ps' disables PS support, i.e. the PS plug-in using libspectre will not be built.
    * 'without_djvu' disables DjVu support, i.e. the DjVu plug-in using DjVuLibre will not be built.
    * 'with_fitz' enables Fitz support, i.e. the Fitz plug-in using MuPDF will be built.
    * 'without_image' disable image support, i.e. the plug-in using Qt's built-in image I/O will not be built.
    * 'static_pdf_plugin' links the PDF plug-in statically (This could lead to linker dependency collisions.)
    * 'static_ps_plugin' links the PS plug-in statically. (This could lead to linker dependency collisions.)
    * 'static_djvu_plugin' links the DjVu plug-in statically. (This could lead to linker dependency collisions.)
    * 'static_fitz_plugin' links the Fitz plug-in statically. (This could lead to linker dependency collisions.)
    * 'static_image_plugin' links the image plug-in statically.
    * 'without_cups' disables CUPS support, i.e. the program will attempt to rasterize the document instead of requesting CUPS to print the document file.
    * 'without_synctex' disables SyncTeX support, i.e. the program will not perform forward and inverse search for sources.
    * 'without_magic' disables libmagic support, i.e. the program will determine file type using the file suffix.
    * '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.
    * 'with_lto' enables link time optimizations for the application binary to reduce its size and improve its performance.
    * 'static_resources' to statically embed resources like translations and online help into the application binary.
    * 'plugin_resolve_all' to enable early symbol resolution in plug-ins to be more robust when incompatible libraries are installed.

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".

The fallback and application-specific icons are derived from the Tango icon theme available at "http://tango.freedesktop.org".

More Repositories

1

kobo-ja-dict-enhance

Enhance built-in Japanese dictionaries from Kobo with English definitions
Perl
426
star
2

cinnadock-p2

For of the Cinnadock Plus plugin to update it to current Cinnamon
JavaScript
421
star
3

debian-gwaei

C
419
star
4

debian-graph

Representing Debian UDD in a graph database
Perl
419
star
5

jfontmaps

dvipdfmx map files and support programs for Japanese font setup
Perl
418
star
6

piwigopress

Piwigo-Wordpress integration
PHP
418
star
7

build-tlptexlive

scripts and patches for building tlptexlive
Shell
418
star
8

debian-speg

Python
418
star
9

eagloss

multi script chinese glossary
TeX
418
star
10

debian-pycson

Python
417
star
11

debian-mu

C++
417
star
12

debian-xxhash

C
416
star
13

pgf-blur

Development of pg-blur package
TeX
415
star
14

nautilus-sendto-scripts

Development of a nautilus-sendto extension that allows sending to user-configurable scripts
Gettext Catalog
415
star
15

slick-google-map-plugin

Free Google map Wordpress plugin
PHP
413
star
16

ptex2pdf

convert Japanese TeX documents to pdf
Lua
413
star
17

texlive-rewrite

Rewrite of some core scripts in TeX Live from shell to perl
Perl
411
star
18

rfkill-applet

general rfkill applet for the gnome panel written in python
Python
409
star
19

sony-control-center

Fork of the sony-f11-vaio-control-center to work with newer kernels and with all Sony laptops supported by the sony-laptop kernel module.
C++
409
star
20

sony-laptop-zseries

adapted kernel module for zseries laptops
C
409
star
21

tlptexlive-root

packaging stuff for tlptexlive
Perl
408
star
22

tlmgr-electron-react

tlmgr gui using electron and react
JavaScript
408
star
23

okular-debian

packaging okular for debian
C++
163
star
24

elixir-debian

Debian packaging of Elixir
Elixir
157
star
25

acme-debian

Debian packaging of python acme
Python
157
star
26

certbot-debian

Debian packaging of certbot
Python
156
star
27

mupdf-debian

packaging of mupdf for debian
C
150
star
28

pymupdf-debian

Packaging of pymupdf for Debian
SWIG
149
star
29

rspamd-debian

debian packaging of rspamd
C
149
star
30

susi-assistant

SUSI Smart Assistant
Python
109
star
31

rssguard-debian

Debian packaging of RSS Guard
C++
6
star