File: control

package info (click to toggle)
xserver-xorg-video-qxl 0.1.5%2Bgit20200331-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,008 kB
  • sloc: ansic: 17,262; python: 358; makefile: 160; sh: 7
file content (57 lines) | stat: -rw-r--r-- 1,921 bytes parent folder | download | duplicates (2)
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
Source: xserver-xorg-video-qxl
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pkg-config,
 dh-python,
 xserver-xorg-dev (>= 2:1.9.4),
 x11proto-dev,
 dpkg-dev (>= 1.14.17),
 xutils-dev (>= 1:7.5),
 quilt (>= 0.46-7~),
 libudev-dev [linux-any],
 libspice-protocol-dev (>= 0.12.2~),
 libspice-server-dev [amd64],
 libxext-dev,
 libxfont-dev,
 python3:any,
Standards-Version: 4.6.0
Homepage: https://www.spice-space.org/
Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-qxl.git
Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-qxl

Package: xserver-xorg-video-qxl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}
Provides: ${xviddriver:Provides}
Description: X.Org X server -- QXL display driver
 This package provides the driver for QXL video device, i.e. if Linux is 
 running inside a RedHat Enterprise Virtualization (RHEV) environment, or
 other SPICE-compatible KVM/Qemu emulator. 
 .
 More information about X.Org can be found at:
 <URL:https://www.X.org>
 .
 This package is built from the X.org xf86-video-qxl driver module.

Package: xserver-xspice
Architecture: amd64
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
 xserver-xorg,
 ${xviddriver:Depends}
Breaks: xserver-xorg-video-qxl (<< 0.1.4-2~)
Replaces: xserver-xorg-video-qxl (<< 0.1.4-2~)
Description: Xspice X server
 Xspice is an X server and Spice server in one. It consists of a wrapper script
 for executing Xorg with the right parameters and environment variables, a
 module names spiceqxl_drv.so implementing three drivers: a video mostly
 identical code to the guest qxl X driver, and keyboard and mouse reading from
 the spice inputs channel.
 .
 Xspice allows regular X connections, while a spice client provides the keyboard
 and mouse and video output.