control 16.8 KB
Newer Older
Mike Gabriel's avatar
Mike Gabriel committed
1 2
Source: nx-libs
Section: x11
3
Priority: optional
4
Maintainer: Artica Project <devs@lists.arctica-project.org>
5
Uploaders: Mike Gabriel <sunweaver@debian.org>, Mihai Moldovan <ionic@ionic.de>
Mike Gabriel's avatar
Mike Gabriel committed
6
Build-Depends:
7 8
 autoconf,
 automake,
9
 debhelper (>= 9),
10
 dpkg-dev (>= 1.16.1.1),
11
 expat,
Mike Gabriel's avatar
Mike Gabriel committed
12
 libjpeg-dev,
13 14
 libpixman-1-dev (>= 0.13.2),
 libpng-dev,
15
 libtool,
16
 libxcomposite-dev,
17
 libxdamage-dev,
18
 libxdmcp-dev,
19
 libxext-dev,
20
 libxfixes-dev,
21
 libxfont-dev (>= 1.4.2),
22 23
# libxkbfile-dev is required by xkbcomp.pc, see Debian bug #913359
 libxkbfile-dev,
24
 libxinerama-dev,
25 26 27
 libxml2-dev,
 libxpm-dev,
 libxrandr-dev,
28
 libxrender-dev,
29
 libxtst-dev,
30
 pkg-config,
31
 quilt (>= 0.46-7~),
32
 x11-xkb-utils,
Mike Gabriel's avatar
Mike Gabriel committed
33
 x11proto-core-dev,
34
 xutils-dev,
35
 zlib1g-dev,
36
 lsb-release,
37
Standards-Version: 4.2.1
38 39 40
Homepage: https://github.com/ArcticaProject/nx-libs/
Vcs-Git: https://github.com/ArcticaProject/nx-libs/
Vcs-Browser: https://github.com/ArcticaProject/nx-libs/
Mike Gabriel's avatar
Mike Gabriel committed
41

42 43 44
Package: nx-x11-common
Architecture: all
Multi-Arch: foreign
45 46 47 48 49
Depends: ${misc:Depends}
Breaks:
 libnx-x11 (<< 2:3.5.0.29-1~),
 nxagent (<< 2:3.5.0.29-1~),
 nxlibs (<= 3.5.1)
50 51 52 53 54
Description: nx-X11 (common files)
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
55 56
 This package provides all runtime architecture-independent files for
 nx-X11 Xserver (aka nxagent).
57 58 59 60

Package: nx-x11proto-core-dev
Section: libdevel
Architecture: any
61 62
Depends: ${misc:Depends}
Breaks: libnx-x11-dev (<< 2:3.5.0.29-1~), nxlibs (<= 3.5.1)
63 64 65 66 67 68 69 70 71 72
Description: nx-X11 core wire protocol and auxiliary headers
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 This package provides development headers describing the wire protocol
 for the core nx-X11 protocol, and also provides a number of utility headers,
 used to abstract OS-specific functions.

Package: libnx-x11-6
73
Section: libs
74 75 76
Architecture: any
Multi-Arch: same
Depends:
77
 libx11-data,
78
 libxcomp3 (= ${binary:Version}),
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
 nx-x11-common (<< ${source:Version}.1),
 nx-x11-common (>= ${source:Version}),
 ${misc:Depends},
 ${shlibs:Depends}
Breaks:
 libnx-x11 (<< 2:3.5.0.29-1~),
 libnx-xau6 (<< 2:3.6.0.0),
 libnx-xcomposite1 (<< 2:3.6.0.0),
 libnx-xdamage1 (<< 2:3.6.0.0),
 libnx-xdmcp6 (<< 2:3.6.0.0),
 libnx-xext6 (<< 2:3.6.0.0),
 libnx-xfixes3 (<< 2:3.6.0.0),
 libnx-xinerama1 (<< 2:3.6.0.0),
 libnx-xpm4 (<< 2:3.6.0.0),
 libnx-xrandr2 (<< 2:3.6.0.0),
 libnx-xrender1 (<< 2:3.6.0.0),
 libnx-xtst6 (<< 2:3.6.0.0),
 nxlibs (<= 3.5.1)
Replaces:
 libnx-xau6,
 libnx-xcomposite1,
 libnx-xdamage1,
 libnx-xdmcp6,
 libnx-xext6,
 libnx-xfixes3,
 libnx-xinerama1,
 libnx-xpm4,
 libnx-xrandr2,
 libnx-xrender1,
 libnx-xtst6,
 nxlibs
110
Description: nxagent's libNX_X11 client-part library
111 112 113 114
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
115 116
 This package provides the libNX_X11 library (a libX11 drop-in
 replacement used by nxagent).
117 118 119 120 121

Package: libnx-x11-dev
Provides: libnx-x11-6-dev
Section: libdevel
Architecture: any
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
Breaks:
 libnx-xau-dev (<< 2:3.6.0.0),
 libnx-xcomposite-dev (<< 2:3.6.0.0),
 libnx-xdamage-dev (<< 2:3.6.0.0),
 libnx-xdmcp-dev (<< 2:3.6.0.0),
 libnx-xext-dev (<< 2:3.6.0.0),
 libnx-xfixes-dev (<< 2:3.6.0.0),
 libnx-xinerama-dev (<< 2:3.6.0.0),
 libnx-xpm-dev (<< 2:3.6.0.0),
 libnx-xrandr-dev (<< 2:3.6.0.0),
 libnx-xrender-dev (<< 2:3.6.0.0),
 libnx-xtst-dev (<< 2:3.6.0.0),
 nxlibs-dev (<=3.5.1)
Replaces:
 libnx-xau-dev,
 libnx-xcomposite-dev,
 libnx-xdamage-dev,
 libnx-xdmcp-dev,
 libnx-xext-dev,
 libnx-xfixes-dev,
 libnx-xinerama-dev,
 libnx-xpm-dev,
 libnx-xrandr-dev,
 libnx-xrender-dev,
 libnx-xtst-dev,
 nxlibs-dev
Depends: libnx-x11-6 (= ${binary:Version}), ${misc:Depends}
149
Description: nxagent's libNX_X11 client-part library (development headers)
150 151 152 153
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
154 155
 This package provides development headers of the libNX_X11 library (a
 libX11 drop-in replacement used by nxagent).
156 157 158 159

Package: libnx-x11-6-dbg
Architecture: any
Multi-Arch: same
160
Depends: libnx-x11-6 (= ${binary:Version}), ${misc:Depends}
161
Section: debug
162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
Breaks:
 libnx-xau6-dbg (<< 2:3.6.0.0),
 libnx-xcomposite1-dbg (<< 2:3.6.0.0),
 libnx-xdamage1-dbg (<< 2:3.6.0.0),
 libnx-xdmcp6-dbg (<< 2:3.6.0.0),
 libnx-xext6-dbg (<< 2:3.6.0.0),
 libnx-xfixes3-dbg (<< 2:3.6.0.0),
 libnx-xinerama1-dbg (<< 2:3.6.0.0),
 libnx-xpm4-dbg (<< 2:3.6.0.0),
 libnx-xrandr2-dbg (<< 2:3.6.0.0),
 libnx-xrender1-dbg (<< 2:3.6.0.0),
 libnx-xtst6-dbg (<< 2:3.6.0.0),
 nx-x11-dbg (<< 2:3.5.0.29-1~)
Replaces:
 libnx-xau6-dbg,
 libnx-xcomposite1-dbg,
 libnx-xdamage1-dbg,
 libnx-xdmcp6-dbg,
 libnx-xext6-dbg,
 libnx-xfixes3-dbg,
 libnx-xinerama1-dbg,
 libnx-xpm4-dbg,
 libnx-xrandr2-dbg,
 libnx-xrender1-dbg,
 libnx-xtst6-dbg,
 nx-x11-dbg
188
Description: nx-X11 client-side library (debug package)
189 190 191 192 193 194 195
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 This package contains debug symbols for the core nx-X11 libraries
 customized for nxagent.

196
Package: nx-x11proto-xext-dev
197 198 199
Section: libdevel
Architecture: any
Multi-Arch: same
200 201 202 203 204
Depends: ${misc:Depends}
Breaks:
 libnx-x11-dev (<< 2:3.5.0.29-1~),
 libnx-xext-dev (<< 2:3.5.99.0~),
 nxlibs (<= 3.5.1)
205
Description: nx-X11 miscellaneous extension wire protocol
206 207 208 209 210
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 This package provides development headers describing the wire protocol
211 212
 for various extensions, the client-side libraries of which are provided
 in the Xext library.
213

214
Package: nx-x11proto-composite-dev
215 216 217
Section: libdevel
Architecture: any
Multi-Arch: same
218 219
Depends: ${misc:Depends}
Breaks: libnx-x11-dev (<< 2:3.5.0.29-1~), nxlibs (<= 3.5.1)
220
Description: nx-X11 Composite extension wire protocol
221 222 223 224 225
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 This package provides development headers describing the wire protocol
226 227
 for the Composite extension in nx-X11, used to let arbitrary client
 programs control drawing of the final image.
228

229 230
Package: nx-x11proto-damage-dev
Section: libdevel
231 232
Architecture: any
Multi-Arch: same
233
Depends: ${misc:Depends}
234
Description: nx-X11 Damage extension wire protocol
235 236 237 238
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
239 240 241
 This package provides development headers describing the wire protocol
 for the Damage extension, used to notify clients of changes made to
 particular areas.
242 243 244 245 246

Package: nx-x11proto-xfixes-dev
Section: libdevel
Architecture: any
Multi-Arch: same
247 248
Depends: ${misc:Depends}
Breaks: libnx-x11-dev (<< 2:3.5.0.29-1~), nxlibs (<= 3.5.1)
249 250 251 252 253 254 255 256 257 258 259 260
Description: nx-X11 'xfixes' extension wire protocol
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 This package provides development headers describing the wire protocol
 for the XFIXES extension.

Package: nx-x11proto-xinerama-dev
Section: libdevel
Architecture: any
Multi-Arch: same
261
Depends: ${misc:Depends}
262 263 264 265 266
Description: nx-X11 Xinerama extension wire protocol
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
267 268 269
 This package provides development headers describing the wire protocol
 for the XINERAMA extension, used to use and manage a multiple-screen
 display.
270 271 272 273 274

Package: nx-x11proto-randr-dev
Section: libdevel
Architecture: any
Multi-Arch: same
275
Depends: ${misc:Depends}
276
Description: nx-X11 RandR extension wire protocol
277 278 279 280
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
281 282 283
 This package provides development headers describing the wire protocol
 for the RandR extension, used to change display properties such as
 resolution, rotation, reflection, et al, on the fly.
284 285 286 287 288

Package: nx-x11proto-render-dev
Section: libdevel
Architecture: any
Multi-Arch: same
289
Depends: ${misc:Depends}
290
Description: nx-X11 Render extension wire protocol
291 292 293 294
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
295 296
 This package provides development headers describing the wire protocol for
 the Render extension, used to implement Porter-Duff operations within X.
297

298 299 300 301
Package: nx-x11proto-scrnsaver-dev
Section: libdevel
Architecture: any
Multi-Arch: same
302 303
Depends: ${misc:Depends}
Breaks: libnx-x11-dev (<< 2:3.5.0.29-1~), nxlibs (<= 3.5.1)
304 305 306 307 308 309 310 311 312
Description: nx-X11 Screen Saver extension wire protocol
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 This package provides development headers describing the wire protocol
 for the MIT-SCREEN-SAVER extension, used to notify the server of client
 screen saver events.

Mike Gabriel's avatar
Mike Gabriel committed
313 314 315
Package: libnx-mesa-extras-dev
Section: libdevel
Architecture: any
316
Depends: libnx-x11-dev (= ${binary:Version}), ${misc:Depends}
317
Description: Library headers for nx-X11/Mesa (dummy package)
318
 NX is a software suite which implements very efficient
319 320
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
Mike Gabriel's avatar
Mike Gabriel committed
321
 .
322 323 324
 This package can be safely removed. Since 3.5.0.29 of nx-libs
 no Mesa header files are shipped with binary packages of NX
 (redistributed) any more.
Mike Gabriel's avatar
Mike Gabriel committed
325 326 327

Package: nxagent
Architecture: any
328
Multi-Arch: foreign
Mike Gabriel's avatar
Mike Gabriel committed
329
Depends:
330
 libnx-x11-6 (= ${binary:Version}),
331 332
 libxcomp3 (= ${binary:Version}),
 libxcompshad3 (= ${binary:Version}),
333
 x11-xkb-utils,
334
 ${misc:Depends},
335
 ${shlibs:Depends},
336 337 338
Recommends: xfonts-base, xkb-data
Breaks: libxcompext3 (<< 2:3.5.99.3~), nxauth
Replaces: libxcompext3, nxauth
339
Description: Nested Xserver (aka NX Agent) supporting the NX compression protocol
340
 NX is a software suite which implements very efficient
341 342 343
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
344 345 346 347
 nxagent is a nested Xserver providing NX transport of X sessions. The
 application is based on the well known Xnest "nested" server. nxagent,
 like Xnest, is an X server for its own clients, and at the same time, an
 X client for a system's local X server.
Mike Gabriel's avatar
Mike Gabriel committed
348 349
 .
 The main scope of nxagent is to eliminate X round-trips or transform
350
 them into asynchronous replies. nxagent works together with nxproxy.
351
 nxproxy itself does not make any effort to minimize round-trips
Mike Gabriel's avatar
Mike Gabriel committed
352 353 354
 by itself, this is demanded of nxagent.
 .
 Being an X server, nxagent is able to resolve all the property/atoms related
355 356
 requests locally, ensuring that the most common source of round-trips are
 nearly reduced to zero.
357

358 359 360 361
Package: nxagent-dbg
Section: debug
Architecture: any
Multi-Arch: foreign
362 363
Depends: nxagent (= ${binary:Version}), ${misc:Depends}
Breaks: nx-x11-dbg (<< 2:3.5.0.29-1~)
364 365 366 367 368 369 370 371 372 373 374 375 376 377
Description: NX agent (debug package)
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 nxagent is an agent providing NX transport of X sessions. The application
 is based on the well known Xnest "nested" server. nxagent, like Xnest,
 is an X server for its own clients, and at the same time, an X client
 for a system's local X server.
 .
 This package contains detached debug symbols that help generating more
 helpful backtraces. You can safely remove it if you do not intend to
 debug NX packages on this system.

378 379 380 381 382 383 384 385 386 387 388
Package: nxdialog
Architecture: all
Depends:
 python3,
 python3-gi,
 gir1.2-gtk-3.0,
 x11-xkb-utils,
 ${misc:Depends},
Recommends:
 nxagent,
Breaks:
Mike Gabriel's avatar
Mike Gabriel committed
389
 nxagent (<< 2:3.5.99.22-0~),
390
Replaces:
Mike Gabriel's avatar
Mike Gabriel committed
391
 nxagent (<< 2:3.5.99.22-0~),
392 393 394 395 396 397 398 399
Description: Dialogs for NX Agent
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 nxdialog adds dialog windows/menus to nxagent. They get triggered by
 certain actions within the NX Agent Xserver.

400 401
Package: nxproxy
Architecture: any
402
Multi-Arch: foreign
403 404 405
Depends: libxcomp3 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Breaks: nxauth, qvd-nxproxy
Replaces: nxauth, qvd-nxproxy
406 407
Description: NX proxy
 NX is a software suite which implements very efficient
408 409
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
410 411
 .
 This package provides the NX proxy (client) binary.
412 413 414 415 416

Package: nxproxy-dbg
Section: debug
Architecture: any
Multi-Arch: foreign
417 418 419
Depends: nxproxy (= ${binary:Version}), ${misc:Depends}
Suggests: libxcomp3-dbg
Breaks: nx-x11-dbg (<< 2:3.5.0.29-1~)
420 421 422 423 424 425 426 427 428 429
Description: NX proxy (debug package)
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
 This package provides the NX proxy (client) binary.
 .
 This package contains detached debug symbols that help generating more
 helpful backtraces. You can safely remove it if you do not intend to
 debug NX packages on this system.
430

Mike Gabriel's avatar
Mike Gabriel committed
431
Package: libxcomp3
432
Section: libs
Mike Gabriel's avatar
Mike Gabriel committed
433
Architecture: any
434
Multi-Arch: same
435 436 437
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: nxcomp (<= 3.5.1), qvd-libxcomp3
Replaces: nxcomp, qvd-libxcomp3
438
Description: NX compression library
439
 NX is a software suite which implements very efficient
440 441
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
Mike Gabriel's avatar
Mike Gabriel committed
442 443 444 445
 .
 This package provides the compression library.

Package: libxcomp-dev
446
Provides: libxcomp3-dev
Mike Gabriel's avatar
Mike Gabriel committed
447 448
Section: libdevel
Architecture: any
449
Depends: libxcomp3 (= ${binary:Version}), ${misc:Depends}
450
Breaks: nxcomp-dev (<=3.5.1)
451
Replaces: nxcomp-dev
452
Description: NX compression library (development headers)
453 454 455 456
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
457 458
 This package provides the compression library.
 .
459 460 461 462 463
 This package contains the development headers for this library.

Package: libxcomp3-dbg
Architecture: any
Multi-Arch: same
464
Depends: libxcomp3 (= ${binary:Version}), ${misc:Depends}
465
Section: debug
466
Breaks: nx-x11-dbg (<< 2:3.5.0.29-1~)
467
Description: nx-X11 compression library (debug package)
468
 NX is a software suite which implements very efficient
469 470
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
Mike Gabriel's avatar
Mike Gabriel committed
471
 .
472 473
 This package provides the compression library.
 .
474
 This package contains debug symbols for this library.
Mike Gabriel's avatar
Mike Gabriel committed
475 476

Package: libxcompshad3
477
Section: libs
Mike Gabriel's avatar
Mike Gabriel committed
478
Architecture: any
479
Multi-Arch: same
480
Depends: libnx-x11-6 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
481
Breaks: nxcompshad (<=3.5.1)
Mike Gabriel's avatar
Mike Gabriel committed
482
Replaces: nxcompshad
483
Description: NX shadowing library
484
 NX is a software suite which implements very efficient
Mike Gabriel's avatar
Mike Gabriel committed
485 486 487
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
488
 This package provides a library for shadow session support.
Mike Gabriel's avatar
Mike Gabriel committed
489 490

Package: libxcompshad-dev
491
Provides: libxcompshad3-dev
Mike Gabriel's avatar
Mike Gabriel committed
492 493
Section: libdevel
Architecture: any
494 495 496
Depends: libxcompshad3 (= ${binary:Version}), ${misc:Depends}
Breaks: nxcompshad-dev (<= 3.5.1)
Replaces: nxcompshad-dev
497
Description: NX shadowing library (development headers)
498
 NX is a software suite which implements very efficient
Mike Gabriel's avatar
Mike Gabriel committed
499 500 501
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
502 503
 This package provides a library for shadow session support.
 .
504
 This package contains the development headers for this library.
505

506
Package: libxcompshad3-dbg
507
Architecture: any
508
Multi-Arch: same
509
Depends: libxcompshad3 (= ${binary:Version}), ${misc:Depends}
510
Section: debug
511
Breaks: nx-x11-dbg (<< 2:3.5.0.29-1~)
512
Description: nx-X11 shadowing library (debug package)
513 514 515 516
 NX is a software suite which implements very efficient
 compression of the X11 protocol. This increases performance when
 using X applications over a network, especially a slow one.
 .
517 518
 This package provides a library for shadow session support.
 .
519
 This package contains debug symbols for this library.