File: control

package info (click to toggle)
spice-gtk 0.42-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,788 kB
  • sloc: ansic: 57,963; python: 3,961; cpp: 902; makefile: 545; xml: 159; sh: 134
file content (164 lines) | stat: -rw-r--r-- 5,732 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
Source: spice-gtk
Section: misc
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Lin Qigang <lqi254@protonmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-gir,
               gir1.2-gio-2.0-dev,
               gir1.2-gobject-2.0-dev,
               gir1.2-gstbase-1.0-dev,
               gir1.2-gtk-3.0-dev,
               gtk-doc-tools (>= 1.14),
               libacl1-dev,
               libcacard-dev (>= 0.1.2),
               libcairo2-dev (>= 1.2.0),
               libcap-ng-dev [linux-any],
               libepoxy-dev,
               libgdk-pixbuf2.0-doc,
               libgirepository1.0-dev,
               libglib2.0-dev,
               libglib2.0-doc,
               libgstreamer-plugins-base1.0-dev (>= 1.10),
               libgstreamer1.0-dev (>= 1.10),
               libgtk-3-dev (>= 3.22),
               libjpeg-dev,
               libjson-glib-dev,
               liblz4-dev,
               libopus-dev,
               libphodav-3.0-dev,
               libpixman-1-dev (>= 0.17.7),
               libpolkit-agent-1-dev,
               libpolkit-gobject-1-dev,
               libsasl2-dev,
               libspice-protocol-dev (>= 0.14.3),
               libssl-dev,
               libtext-csv-perl,
               libusb-1.0-0-dev (>= 2:1.0.21),
               libusbredirhost-dev (>= 0.7.1),
               libva-dev [linux-any],
               meson (>= 0.56),
               pkgconf,
               python3-pyparsing,
               python3-six,
               python3:any,
               valac (>= 0.18)
Standards-Version: 4.7.0
Homepage: https://www.spice-space.org/
Vcs-Git: https://salsa.debian.org/gnome-team/spice-gtk.git
Vcs-Browser: https://salsa.debian.org/gnome-team/spice-gtk
Rules-Requires-Root: no

Package: spice-client-gtk
Architecture: any
Depends: libspice-client-glib-2.0-8 (= ${binary:Version}),
         libspice-client-gtk-3.0-5 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Simple clients for interacting with SPICE servers
 Simple clients for interacting with SPICE servers. This package
 includes:
 .
 spicy - GTK+ based SPICE client tool
 spicy-screenshot - SPICE screen-shot capture tool
 spicy-stats - SPICE connection details display tool

Package: spice-client-glib-usb-acl-helper
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libspice-client-glib-2.0-8 (<< 0.37-3~)
Description: Helper tool to validate usb ACLs
 When passthrough USB devices to VMs, spice-client-glib-usb-acl-helper
 is called to validate usb ACLs via policykit policy

Package: libspice-client-glib-2.0-8
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: spice-client-glib-usb-acl-helper (= ${binary:Version}),
         usb.ids,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: gstreamer1.0-libav,
          gstreamer1.0-plugins-bad,
          gstreamer1.0-plugins-base,
          gstreamer1.0-plugins-good
Breaks: virt-viewer (<< 11.0-2~),
        gnome-boxes (<< 42.3),
        remmina-plugin-spice (<< 1.4.28),
Description: GObject for communicating with Spice servers (runtime library)
 libspice-glib4 provides glib objects for spice protocol
 decoding and surface rendering
 .
 This package provide the runtime library.

Package: gir1.2-spiceclientglib-2.0
Section: introspection
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${gir:Depends}, ${misc:Depends}
Breaks: gir1.2-spice-client-glib-2.0 (<< 0.34)
Description: GObject for communicating with Spice servers (GObject-Introspection)
 libspice-glib4 provides glib objects for spice protocol
 decoding and surface rendering
 .
 This package contains the GObject-introspection data in binary typelib format.

Package: libspice-client-glib-2.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libglib2.0-dev (>= 2.46),
         libspice-client-glib-2.0-8 (= ${binary:Version}),
         libspice-protocol-dev (>= 0.14.1),
         ${gir:Depends},
         ${misc:Depends}
Provides: ${gir:Provides}
Description: GObject for communicating with Spice servers (development files)
 libspice-glib4 provides glib objects for spice protocol
 decoding and surface rendering
 .
 This package provide the development headers.

Package: libspice-client-gtk-3.0-5
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GTK3 widget for SPICE clients (runtime library)
 libspice-gtk3 provides gtk3 widget to show spice display
 and accept user input.
 .
 This package provide the runtime library.

Package: gir1.2-spiceclientgtk-3.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends}, ${misc:Depends}
Breaks: gir1.2-spice-client-gtk-3.0 (<< 0.34)
Description: GTK3 widget for SPICE clients (GObject-Introspection)
 libspice-gtk3 provides gtk3 widget to show spice display
 and accept user input.
 .
 This package contains the GObject-introspection data in binary typelib format.

Package: libspice-client-gtk-3.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libglib2.0-dev (>= 2.46),
         libgtk-3-dev (>= 3.22),
         libspice-client-glib-2.0-dev (= ${binary:Version}),
         libspice-client-gtk-3.0-5 (= ${binary:Version}),
         ${gir:Depends},
         ${misc:Depends}
Provides: ${gir:Provides}
Description: GTK3 widget for SPICE clients (development files)
 libspice-gtk3 provides gtk3 widget to show spice display
 and accept user input.
 .
 This package provide the development headers.