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 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 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
|
Source: weston
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Héctor Orón Martínez <zumbi@debian.org>,
Emilio Pozuelo Monfort <pochu@debian.org>,
Dylan Aïssi <daissi@debian.org>
Section: x11
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
freerdp3-dev,
glslang-tools,
libcairo2-dev (>= 1.10.0),
libcolord-dev (>= 0.1.27),
libdbus-1-dev,
libdisplay-info-dev (>= 0.2.0),
libdrm-dev (>= 2.4.108),
libegl1-mesa-dev (>= 9.0~),
libgbm-dev (>= 17.2),
libgdk-pixbuf-2.0-dev,
libgles2-mesa-dev (>= 9.0~),
libglu1-mesa-dev,
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
libinput-dev (>= 1.2.0),
libjpeg-dev,
liblcms2-dev,
liblua5.4-dev,
libneatvnc-dev (>= 0.7.0) [!sparc64],
libpam0g-dev,
libpango1.0-dev,
libpipewire-0.3-dev,
libpixman-1-dev (>= 0.25.2),
libpng-dev,
libseat-dev (>= 0.4),
libsystemd-dev,
libudev-dev (>= 136),
libva-dev,
libvpx-dev,
libvulkan-dev,
libwayland-dev (>= 1.22.0),
libwebp-dev,
libx11-dev,
libx11-xcb-dev,
libxcb-composite0-dev,
libxcb-cursor-dev,
libxcb-shape0-dev,
libxcb-xfixes0-dev,
libxcb-xkb-dev,
libxcb1-dev,
libxcursor-dev,
libxkbcommon-dev (>= 0.3.0),
libxml2-dev,
mesa-common-dev,
mesa-vulkan-drivers <!nocheck>,
meson (>= 0.63.0),
pkgconf,
wayland-protocols (>= 1.33),
xwayland
Build-Depends-Indep:
python3-breathe <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/xorg-team/wayland/weston
Vcs-Git: https://salsa.debian.org/xorg-team/wayland/weston.git -b debian-experimental
Homepage: https://wayland.pages.freedesktop.org/weston/
Rules-Requires-Root: no
Package: weston
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: libgl1-mesa-dri,
xwayland
Suggests: wayland-utils
Description: reference implementation of a wayland compositor
Part of the Wayland project is also the Weston reference implementation
of a Wayland compositor. Weston can run as an X client or under Linux
KMS and ships with a few demo clients. The Weston compositor is a minimal
and fast compositor and is suitable for many embedded and mobile use
cases.
Package: weston-dev
Architecture: linux-any
Depends: weston,
libweston-15-dev,
${misc:Depends},
${shlibs:Depends}
Breaks: weston (<< 14.0.0-3)
Replaces: weston (<< 14.0.0-3)
Description: reference implementation of a wayland compositor (headers)
Part of the Wayland project is also the Weston reference implementation
of a Wayland compositor. Weston can run as an X client or under Linux
KMS and ships with a few demo clients. The Weston compositor is a minimal
and fast compositor and is suitable for many embedded and mobile use
cases.
.
This package includes the weston headers for plugin development.
Package: weston-doc
Section: doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: reference implementation of a wayland compositor (doc)
Part of the Wayland project is also the Weston reference implementation
of a Wayland compositor. Weston can run as an X client or under Linux
KMS and ships with a few demo clients. The Weston compositor is a minimal
and fast compositor and is suitable for many embedded and mobile use
cases.
.
This package contains the Weston documentation.
Package: libweston-15-0
Architecture: linux-any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Description: reference implementation of a wayland compositor (shared libs)
Part of the Wayland project is also the Weston reference implementation
of a Wayland compositor. Weston can run as an X client or under Linux
KMS and ships with a few demo clients. The Weston compositor is a minimal
and fast compositor and is suitable for many embedded and mobile use
cases.
.
This package includes the libweston shared libraries.
Package: libweston-15-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends: libpixman-1-dev,
libwayland-dev,
libweston-15-0 (= ${binary:Version}),
libxkbcommon-dev,
${misc:Depends},
${shlibs:Depends}
Description: reference implementation of a wayland compositor (headers)
Part of the Wayland project is also the Weston reference implementation
of a Wayland compositor. Weston can run as an X client or under Linux
KMS and ships with a few demo clients. The Weston compositor is a minimal
and fast compositor and is suitable for many embedded and mobile use
cases.
.
This package includes the libweston headers.
|