1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: pympress
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Section: misc
Priority: optional
Build-Depends: dh-sequence-python3,
pybuild-plugin-pyproject,
python3-babel,
python3-setuptools,
python3-all,
debhelper-compat (= 13),
python3-gi <!nodoc>,
python3-gi-cairo <!nodoc>,
gobject-introspection,
gir1.2-gtk-3.0 <!nodoc>,
gir1.2-poppler-0.18 <!nodoc>,
gir1.2-gstreamer-1.0 <!nodoc>,
python3-sphinx <!nodoc>,
python3-myst-parser,
python3-sphinx-rtd-theme <!nodoc>,
python3-cairo-doc <!nodoc>,
python3-vlc <!nodoc>,
python3-doc
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/pympress
Vcs-Git: https://salsa.debian.org/python-team/packages/pympress.git
Homepage: https://github.com/Cimbali/pympress/
Rules-Requires-Root: no
Description: simple and powerful dual-screen PDF reader
Pympress is a little PDF reader written in Python using Poppler for PDF
rendering and GTK+ for the GUI.
.
It is designed to be a dual-screen reader used for presentations and public
talks, with two displays: the *Content window* for a projector, and the
*Presenter window* for your laptop.
.
It comes with many great features:
- supports embedded videos
- text annotations displayed in the presenter window
- natively supports beamer's *notes on second screen*!
Package: pympress
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-gi,
python3-gi-cairo,
gobject-introspection,
libgirepository-1.0-1,
gir1.2-gtk-3.0,
gir1.2-poppler-0.18
Suggests: python3-vlc
Description: ${source:Synopsis}
${source:Extended-Description}
Package: pympress-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Multi-Arch: foreign
Description: Pympress documentation
${source:Extended-Description}
.
This is the documentation package.
|