| 1 |
Source: xpra
|
| 2 |
Section: x11
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
|
| 5 |
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>,
|
| 6 |
Miguel Landaeta <miguel@miguel.cc>
|
| 7 |
Build-Depends: cython,
|
| 8 |
debhelper (>= 9),
|
| 9 |
libavcodec-dev,
|
| 10 |
libswscale-dev,
|
| 11 |
libvpx-dev,
|
| 12 |
libx11-dev,
|
| 13 |
libx264-dev,
|
| 14 |
libxcomposite-dev,
|
| 15 |
libxdamage-dev,
|
| 16 |
libxtst-dev,
|
| 17 |
python-all-dev (>= 2.6.6-2),
|
| 18 |
python-gobject-dev,
|
| 19 |
python-gtk2-dev
|
| 20 |
Standards-Version: 3.9.3
|
| 21 |
Homepage: http://xpra.org/
|
| 22 |
Vcs-Svn: svn://svn.debian.org/python-apps/packages/xpra/trunk/
|
| 23 |
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/xpra/trunk/
|
| 24 |
|
| 25 |
Package: xpra
|
| 26 |
Architecture: any
|
| 27 |
Depends: ${misc:Depends},
|
| 28 |
${python:Depends},
|
| 29 |
${shlibs:Depends}
|
| 30 |
python-wimpiggy (=${binary:Version}),
|
| 31 |
python-dbus,
|
| 32 |
python-gtk2,
|
| 33 |
python-imaging,
|
| 34 |
x11-xserver-utils,
|
| 35 |
xvfb,
|
| 36 |
Suggests: openssh-client, openssh-server
|
| 37 |
Description: tool to detach/reattach running X programs
|
| 38 |
Xpra gives you the functionality of GNU Screen for X applications.
|
| 39 |
.
|
| 40 |
It allows the user to view remote X applications on their local machine, and
|
| 41 |
disconnect and reconnect from the remote machine without losing the state of
|
| 42 |
the running applications.
|
| 43 |
.
|
| 44 |
Unlike VNC, these applications are "rootless". They appear as individual
|
| 45 |
windows inside your window manager rather than being contained within a single
|
| 46 |
window.
|
| 47 |
|
| 48 |
Package: python-wimpiggy
|
| 49 |
Section: python
|
| 50 |
Architecture: any
|
| 51 |
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-gtk2
|
| 52 |
Provides: wimpiggy
|
| 53 |
Conflicts: wimpiggy
|
| 54 |
Description: library for writing window managers, using GTK+
|
| 55 |
A helper library for writing window managers.
|
| 56 |
.
|
| 57 |
As the author says, wimpiggy is "a library to make writing fancypants,
|
| 58 |
EWMH-compliant, compositing window managers just as easy as writing an app in
|
| 59 |
PyGTK+."
|