mirror of
git://git.proxmox.com/git/vncterm.git
synced 2024-12-22 21:33:49 +03:00
ebe1002c3d
this patch introduces a new tool to generate font data it uses a new build-dependency, namely unifont, which is an opensource font with printable charachters for the unicode range from 0x0000 to 0xFFFF we generate a file which is easily mmap'able and has the same bitformat we used before (minus the codepoint -> address translation) note that some characters are using 2 columns as width, so to have a static lookup, we need to make each character 32 byte long (1 byte per line, 16 lines per terminal column) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
20 lines
576 B
Plaintext
20 lines
576 B
Plaintext
Source: vncterm
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Build-Depends:
|
|
debhelper (>= 8.0.0),
|
|
zlib1g-dev,
|
|
libjpeg-dev,
|
|
libpng-dev,
|
|
libglib2.0-dev,
|
|
libgnutls28-dev,
|
|
unifont
|
|
Standards-Version: 3.9.3
|
|
|
|
Package: vncterm
|
|
Section: x11
|
|
Priority: optional
|
|
Depends: libc6 (>= 2.7-18), libjpeg62, zlib1g (>= 1:1.2.1), libgnutls-deb0-28 | libgnutls30, libpng16-16, ${shlibs:Depends}
|
|
Description: VNC Terminal Emulator
|
|
With vncterm you can start commands and export its standard input and
|
|
output to any VNC client (simulating a xterm Terminal).
|