blob: c32243f74f5c6279a8c4caaa1d4547813b41097e [file] [log] [blame]
Cyril Brulebois9dd488c2012-02-21 23:58:19 +01001Source: weston
2Section: x11
3Priority: optional
4Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Héctor Orón Martínez507c0602019-08-23 15:05:17 +02005Uploaders: Mike Gabriel <sunweaver@debian.org>,
6 Héctor Orón Martínez <zumbi@debian.org>,
7 Emilio Pozuelo Monfort <pochu@debian.org>
8Build-Depends: debhelper (>= 10),
9 freerdp2-dev,
10 libcairo2-dev (>= 1.10.0),
11 libcolord-dev (>= 0.1.27),
12 libdbus-1-dev,
13 libdrm-dev (>= 2.4.83),
14 libegl1-mesa-dev (>= 9.0~),
15 libgbm-dev (>= 17.2),
16 libgdk-pixbuf2.0-dev,
17 libgles2-mesa-dev (>= 9.0~),
18 libglu1-mesa-dev,
19 libgstreamer-plugins-base1.0-dev,
20 libgstreamer1.0-dev,
21 libinput-dev (>= 0.8.0),
22 libjpeg-dev,
23 liblcms2-dev,
24 libpam0g-dev,
25 libpango1.0-dev,
26 libpixman-1-dev (>= 0.25.2),
27 libpng-dev,
28 libsystemd-dev,
29 libudev-dev (>= 136),
30 libva-dev,
31 libvpx-dev,
32 libwayland-dev (>= 1.11.91),
33 libwebp-dev,
34 libx11-dev,
35 libx11-xcb-dev,
36 libxcb-composite0-dev,
37 libxcb-shape0-dev,
38 libxcb-xfixes0-dev,
39 libxcb-xkb-dev,
40 libxcb1-dev,
41 libxcursor-dev,
42 libxkbcommon-dev (>= 0.3.0),
43 libxml2-dev,
44 mesa-common-dev,
45 meson,
46 pkg-config,
47 quilt,
48 wayland-protocols (>= 1.13)
Héctor Orón Martínez80316932016-06-01 13:35:05 +020049Standards-Version: 3.9.8
Mike Gabrielb1fe2b22013-06-28 14:31:18 +020050Homepage: http://wayland.freedesktop.org/
Emilio Pozuelo Monfort8f72d092018-05-19 13:47:15 +020051Vcs-Git: https://salsa.debian.org/xorg-team/wayland/weston.git
52Vcs-Browser: https://salsa.debian.org/xorg-team/wayland/weston
Cyril Brulebois9dd488c2012-02-21 23:58:19 +010053
54Package: weston
55Architecture: linux-any
Héctor Orón Martínez507c0602019-08-23 15:05:17 +020056Depends: adduser,
57 libegl1-mesa (>= 8.0-2) | libegl1-x11,
58 libgles2-mesa (>= 8.0-2) | libgles2,
59 libwayland-egl1-mesa (>= 10.1.0-2) | libwayland-egl1,
60 ${misc:Depends},
61 ${shlibs:Depends}
62Recommends: libgl1-mesa-dri
Cyril Brulebois9dd488c2012-02-21 23:58:19 +010063Description: reference implementation of a wayland compositor
64 Part of the Wayland project is also the Weston reference implementation
65 of a Wayland compositor. Weston can run as an X client or under Linux
66 KMS and ships with a few demo clients. The Weston compositor is a minimal
67 and fast compositor and is suitable for many embedded and mobile use
Emilio Pozuelo Monfort91c5ce72016-12-07 19:17:42 +010068 cases.
69
Héctor Orón Martínez507c0602019-08-23 15:05:17 +020070Package: libweston-6-0
Emilio Pozuelo Monfort91c5ce72016-12-07 19:17:42 +010071Section: libs
72Architecture: linux-any
Héctor Orón Martínez507c0602019-08-23 15:05:17 +020073Depends: ${misc:Depends}, ${shlibs:Depends}
Emilio Pozuelo Monfort91c5ce72016-12-07 19:17:42 +010074Replaces: weston (<< 1.12.0-1)
75Breaks: weston (<< 1.12.0-1)
76Description: reference implementation of a wayland compositor (shared libs)
77 Part of the Wayland project is also the Weston reference implementation
78 of a Wayland compositor. Weston can run as an X client or under Linux
79 KMS and ships with a few demo clients. The Weston compositor is a minimal
80 and fast compositor and is suitable for many embedded and mobile use
81 cases.
82 .
83 This package includes the libweston shared libraries.
84
Héctor Orón Martínez507c0602019-08-23 15:05:17 +020085Package: libweston-6-dev
Emilio Pozuelo Monfort91c5ce72016-12-07 19:17:42 +010086Section: libdevel
87Architecture: linux-any
Héctor Orón Martínez507c0602019-08-23 15:05:17 +020088Depends: libpixman-1-dev,
89 libwayland-dev,
90 libweston-6-0 (= ${binary:Version}),
91 libxkbcommon-dev,
92 ${misc:Depends},
93 ${shlibs:Depends}
Emilio Pozuelo Monfort91c5ce72016-12-07 19:17:42 +010094Replaces: weston (<< 1.12.0-1)
95Breaks: weston (<< 1.12.0-1)
96Description: reference implementation of a wayland compositor (shared libs)
97 Part of the Wayland project is also the Weston reference implementation
98 of a Wayland compositor. Weston can run as an X client or under Linux
99 KMS and ships with a few demo clients. The Weston compositor is a minimal
100 and fast compositor and is suitable for many embedded and mobile use
101 cases.
102 .
103 This package includes the libweston headers.