]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta: add missing description for some recipes in graphics
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Thu, 7 Nov 2019 02:34:36 +0000 (21:34 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Nov 2019 14:07:00 +0000 (14:07 +0000)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/clutter/clutter-1.0.inc
meta/recipes-graphics/cogl/cogl-1.0.inc
meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb
meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb
meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb
meta/recipes-graphics/piglit/piglit_git.bb
meta/recipes-graphics/virglrenderer/virglrenderer_0.8.0.bb
meta/recipes-graphics/wayland/libinput_1.14.1.bb

index 6dbbf4d803558cf11d3ea9dac04a7e71a9ee5d49..9ecdfd0a8c9c3e7a3075594e4b0d63e9c58007d1 100644 (file)
@@ -1,4 +1,7 @@
 SUMMARY = "Graphics library for creating hardware-accelerated user interfaces"
+DESCRIPTION = "Clutter is an Open GL based interactive canvas library, \
+designed for creating fast, mainly 2D single window applications such as media \
+box UIs, presentations, kiosk style applications and so on."
 HOMEPAGE = "http://www.clutter-project.org/"
 LICENSE = "LGPLv2.1+"
 
index 44361631688fab56ed3365ab162119d867318781..23661d9b64b21b04c90a571a8651bd3a46b13cf8 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "Modern 3D graphics API with associated utility APIs"
+DESCRIPTION = "Cogl is a small open source library for using 3D graphics \
+hardware for rendering. The API departs from the flat state machine style of \
+OpenGL and is designed to make it easy to write orthogonal components that \
+can render without stepping on each others toes."
 HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl"
 LICENSE = "MIT"
 
index 825453ab28e75612a756b9690e7ee56d7ed34782..834d8154eecb1a7d364b6ba60e86e72dc229fd1a 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "OpenGL function pointer management library"
+DESCRIPTION = "It hides the complexity of dlopen(), dlsym(), \
+glXGetProcAddress(), eglGetProcAddress(), etc. from the app developer, with \
+very little knowledge needed on their part. They get to read GL specs and \
+write code using undecorated function names like glCompileShader()."
 HOMEPAGE = "https://github.com/anholt/libepoxy/"
 SECTION = "libs"
 
index ce45e48147ec6298a695461a49c3f5bb6fe35094..cca2d48a4595b7f74e2b08a8bff3d5cc9892abeb 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "Matchbox window manager core library"
+DESCRIPTION = "Matchbox is an Open Source base environment for the X Window \
+System running on non-desktop embedded platforms such as handhelds, set-top \
+boxes, kiosks and anything else for which screen space, input mechanisms or \
+system resources are limited."
 SECTION = "x11/libs"
 HOMEPAGE = "http://matchbox-project.org/"
 BUGTRACKER = "http://bugzilla.yoctoproject.com/"
index cbaf0543654783d52357dcbf22c8da5fc9eb4e3c..57a3024ea960e3b002a4c88b1943b726c05c8b49 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Custom Matchbox session files"
+DESCRIPTION = "Very simple session manager for matchbox tools"
 HOMEPAGE = "http://www.matchbox-project.org/"
 BUGTRACKER = "http://bugzilla.yoctoproject.org/"
 
index d489f82b14b28ba26dc5d5e81fd4cd2cd3064cc1..28a52cfeee97320ef6942996eae102ca41fdc2c1 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "OpenGL driver testing framework"
+DESCRIPTION = "Piglit is an open-source test suite for OpenGL and OpenCL \
+implementations."
 LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0"
 
index d2b11c103a3b5db60fc40a8ffc22fe6320b7beb6..4ac4412df36cc0ef22e37fe126d46e5d5bb19376 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "VirGL virtual OpenGL renderer"
+DESCRIPTION = "Virgil is a research project to investigate the possibility of \
+creating a virtual 3D GPU for use inside qemu virtual machines, that allows \
+the guest operating system to use the capabilities of the host GPU to \
+accelerate 3D rendering."
 HOMEPAGE = "https://virgil3d.github.io/"
 
 LICENSE = "MIT"
index 38bc8d2c338ddebbae194c617d2aadbb7b80afe8..c74a9bad1f64e4657f59b2fe46e839efdbb322a3 100644 (file)
@@ -1,4 +1,9 @@
 SUMMARY = "Library to handle input devices in Wayland compositors"
+DESCRIPTION = "libinput is a library to handle input devices in Wayland \
+compositors and to provide a generic X.Org input driver. It provides \
+device detection, device handling, input device event processing and \
+abstraction so minimize the amount of custom input code compositors need to \
+provide the common set of functionality that users expect."
 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libinput/"
 SECTION = "libs"