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
|
Source: libdmx
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Cyril Brulebois <kibi@debian.org>
Build-Depends:
libx11-dev (>= 1:0.99.2),
x11proto-dmx-dev (>= 1:2.2.99.1),
libxext-dev (>= 1:0.99.1),
automake,
libtool,
xutils-dev (>= 1:7.5+4),
pkg-config,
# DEB_HOST_MULTIARCH
dpkg-dev (>= 1.16),
# misc:Pre-Depends
debhelper (>= 8.1.3),
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libdmx
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libdmx.git
Package: libdmx1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
Description: X11 Distributed Multihead extension library
libdmx is an interface to the DMX extension for X, which allows a single
server to be set up as a proxy spanning multiple servers -- not unlike
Xinerama across discrete physical machines. It can be reconfigured
on the fly to change the layout, and it is presented as a single logical
display to clients.
.
libdmx allows clients to configure the layout of DMX servers by adding
and removing screens, input devices, et al.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libdmx
Package: libdmx1-dbg
Section: debug
Architecture: any
Priority: extra
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${shlibs:Depends},
${misc:Depends},
libdmx1 (= ${binary:Version}),
Description: X11 Distributed Multihead library (debug package)
libdmx is an interface to the DMX extension for X, which allows a single
server to be set up as a proxy spanning multiple servers -- not unlike
Xinerama across discrete physical machines. It can be reconfigured
on the fly to change the layout, and it is presented as a single logical
display to clients.
.
libdmx allows clients to configure the layout of DMX servers by adding
and removing screens, input devices, et al.
.
This package contains the debug versions of the library found in libdmx1.
Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libdmx
Package: libdmx-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
libdmx1 (= ${binary:Version}),
libx11-dev,
x11proto-dmx-dev,
Replaces: x11proto-dmx-dev (<< 1:2.2.99.1)
Description: X11 Distributed Multihead extension library (development headers)
libdmx is an interface to the DMX extension for X, which allows a single
server to be set up as a proxy spanning multiple servers -- not unlike
Xinerama across discrete physical machines. It can be reconfigured
on the fly to change the layout, and it is presented as a single logical
display to clients.
.
libdmx allows clients to configure the layout of DMX servers by adding
and removing screens, input devices, et al.
.
This package contains the development headers for the library found in
libdmx1. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
git://anongit.freedesktop.org/git/xorg/lib/libdmx
|