New package: weston-1.0.1.
This commit is contained in:
parent
5a90e64c45
commit
e0ea187913
|
@ -97,7 +97,9 @@ libXrender.so.1 libXrender-0.9.4_1
|
|||
libXrandr.so.2 libXrandr-1.3.0_1
|
||||
libGLU.so.1 glu-9.0.0_1
|
||||
libEGL.so.1 libEGL-7.11_1
|
||||
libGLESv1_CM.so.1 libEGL-7.11_1
|
||||
libwayland-egl.so.1 libEGL-9.0.1_1
|
||||
libGLESv1_CM.so.1 libGLES-9.0.1_1
|
||||
libGLESv2.so.2 libGLES-9.0.1_1
|
||||
libGL.so.1 libGL-7.11_1
|
||||
libglapi.so.0 libglapi-7.11_1
|
||||
libOpenVG.so.1 libOpenVG-7.11_1
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'weston'.
|
||||
pkgname=weston
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Reference implementation of a Wayland compositor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://wayland.freedesktop.org/"
|
||||
license="MIT"
|
||||
distfiles="http://wayland.freedesktop.org/releases/${pkgname}-${version}.tar.xz"
|
||||
checksum=8abd6fe3f73317971e60857f1c66426f6213d2d0ee1078c3d09a8da68b942703
|
||||
long_desc="
|
||||
Weston is the reference implementation of a Wayland compositor, and a
|
||||
useful compositor in its own right. Weston has various backends that
|
||||
lets it run on Linux kernel modesetting and evdev input as well as
|
||||
under X11. Weston ships with a few example clients, from simple
|
||||
clients that demonstrate certain aspects of the protocol to more
|
||||
complete clients and a simplistic toolkit. There is also a quite
|
||||
capable terminal emulator (weston-terminal) and an toy/example desktop
|
||||
shell. Finally, weston also provides integration with the Xorg server
|
||||
and can pull X clients into the Wayland desktop and act as a X window
|
||||
manager."
|
||||
|
||||
# XXX xcb-xkb.pc
|
||||
makedepends="pkg-config wayland-devel>=1.0.0 libxkbcommon-devel
|
||||
xcb-util-keysyms-devel pixman-devel libXcursor-devel MesaLib-devel
|
||||
cairo-devel mtdev-devel libwebp-devel jpeg-devel poppler-glib-devel
|
||||
pam-devel systemd-devel librsvg glu-devel"
|
|
@ -0,0 +1,30 @@
|
|||
libcairo.so.2
|
||||
libc.so.6
|
||||
libdrm.so.2
|
||||
libpam.so.0
|
||||
libsystemd-login.so.0
|
||||
libpixman-1.so.0
|
||||
libpng15.so.15
|
||||
libwebp.so.4
|
||||
libwayland-client.so.0
|
||||
libxkbcommon.so.0
|
||||
libwayland-cursor.so.0
|
||||
libjpeg.so.8
|
||||
libwayland-egl.so.1
|
||||
libEGL.so.1
|
||||
libm.so.6
|
||||
libutil.so.1
|
||||
libwayland-server.so.0
|
||||
libGLESv2.so.2
|
||||
libdl.so.2
|
||||
libGLU.so.1
|
||||
libGL.so.1
|
||||
libX11-xcb.so.1
|
||||
libX11.so.6
|
||||
libxcb.so.1
|
||||
libudev.so.1
|
||||
libgbm.so.1
|
||||
libmtdev.so.1
|
||||
libxcb-xfixes.so.0
|
||||
libXcursor.so.1
|
||||
libxcb-render.so.0
|
Loading…
Reference in New Issue