File: control

package info (click to toggle)
waypipe 0.8.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,240 kB
  • sloc: ansic: 14,798; xml: 6,103; python: 1,155; sh: 55; makefile: 14
file content (35 lines) | stat: -rw-r--r-- 926 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
Source: waypipe
Section: x11
Priority: optional
Maintainer: Gard Spreemann <gspr@nonempty.org>
Build-Depends:
 debhelper-compat (= 13),
 libavcodec-dev,
 libavutil-dev,
 libdrm-dev,
 libgbm-dev,
 liblz4-dev,
 libswscale-dev,
 libva-dev,
 libzstd-dev,
 meson,
 ninja-build,
 pkg-config,
 python3,
 python3-distutils,
 scdoc
Standards-Version: 4.6.1.1
Rules-Requires-Root: no
Homepage: https://gitlab.freedesktop.org/mstoeckl/waypipe/
Vcs-Browser: https://salsa.debian.org/gspr/waypipe/
Vcs-Git: https://salsa.debian.org/gspr/waypipe.git -b debian/sid

Package: waypipe
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: openssh-client | openssh-server
Description: Network transparency with Wayland
 Waypipe is a proxy for Wayland clients. It forwards Wayland messages
 and serializes changes to shared memory buffers over a single
 socket. This makes application forwarding similar to ssh -X
 feasible.