Cyril Brulebois | 9dd488c | 2012-02-21 23:58:19 +0100 | [diff] [blame^] | 1 | Source: weston |
| 2 | Section: x11 |
| 3 | Priority: optional |
| 4 | Maintainer: Debian X Strike Force <debian-x@lists.debian.org> |
| 5 | Uploaders: Cyril Brulebois <kibi@debian.org> |
| 6 | Build-Depends: |
| 7 | debhelper (>= 8), |
| 8 | quilt, |
| 9 | dh-autoreconf, |
| 10 | pkg-config, |
| 11 | libpixman-1-dev, |
| 12 | libpng-dev, |
| 13 | libjpeg-dev, |
| 14 | mesa-common-dev, |
| 15 | libegl1-mesa-dev (>= 8.0-2), |
| 16 | libegl1-mesa-drivers (>= 8.0-2), |
| 17 | libgles2-mesa-dev (>= 8.0-2), |
| 18 | libwayland-dev (>= 0.85), |
| 19 | libxcb1-dev, |
| 20 | libxcb-xfixes0-dev, |
| 21 | libx11-xcb-dev, |
| 22 | libx11-dev, |
| 23 | libudev-dev, |
| 24 | libgbm-dev, |
| 25 | libxkbcommon-dev, |
| 26 | libcairo2-dev, |
| 27 | libgdk-pixbuf2.0-dev, |
| 28 | Standards-Version: 3.9.2 |
| 29 | Vcs-Git: git://git.debian.org/git/pkg-xorg/wayland/weston |
| 30 | Vcs-Browser: http://git.debian.org/?p=pkg-xorg/wayland/weston.git |
| 31 | |
| 32 | Package: weston |
| 33 | Architecture: linux-any |
| 34 | Depends: |
| 35 | libegl1-mesa (>= 8.0-2), |
| 36 | libegl1-mesa-drivers (>= 8.0-2), |
| 37 | libgles2-mesa (>= 8.0-2), |
| 38 | ${shlibs:Depends}, |
| 39 | ${misc:Depends}, |
| 40 | Description: reference implementation of a wayland compositor |
| 41 | Part of the Wayland project is also the Weston reference implementation |
| 42 | of a Wayland compositor. Weston can run as an X client or under Linux |
| 43 | KMS and ships with a few demo clients. The Weston compositor is a minimal |
| 44 | and fast compositor and is suitable for many embedded and mobile use |
| 45 | cases. |