File: control

package info (click to toggle)
ueberzug 18.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: python: 1,947; ansic: 883; sh: 327; makefile: 16
file content (51 lines) | stat: -rw-r--r-- 1,405 bytes parent folder | download
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
Source: ueberzug
Section: graphics
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 libpython3-all-dev,
 libx11-dev,
 libxext-dev,
 libxres-dev,
 meson,
 pandoc,
 pkgconf,
 pybuild-plugin-pyproject,
 python3-all,
 python3-attr,
 python3-docopt,
 python3-mesonpy,
 python3-pil,
 python3-xlib,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/ueber-devel/ueberzug
Vcs-Browser: https://salsa.debian.org/python-team/packages/ueberzug
Vcs-Git: https://salsa.debian.org/python-team/packages/ueberzug.git

Package: ueberzug
Architecture: any
Depends:
 python3-attr,
 python3-docopt,
 python3-pil,
 python3-xlib,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: command line utility which draws images on terminals
 Ueberzug is a command line utility which draws images on terminals
 using child windows.
 .
 It has several advantages over w3mimgdisplay:
 .
  - no race conditions, as a new window is created to display images
  - expose events will be processed, so images will be redrawn on
    switched workspaces
  - tmux support (excluding multi pane windows)
  - terminals without the WINDOWID environment variable are supported
  - chars are used as both the position and size unit
  - no memory leak (and unlimited cache)