diff options
Diffstat (limited to 'meta/recipes-graphics')
129 files changed, 790 insertions, 108 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index e750d6e990..e5b6e18514 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-graphics/cairo/cairo.inc | |||
@@ -1,7 +1,11 @@ | |||
1 | SUMMARY = "A 2D graphics library" | 1 | SUMMARY = "The Cairo 2D vector graphics library" |
2 | DESCRIPTION = "Cairo is a 2D graphics library designed to provide high-quality display \ | 2 | DESCRIPTION = "Cairo is a multi-platform library providing anti-aliased \ |
3 | and print output. Cairo is designed to produce consistent output on all output media while \ | 3 | vector-based rendering for multiple target backends. Paths consist \ |
4 | taking advantage of display hardware acceleration when available." | 4 | of line segments and cubic splines and can be rendered at any width \ |
5 | with various join and cap styles. All colors may be specified with \ | ||
6 | optional translucence (opacity/alpha) and combined using the \ | ||
7 | extended Porter/Duff compositing algebra as found in the X Render \ | ||
8 | Extension." | ||
5 | HOMEPAGE = "http://cairographics.org" | 9 | HOMEPAGE = "http://cairographics.org" |
6 | BUGTRACKER = "http://bugs.freedesktop.org" | 10 | BUGTRACKER = "http://bugs.freedesktop.org" |
7 | SECTION = "libs" | 11 | SECTION = "libs" |
diff --git a/meta/recipes-graphics/cairo/cairo_1.10.2.bb b/meta/recipes-graphics/cairo/cairo_1.10.2.bb index 603b51d04c..572e1f6752 100644 --- a/meta/recipes-graphics/cairo/cairo_1.10.2.bb +++ b/meta/recipes-graphics/cairo/cairo_1.10.2.bb | |||
@@ -25,9 +25,23 @@ PACKAGES =+ "libcairo2 libcairo2-dev libcairo2-dbg \ | |||
25 | cairo-perf-utils \ | 25 | cairo-perf-utils \ |
26 | " | 26 | " |
27 | 27 | ||
28 | DESCRIPTION_libcairo2 = "The Cairo 2D vector graphics library" | 28 | SUMMARY_libcairo2 = "The Cairo 2D vector graphics library" |
29 | DESCRIPTION_libcairo-gobject2 = "The Cairo library GObject wrapper library" | 29 | DESCRIPTION_libcairo2 = "Cairo is a multi-platform library providing anti-aliased \ |
30 | DESCRIPTION_libcairo-script-interpreter2 = "The Cairo library script interpreter" | 30 | vector-based rendering for multiple target backends. Paths consist \ |
31 | of line segments and cubic splines and can be rendered at any width \ | ||
32 | with various join and cap styles. All colors may be specified with \ | ||
33 | optional translucence (opacity/alpha) and combined using the \ | ||
34 | extended Porter/Duff compositing algebra as found in the X Render \ | ||
35 | Extension." | ||
36 | |||
37 | SUMMARY_libcairo-gobject2 = "The Cairo library GObject wrapper library" | ||
38 | DESCRIPTION_libcairo-gobject2 = "A GObject wrapper library for the Cairo API." | ||
39 | |||
40 | SUMMARY_libcairo-script-interpreter2 = "The Cairo library script interpreter" | ||
41 | DESCRIPTION_libcairo-script-interpreter2 = "The Cairo script interpreter implements \ | ||
42 | CairoScript. CairoScript is used by tracing utilities to enable the ability \ | ||
43 | to replay rendering." | ||
44 | |||
31 | DESCRIPTION_cairo-perf-utils = "The Cairo library performance utilities" | 45 | DESCRIPTION_cairo-perf-utils = "The Cairo library performance utilities" |
32 | 46 | ||
33 | FILES_libcairo2 = "${libdir}/libcairo.so*" | 47 | FILES_libcairo2 = "${libdir}/libcairo.so*" |
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc index 2fe8b1c509..e4cd00626a 100644 --- a/meta/recipes-graphics/directfb/directfb.inc +++ b/meta/recipes-graphics/directfb/directfb.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Graphics abstraction library for the Linux Framebuffer Device" | ||
1 | DESCRIPTION = "DirectFB is a thin library that provides developers \ | 2 | DESCRIPTION = "DirectFB is a thin library that provides developers \ |
2 | with hardware graphics acceleration, input device handling and \ | 3 | with hardware graphics acceleration, input device handling and \ |
3 | abstraction, an integrated windowing system with support for \ | 4 | abstraction, an integrated windowing system with support for \ |
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index 54968dbd6a..a66afad803 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc | |||
@@ -1,5 +1,8 @@ | |||
1 | SUMMARY = "Direct Rendering Manager userspace library" | 1 | SUMMARY = "Userspace interface to the kernel DRM services" |
2 | DESCRIPTION = "userspace library for accessing the DRM(direct rendering manager)" | 2 | DESCRIPTION = "The runtime library for accessing the kernel DRM services. DRM \ |
3 | stands for \"Direct Rendering Manager\", which is the kernel portion of the \ | ||
4 | \"Direct Rendering Infrastructure\" (DRI). DRI is required for many hardware \ | ||
5 | accelerated OpenGL drivers." | ||
3 | HOMEPAGE = "http://dri.freedesktop.org" | 6 | HOMEPAGE = "http://dri.freedesktop.org" |
4 | SECTION = "x11/base" | 7 | SECTION = "x11/base" |
5 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb index 8d2d6b57df..3cdfc04076 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.8.0.bb | |||
@@ -1,5 +1,13 @@ | |||
1 | SUMMARY = "Font configuration and customization library" | 1 | SUMMARY = "Generic font configuration library" |
2 | DESCRIPTION = "A library for configuring and customizing font access." | 2 | DESCRIPTION = "Fontconfig is a font configuration and customization library, which \ |
3 | does not depend on the X Window System. It is designed to locate \ | ||
4 | fonts within the system and select them according to requirements \ | ||
5 | specified by applications. \ | ||
6 | Fontconfig is not a rasterization library, nor does it impose a \ | ||
7 | particular rasterization library on the application. The X-specific \ | ||
8 | library 'Xft' uses fontconfig along with freetype to specify and \ | ||
9 | rasterize fonts." | ||
10 | |||
3 | HOMEPAGE = "http://www.fontconfig.org" | 11 | HOMEPAGE = "http://www.fontconfig.org" |
4 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" | 12 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" |
5 | 13 | ||
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 0294c8fc54..d8e800ee11 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc | |||
@@ -1,4 +1,11 @@ | |||
1 | DESCRIPTION = "An open source implementation of the OpenGL spec" | 1 | SUMMARY = "A free implementation of the OpenGL API" |
2 | DESCRIPTION = "Mesa is an open-source implementation of the OpenGL specification - \ | ||
3 | a system for rendering interactive 3D graphics. \ | ||
4 | A variety of device drivers allows Mesa to be used in many different environments \ | ||
5 | ranging from software emulation to complete hardware acceleration for modern GPUs. \ | ||
6 | Mesa is used as part of the overall Direct Rendering Infrastructure and X.org \ | ||
7 | environment." | ||
8 | |||
2 | HOMEPAGE = "http://mesa3d.org" | 9 | HOMEPAGE = "http://mesa3d.org" |
3 | BUGTRACKER = "https://bugs.freedesktop.org" | 10 | BUGTRACKER = "https://bugs.freedesktop.org" |
4 | SECTION = "x11" | 11 | SECTION = "x11" |
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb index fde2453193..e3a84beb19 100644 --- a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb +++ b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "mesa demo applications" | 1 | SUMMARY = "Mesa demo applications" |
2 | DESCRIPTION = "This package includes the demonstration application, such as glxgears. \ | ||
3 | These applications can be used for Mesa validation and benchmarking." | ||
2 | HOMEPAGE = "http://mesa3d.org" | 4 | HOMEPAGE = "http://mesa3d.org" |
3 | BUGTRACKER = "https://bugs.freedesktop.org" | 5 | BUGTRACKER = "https://bugs.freedesktop.org" |
4 | SECTION = "x11" | 6 | SECTION = "x11" |
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index 38ca3bed5f..5a8a5aef75 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc | |||
@@ -1,7 +1,9 @@ | |||
1 | SUMMARY = "Framework for layout and rendering of internationalized text" | 1 | SUMMARY = "Framework for layout and rendering of internationalized text" |
2 | DESCRIPTION = "The goal of the Pango project is to provide an \ | 2 | DESCRIPTION = "Pango is a library for laying out and rendering of text, \ |
3 | Open Source framework for the layout and rendering of \ | 3 | with an emphasis on internationalization. Pango can be used anywhere \ |
4 | internationalized text." | 4 | that text layout is needed, though most of the work on Pango so far has \ |
5 | been done in the context of the GTK+ widget toolkit. Pango forms the \ | ||
6 | core of text and font handling for GTK+-2.x." | ||
5 | HOMEPAGE = "http://www.pango.org/" | 7 | HOMEPAGE = "http://www.pango.org/" |
6 | BUGTRACKER = "http://bugzilla.gnome.org" | 8 | BUGTRACKER = "http://bugzilla.gnome.org" |
7 | SECTION = "x11/libs" | 9 | SECTION = "x11/libs" |
diff --git a/meta/recipes-graphics/tslib/tslib_1.0.bb b/meta/recipes-graphics/tslib/tslib_1.0.bb index fd75d60647..51529e3f13 100644 --- a/meta/recipes-graphics/tslib/tslib_1.0.bb +++ b/meta/recipes-graphics/tslib/tslib_1.0.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | DESCRIPTION = "tslib is a plugin-based flexible touchscreen access library." | 1 | SUMMARY = "An abstraction layer for touchscreen panel events." |
2 | DESCRIPTION = "Tslib is an abstraction layer for touchscreen panel \ | ||
3 | events, as well as a filter stack for the manipulation of those events. \ | ||
4 | Tslib is generally used on embedded devices to provide a common user \ | ||
5 | space interface to touchscreen functionality." | ||
2 | HOMEPAGE = "http://tslib.berlios.de/" | 6 | HOMEPAGE = "http://tslib.berlios.de/" |
3 | 7 | ||
4 | AUTHOR = "Russell King w/ plugins by Chris Larson et. al." | 8 | AUTHOR = "Russell King w/ plugins by Chris Larson et. al." |
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb index bba1c246a2..12d9d86721 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.04.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | SUMMARY = "Liberation(tm) Fonts" | 1 | SUMMARY = "Liberation(tm) Fonts" |
2 | DESCRIPTION = "The Liberation(tm) Fonts is a font family originally created by Ascender(c) which aims metric compatibility as usage of Arial, Times New Roman, Courier New" | 2 | DESCRIPTION = "The Liberation(tm) Fonts is a font family originally \ |
3 | created by Ascender(c) which aims at metric compatibility with \ | ||
4 | Arial, Times New Roman, Courier New." | ||
3 | HOMEPAGE = "https://fedorahosted.org/liberation-fonts/" | 5 | HOMEPAGE = "https://fedorahosted.org/liberation-fonts/" |
4 | BUGTRACKER = "https://bugzilla.redhat.com/" | 6 | BUGTRACKER = "https://bugzilla.redhat.com/" |
5 | 7 | ||
diff --git a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb index 210372be7d..887536a4f0 100644 --- a/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb +++ b/meta/recipes-graphics/ttf-fonts/liberation-fonts_1.06.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "The Liberation(tm) Fonts is a font family originally created by Ascender(c) which aims metric compatibility as usage of Arial, Times New Roman, Courier New" | 1 | SUMMARY = "Liberation(tm) Fonts" |
2 | DESCRIPTION = "The Liberation(tm) Fonts is a font family originally \ | ||
3 | created by Ascender(c) which aims at metric compatibility with \ | ||
4 | Arial, Times New Roman, Courier New." | ||
2 | HOMEPAGE = "https://fedorahosted.org/liberation-fonts/" | 5 | HOMEPAGE = "https://fedorahosted.org/liberation-fonts/" |
3 | BUGTRACKER = "https://bugzilla.redhat.com/" | 6 | BUGTRACKER = "https://bugzilla.redhat.com/" |
4 | 7 | ||
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb index ed64b1e05e..b9a75a77bb 100644 --- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb +++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | |||
@@ -1,4 +1,9 @@ | |||
1 | DESCRIPTION = "The Bitstream Vera fonts - TTF Edition" | 1 | SUMMARY = "The Bitstream Vera fonts - TTF Edition" |
2 | DESCRIPTION = "The Bitstream Vera fonts include four monospace and sans \ | ||
3 | faces (normal, oblique, bold, bold oblique) and two serif faces (normal \ | ||
4 | and bold). In addition Fontconfig/Xft2 can artificially oblique the \ | ||
5 | serif faces for you: this loses hinting and distorts the faces slightly, \ | ||
6 | but is visibly different than normal and bold, and reasonably pleasing." | ||
2 | SECTION = "x11/fonts" | 7 | SECTION = "x11/fonts" |
3 | PRIORITY = "optional" | 8 | PRIORITY = "optional" |
4 | LICENSE = "Bitstream Vera" | 9 | LICENSE = "Bitstream Vera" |
diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/meta/recipes-graphics/x11-common/x11-common_0.1.bb index 60b21c3b99..2d49951670 100644 --- a/meta/recipes-graphics/x11-common/x11-common_0.1.bb +++ b/meta/recipes-graphics/x11-common/x11-common_0.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Common X11 scripts" | 1 | DESCRIPTION = "Common X11 scripts and configuration files" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | SECTION = "x11" | 4 | SECTION = "x11" |
diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index 37d1f86339..81d4a20c2f 100644 --- a/meta/recipes-graphics/xcb/libxcb.inc +++ b/meta/recipes-graphics/xcb/libxcb.inc | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "XCB: an X protocol C binding" | 1 | SUMMARY = "XCB: The X protocol C binding library" |
2 | DESCRIPTION = "The X protocol C-language Binding (XCB) is a replacement \ | ||
3 | for Xlib featuring a small footprint, latency hiding, direct access to \ | ||
4 | the protocol, improved threading support, and extensibility." | ||
2 | HOMEPAGE = "http://xcb.freedesktop.org" | 5 | HOMEPAGE = "http://xcb.freedesktop.org" |
3 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" | 6 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" |
4 | 7 | ||
diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc index 2e1810f6f2..ae4028298a 100644 --- a/meta/recipes-graphics/xcb/xcb-proto.inc +++ b/meta/recipes-graphics/xcb/xcb-proto.inc | |||
@@ -1,4 +1,8 @@ | |||
1 | DESCRIPTION = "XCB: an X protocol C binding" | 1 | SUMMARY = "XCB: The X protocol C binding headers" |
2 | DESCRIPTION = "Function prototypes for the X protocol C-language Binding \ | ||
3 | (XCB). XCB is a replacement for Xlib featuring a small footprint, \ | ||
4 | latency hiding, direct access to the protocol, improved threading \ | ||
5 | support, and extensibility." | ||
2 | HOMEPAGE = "http://xcb.freedesktop.org" | 6 | HOMEPAGE = "http://xcb.freedesktop.org" |
3 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" | 7 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" |
4 | 8 | ||
diff --git a/meta/recipes-graphics/xcb/xcb-util.inc b/meta/recipes-graphics/xcb/xcb-util.inc index 6bda3d0bfa..cd9923d2ff 100644 --- a/meta/recipes-graphics/xcb/xcb-util.inc +++ b/meta/recipes-graphics/xcb/xcb-util.inc | |||
@@ -1,4 +1,11 @@ | |||
1 | DESCRIPTION = "XCB: an X protocol C binding" | 1 | SUMMARY = "XCB: The X protocol C binding utilities" |
2 | DESCRIPTION = "The xcb-util module provides a number of libraries which \ | ||
3 | sit on top of libxcb, the core X protocol library, and some of the \ | ||
4 | extension libraries. These experimental libraries provide convenience \ | ||
5 | functions and interfaces which make the raw X protocol more usable. Some \ | ||
6 | of the libraries also provide client-side code which is not strictly \ | ||
7 | part of the X protocol but which have traditionally been provided by \ | ||
8 | Xlib." | ||
2 | HOMEPAGE = "http://xcb.freedesktop.org/XcbUtil/" | 9 | HOMEPAGE = "http://xcb.freedesktop.org/XcbUtil/" |
3 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" | 10 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" |
4 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb index 9b843fc86e..2657ecf71a 100644 --- a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb +++ b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "a program to create an index of X font files in a directory" | 3 | SUMMARY = "A program to create an index of X font files in a directory" |
4 | |||
5 | DESCRIPTION = "For each directory argument, mkfontdir reads all of the \ | ||
6 | font files in the directory. The font names and related data are written \ | ||
7 | out to the files \"fonts.dir\", \"fonts.scale\", and \"fonts.alias\". \ | ||
8 | The X server and font server use these files to find the available font \ | ||
9 | files." | ||
4 | 10 | ||
5 | PE = "1" | 11 | PE = "1" |
6 | PR = "r0" | 12 | PR = "r0" |
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb index 23bae39a44..3b21c1ee2a 100644 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "a program to create an index of scalable font files for X" | 3 | SUMMARY = "A program to create an index of scalable font files for X" |
4 | |||
5 | DESCRIPTION = "For each directory argument, mkfontscale reads all of the \ | ||
6 | scalable font files in the directory. For every font file found, an X11 \ | ||
7 | font name (XLFD) is generated, and is written together with the file \ | ||
8 | name to a file fonts.scale in the directory. The resulting fonts.scale \ | ||
9 | is used by the mkfontdir program." | ||
4 | 10 | ||
5 | DEPENDS += " zlib libfontenc freetype virtual/libx11" | 11 | DEPENDS += " zlib libfontenc freetype virtual/libx11" |
6 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb b/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb index 88dec1b780..e10fcf0b53 100644 --- a/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb +++ b/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X11 server performance test program" | 3 | SUMMARY = "X11 server performance test program" |
4 | |||
5 | DESCRIPTION = "The x11perf program runs one or more performance tests \ | ||
6 | and reports how fast an X server can execute the tests." | ||
7 | |||
8 | |||
4 | DEPENDS += "libxmu libxrender libxft libxext fontconfig" | 9 | DEPENDS += "libxmu libxrender libxft libxext fontconfig" |
5 | 10 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \ |
diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb index 43e51c84df..23986ac1b2 100644 --- a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb +++ b/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | SUMMARY = "X authority utilities" | 2 | SUMMARY = "X authority utilities" |
3 | DESCRIPTION = "X application to edit and display the authorization \ | 3 | DESCRIPTION = "X application to edit and display the authorization \ |
4 | information used in connecting to the X server" | 4 | information used in connecting to the X server." |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b" |
7 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb index e448d3c852..d975d82952 100644 --- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb | |||
@@ -1,6 +1,13 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X display information utility" | 3 | SUMMARY = "Display information utility for X" |
4 | |||
5 | DESCRIPTION = "Xdpyinfo is a utility for displaying information about an \ | ||
6 | X server. It is used to examine the capabilities of a server, the \ | ||
7 | predefined values for various parameters used in communicating between \ | ||
8 | clients and the server, and the different types of screens and visuals \ | ||
9 | that are available." | ||
10 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" |
5 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" | 12 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" |
6 | PR = "r0" | 13 | PR = "r0" |
diff --git a/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb b/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb index 602027b605..9330228a15 100644 --- a/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb +++ b/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb | |||
@@ -1,6 +1,14 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "Server access control program for X" | 3 | SUMMARY = "Server access control program for X" |
4 | |||
5 | DESCRIPTION = "The xhost program is used to add and delete host names or \ | ||
6 | user names to the list allowed to make connections to the X server. In \ | ||
7 | the case of hosts, this provides a rudimentary form of privacy control \ | ||
8 | and security. Environments which require more sophisticated measures \ | ||
9 | should implement the user-based mechanism or use the hooks in the \ | ||
10 | protocol for passing other authentication data to the server." | ||
11 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8fbed71dddf48541818cef8079124199" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=8fbed71dddf48541818cef8079124199" |
5 | DEPENDS += "libxmu libxau" | 13 | DEPENDS += "libxmu libxau" |
6 | PR = "r0" | 14 | PR = "r0" |
diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb index 6a87f42ee5..ee7c64d928 100644 --- a/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb | |||
@@ -1,6 +1,13 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X Window System initializer" | 3 | SUMMARY = "X Window System initializer" |
4 | |||
5 | DESCRIPTION = "The xinit program is used to start the X Window System \ | ||
6 | server and a first client program on systems that cannot start X \ | ||
7 | directly from /etc/init or in environments that use multiple window \ | ||
8 | systems. When this first client exits, xinit will kill the X server and \ | ||
9 | then terminate." | ||
10 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" |
5 | PR = "r0" | 12 | PR = "r0" |
6 | PE = "1" | 13 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb b/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb index b8592fa470..f574690898 100644 --- a/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb +++ b/meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb | |||
@@ -1,8 +1,11 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | SUMMARY = "X Keyboard Extensions" | 3 | SUMMARY = "A program to compile XKB keyboard description" |
4 | 4 | ||
5 | DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." | 5 | DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \ |
6 | XKB keymap into one of several output formats. The most common use for \ | ||
7 | xkbcomp is to create a compiled keymap file (.xkm extension) which can \ | ||
8 | be read directly by XKB-capable X servers or utilities." | ||
6 | 9 | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a" |
8 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb index 2d5ee24bc7..e98ed4fdfa 100644 --- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb +++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb | |||
@@ -1,6 +1,13 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X" | 3 | SUMMARY = "Utility for modifying keymaps and pointer button mappings in X" |
4 | |||
5 | DESCRIPTION = "The xmodmap program is used to edit and display the \ | ||
6 | keyboard modifier map and keymap table that are used by client \ | ||
7 | applications to convert event keycodes into keysyms. It is usually run \ | ||
8 | from the user's session startup script to configure the keyboard \ | ||
9 | according to personal tastes." | ||
10 | |||
4 | LICENSE = "MIT" | 11 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eef098b27f09d0ac39268df0cc2c00b5" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=eef098b27f09d0ac39268df0cc2c00b5" |
6 | 13 | ||
diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb b/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb index 4d35636860..dc53b987cd 100644 --- a/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb +++ b/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "utility to display window and font properties of an X server" | 3 | SUMMARY = "Utility to display window and font properties of an X server" |
4 | |||
5 | DESCRIPTION = "The xprop utility is for displaying window and font \ | ||
6 | properties in an X server. One window or font is selected using the \ | ||
7 | command line arguments or possibly in the case of a window, by clicking \ | ||
8 | on the desired window. A list of properties is then given, possibly with \ | ||
9 | formatting information." | ||
4 | 10 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e226ab8db88ac0bc0391673be40c9f91" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e226ab8db88ac0bc0391673be40c9f91" |
6 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb index 9a6e4702b9..ab298740af 100644 --- a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb +++ b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X Resize and Rotate extension command." | 3 | SUMMARY = "XRandR: X Resize, Rotate and Reflect extension command" |
4 | |||
5 | DESCRIPTION = "Xrandr is used to set the size, orientation and/or \ | ||
6 | reflection of the outputs for a screen. It can also set the screen \ | ||
7 | size." | ||
8 | |||
4 | LICENSE= "BSD-X" | 9 | LICENSE= "BSD-X" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" |
6 | DEPENDS += "libxrandr libxrender" | 11 | DEPENDS += "libxrandr libxrender" |
diff --git a/meta/recipes-graphics/xorg-app/xset_1.2.1.bb b/meta/recipes-graphics/xorg-app/xset_1.2.1.bb index 5ce0a5bb0b..b5d63bcd65 100644 --- a/meta/recipes-graphics/xorg-app/xset_1.2.1.bb +++ b/meta/recipes-graphics/xorg-app/xset_1.2.1.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "Utility of setting various user preference options of the display" | 3 | SUMMARY = "Utility for setting various user preference options of the display" |
4 | |||
5 | DESCRIPTION = "xset is a utility that is used to set various user \ | ||
6 | preference options of the display." | ||
7 | |||
4 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" |
6 | DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" | 10 | DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" |
diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb b/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb index 0547bd62ca..7a0b822aa9 100644 --- a/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb +++ b/meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "Print out X-Video extension adaptor information" | 3 | SUMMARY = "Print out X-Video extension adaptor information" |
4 | |||
5 | DESCRIPTION = "xvinfo prints out the capabilities of any video adaptors \ | ||
6 | associated with the display that are accessible through the X-Video \ | ||
7 | extension." | ||
8 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b664101ad7a1dc758a4c4109bf978e68" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b664101ad7a1dc758a4c4109bf978e68" |
5 | DEPENDS += " libxv" | 10 | DEPENDS += " libxv" |
6 | PE = "1" | 11 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-app/xwininfo_1.1.1.bb b/meta/recipes-graphics/xorg-app/xwininfo_1.1.1.bb index 0011a0a884..cabd4663a7 100644 --- a/meta/recipes-graphics/xorg-app/xwininfo_1.1.1.bb +++ b/meta/recipes-graphics/xorg-app/xwininfo_1.1.1.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "window information utility for X" | 3 | SUMMARY = "Window information utility for X" |
4 | |||
5 | DESCRIPTION = "Xwininfo is a utility for displaying information about \ | ||
6 | windows. Information may include window position, size, color depth, \ | ||
7 | and a number of other items." | ||
8 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=78976cd3115f6faf615accc4e094d90e" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=78976cd3115f6faf615accc4e094d90e" |
5 | DEPENDS += "libxext libxmu" | 10 | DEPENDS += "libxext libxmu" |
6 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb index 79e5f18c7e..a37be179a1 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.6.0.bb | |||
@@ -1,6 +1,16 @@ | |||
1 | require xf86-input-common.inc | 1 | require xf86-input-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- evdev input driver" | 3 | SUMMARY = "X.Org X server -- event devices (evdev) input driver" |
4 | |||
5 | DESCRIPTION = "evdev is an Xorg input driver for Linux's generic event \ | ||
6 | devices. It therefore supports all input devices that the kernel knows \ | ||
7 | about, including most mice and keyboards. \ | ||
8 | \ | ||
9 | The evdev driver can serve as both a pointer and a keyboard input \ | ||
10 | device, and may be used as both the core keyboard and the core pointer. \ | ||
11 | Multiple input devices are supported by multiple instances of this \ | ||
12 | driver, with one Load directive for evdev in the Module section of your \ | ||
13 | xorg.conf for each input device that will use this driver. " | ||
4 | 14 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fefe33b1cf0cacba0e72e3b0fa0f0e16" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=fefe33b1cf0cacba0e72e3b0fa0f0e16" |
6 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb index d3b58b3e38..aa8be67445 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.5.0.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require xf86-input-common.inc | 1 | require xf86-input-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- keyboard input driver" | 3 | SUMMARY = "X.Org X server -- keyboard input driver" |
4 | |||
5 | DESCRIPTION = "keyboard is an Xorg input driver for keyboards. The \ | ||
6 | driver supports the standard OS-provided keyboard interface. The driver \ | ||
7 | functions as a keyboard input device, and may be used as the X server's \ | ||
8 | core keyboard." | ||
4 | 9 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10" |
6 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb index a6744bda64..57c601c12d 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require xf86-input-common.inc | 1 | require xf86-input-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- keyboard input driver" | 3 | SUMMARY = "X.Org X server -- keyboard input driver" |
4 | |||
5 | DESCRIPTION = "keyboard is an Xorg input driver for keyboards. The \ | ||
6 | driver supports the standard OS-provided keyboard interface. The driver \ | ||
7 | functions as a keyboard input device, and may be used as the X server's \ | ||
8 | core keyboard." | ||
4 | 9 | ||
5 | PV = "1.3.2+git${SRCPV}" | 10 | PV = "1.3.2+git${SRCPV}" |
6 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb index d0914cff0a..61d73e191b 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.6.0.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xf86-input-common.inc | 1 | require xf86-input-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- mouse input driver" | 3 | SUMMARY = "X.Org X server -- mouse input driver" |
4 | |||
5 | DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \ | ||
6 | supports most available mouse types and interfaces. The mouse driver \ | ||
7 | functions as a pointer input device, and may be used as the X server's \ | ||
8 | core pointer. Multiple mice are supported by multiple instances of this \ | ||
9 | driver." | ||
4 | 10 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=237eb1d1a602d29ef2af62d8fba60f19" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=237eb1d1a602d29ef2af62d8fba60f19" |
6 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb index 94dedf104d..bdf61c1155 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xf86-input-common.inc | 1 | require xf86-input-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- mouse input driver" | 3 | SUMMARY = "X.Org X server -- mouse input driver" |
4 | |||
5 | DESCRIPTION = "mouse is an Xorg input driver for mice. The driver \ | ||
6 | supports most available mouse types and interfaces. The mouse driver \ | ||
7 | functions as a pointer input device, and may be used as the X server's \ | ||
8 | core pointer. Multiple mice are supported by multiple instances of this \ | ||
9 | driver." | ||
4 | 10 | ||
5 | PV = "1.3.0+git${SRCPV}" | 11 | PV = "1.3.0+git${SRCPV}" |
6 | PR = "r2" | 12 | PR = "r2" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.3.0.bb index 8c2999fd51..b0953bbe93 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.3.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.3.0.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xf86-input-common.inc | 1 | require xf86-input-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- keyboard input driver" | 3 | SUMMARY = "X.Org X server -- synaptics touchpad input driver" |
4 | |||
5 | DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \ | ||
6 | Synaptics Incorporated. Even though these touchpads (by default, \ | ||
7 | operating in a compatibility mode emulating a standard mouse) can be \ | ||
8 | handled by the normal evdev or mouse drivers, this driver allows more \ | ||
9 | advanced features of the touchpad to become available." | ||
4 | 10 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e395e21f3c21d4fc3a243783e85e9ab5" |
6 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb index f7dc3b731c..70478d5202 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xf86-input-common.inc | 1 | require xf86-input-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- keyboard input driver" | 3 | SUMMARY = "X.Org X server -- synaptics touchpad input driver" |
4 | |||
5 | DESCRIPTION = "synaptics is an Xorg input driver for the touchpads from \ | ||
6 | Synaptics Incorporated. Even though these touchpads (by default, \ | ||
7 | operating in a compatibility mode emulating a standard mouse) can be \ | ||
8 | handled by the normal evdev or mouse drivers, this driver allows more \ | ||
9 | advanced features of the touchpad to become available." | ||
4 | 10 | ||
5 | PV = "0.15.2+git${SRCPV}" | 11 | PV = "0.15.2+git${SRCPV}" |
6 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb index 54dc11b55f..017a2e0a28 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.14.0.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require xf86-video-common.inc | 1 | require xf86-video-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver" | 3 | SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" |
4 | |||
5 | DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \ | ||
6 | chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \ | ||
7 | the driver supports hardware accelerated 3D via the Direct Rendering \ | ||
8 | Infrastructure (DRI)." | ||
4 | 9 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e" |
6 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index 30791b2247..4aac8039f6 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xf86-video-common.inc | 1 | require xf86-video-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- Intel i8xx, i9xx display driver" | 3 | SUMMARY = "X.Org X server -- Intel integrated graphics chipsets driver" |
4 | |||
5 | DESCRIPTION = "intel is an Xorg driver for Intel integrated graphics \ | ||
6 | chipsets. The driver supports depths 8, 15, 16 and 24. On some chipsets, \ | ||
7 | the driver supports hardware accelerated 3D via the Direct Rendering \ | ||
8 | Infrastructure (DRI)." | ||
9 | |||
4 | DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \ | 10 | DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \ |
5 | virtual/libgl xineramaproto libpciaccess" | 11 | virtual/libgl xineramaproto libpciaccess" |
6 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb index 054b96ab47..2714786acd 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | require xf86-driver-common.inc | 1 | require xf86-driver-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- OMAP display driver" | 3 | SUMMARY = "X.Org X server -- Texas Instruments OMAP framebuffer driver" |
4 | |||
5 | DESCRIPTION = "omapfb driver supports the basic Texas Instruments OMAP \ | ||
6 | framebuffer." | ||
7 | |||
4 | LICENSE = "MIT-X" | 8 | LICENSE = "MIT-X" |
5 | LIC_FILES_CHKSUM = "file://src/omapfb-driver.c;beginline=1;endline=30;md5=a44c2a37e04d1c2c5f0313afb493f833" | 9 | LIC_FILES_CHKSUM = "file://src/omapfb-driver.c;beginline=1;endline=30;md5=a44c2a37e04d1c2c5f0313afb493f833" |
6 | DEPENDS += "virtual/libx11" | 10 | DEPENDS += "virtual/libx11" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb index 75274131a4..474c77950a 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb | |||
@@ -4,7 +4,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e5418e7a75e21268637984e70265e146" | |||
4 | 4 | ||
5 | EXTRA_OECONF += "--disable-xvmc" | 5 | EXTRA_OECONF += "--disable-xvmc" |
6 | 6 | ||
7 | DESCRIPTION = "X.Org X server -- Generic Vesa display driver" | 7 | SUMMARY = "X.Org X server -- Generic Vesa video driver" |
8 | |||
9 | DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \ | ||
10 | can drive most VESA-compatible video cards, but only makes use of the \ | ||
11 | basic standard VESA core that is common to these cards. The driver \ | ||
12 | supports depths 8, 15 16 and 24." | ||
13 | |||
8 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ | 14 | DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ |
9 | virtual/libgl xineramaproto xf86driproto libpciaccess" | 15 | virtual/libgl xineramaproto xf86driproto libpciaccess" |
10 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb index c76248f6d1..a0f6041392 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vmware_11.0.3.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | require xf86-video-common.inc | 1 | require xf86-video-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X.Org X server -- VMware SVGA II display driver" | 3 | SUMMARY = "X.Org X server -- VMware SVGA display driver" |
4 | |||
5 | DESCRIPTION = "vmware is an Xorg driver for VMware virtual video cards." | ||
4 | 6 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53" |
6 | 8 | ||
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb index a5d901316f..897f0fa118 100644 --- a/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb +++ b/meta/recipes-graphics/xorg-font/encodings_1.0.4.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | DESCRIPTION = "The XFree86/Xorg encoding files" | 1 | SUMMARY = "The Xorg font encoding files" |
2 | |||
3 | DESCRIPTION = "The encodings that map to specific characters for a \ | ||
4 | number of Xorg and common fonts." | ||
5 | |||
2 | require xorg-font-common.inc | 6 | require xorg-font-common.inc |
3 | LICENSE = "Public Domain" | 7 | LICENSE = "Public Domain" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76" |
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb index 26a64cdd66..86d61944bc 100644 --- a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb +++ b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | DESCRIPTION = "Xorg minimal fonts data" | 1 | SUMMARY = "Xorg minimal fonts data" |
2 | DESCRIPTION = "Minimal fonts required by X.org." | ||
2 | HOMEPAGE = "http://www.x.org" | 3 | HOMEPAGE = "http://www.x.org" |
3 | BUGTRACKER = "n/a" | 4 | BUGTRACKER = "n/a" |
4 | 5 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libdmx_1.1.1.bb b/meta/recipes-graphics/xorg-lib/libdmx_1.1.1.bb index 7c5a0309ab..cb49880680 100644 --- a/meta/recipes-graphics/xorg-lib/libdmx_1.1.1.bb +++ b/meta/recipes-graphics/xorg-lib/libdmx_1.1.1.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X11 Distributed Multihead extension library" | 3 | SUMMARY = "DMX: Distributed Multihead X extension library" |
4 | |||
5 | DESCRIPTION = "The DMX extension provides support for communication with \ | ||
6 | and control of Xdmx(1) server. Attributes of the Xdmx(1) server and of \ | ||
7 | the back-end screens attached to the server can be queried and modified \ | ||
8 | via this protocol." | ||
4 | 9 | ||
5 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ |
diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.0.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.0.bb index 2933f930df..3d900428aa 100644 --- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.0.bb +++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.0.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "X11 font encoding library" | 1 | SUMMARY = "X font encoding library" |
2 | |||
3 | DESCRIPTION = "libfontenc is a library which helps font libraries \ | ||
4 | portably determine and deal with different encodings of fonts." | ||
2 | 5 | ||
3 | require xorg-lib-common.inc | 6 | require xorg-lib-common.inc |
4 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libice_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libice_1.0.7.bb index 7228a0228d..0a906d85e2 100644 --- a/meta/recipes-graphics/xorg-lib/libice_1.0.7.bb +++ b/meta/recipes-graphics/xorg-lib/libice_1.0.7.bb | |||
@@ -1,4 +1,10 @@ | |||
1 | DESCRIPTION = "X11 Inter-Client Exchange library" | 1 | SUMMARY = "ICE: Inter-Client Exchange library" |
2 | |||
3 | DESCRIPTION = "The Inter-Client Exchange (ICE) protocol provides a \ | ||
4 | generic framework for building protocols on top of reliable, byte-stream \ | ||
5 | transport connections. It provides basic mechanisms for setting up and \ | ||
6 | shutting down connections, for performing authentication, for \ | ||
7 | negotiating versions, and for reporting errors. " | ||
2 | 8 | ||
3 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
4 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.0.bb b/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.0.bb index b68f3ad2c0..d7417a222a 100644 --- a/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.0.bb +++ b/meta/recipes-graphics/xorg-lib/libpciaccess_0.12.0.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "Generic PCI access library" | 1 | SUMMARY = "Generic PCI access library for X" |
2 | |||
3 | DESCRIPTION = "libpciaccess provides functionality for X to access the \ | ||
4 | PCI bus and devices in a platform-independant way." | ||
2 | 5 | ||
3 | require xorg-lib-common.inc | 6 | require xorg-lib-common.inc |
4 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libsm_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libsm_1.2.0.bb index 9ad5e4a540..bb384aa2f6 100644 --- a/meta/recipes-graphics/xorg-lib/libsm_1.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libsm_1.2.0.bb | |||
@@ -1,4 +1,10 @@ | |||
1 | DESCRIPTION = "X11 Session management library" | 1 | SUMMARY = "SM: Session Management library" |
2 | |||
3 | DESCRIPTION = "The Session Management Library (SMlib) is a low-level \"C\" \ | ||
4 | language interface to XSMP. The purpose of the X Session Management \ | ||
5 | Protocol (XSMP) is to provide a uniform mechanism for users to save and \ | ||
6 | restore their sessions. A session is a group of clients, each of which \ | ||
7 | has a particular state." | ||
2 | 8 | ||
3 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
4 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb index a76aba16e4..fee44ae8ba 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb | |||
@@ -1,5 +1,8 @@ | |||
1 | require libx11.inc | 1 | require libx11.inc |
2 | 2 | ||
3 | DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \ | ||
4 | this version." | ||
5 | |||
3 | PR = "r1" | 6 | PR = "r1" |
4 | 7 | ||
5 | SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ | 8 | SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \ |
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb index d1f0a753fa..458ba41a3e 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb | |||
@@ -1,6 +1,9 @@ | |||
1 | require libx11.inc | 1 | require libx11.inc |
2 | require libx11_git.inc | 2 | require libx11_git.inc |
3 | 3 | ||
4 | DESCRIPTION += " Support for XCB, UDC, XCMS and XLOCALE is disabled in \ | ||
5 | this version." | ||
6 | |||
4 | SRC_URI += "file://X18NCMSstubs.diff;patch=1 \ | 7 | SRC_URI += "file://X18NCMSstubs.diff;patch=1 \ |
5 | file://fix-disable-xlocale.diff;patch=1 \ | 8 | file://fix-disable-xlocale.diff;patch=1 \ |
6 | file://fix-utf8-wrong-define.patch;patch=1" | 9 | file://fix-utf8-wrong-define.patch;patch=1" |
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb index 190217d387..b0134989ae 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require libx11.inc | 1 | require libx11.inc |
2 | 2 | ||
3 | DESCRIPTION += " Support for XCB, and XCMS is disabled in this version." | ||
4 | |||
3 | LICENSE = "MIT & MIT-style & BSD" | 5 | LICENSE = "MIT & MIT-style & BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" |
5 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb index 99426c3c5d..7044a0e3a3 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | require libx11.inc | 1 | require libx11.inc |
2 | require libx11_git.inc | 2 | require libx11_git.inc |
3 | 3 | ||
4 | DESCRIPTION += " Support for XCB, and XCMS is disabled in this version." | ||
5 | |||
4 | PR = "r2" | 6 | PR = "r2" |
5 | 7 | ||
6 | DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" | 8 | DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" |
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index f8c17b1a6d..267a03a3be 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc | |||
@@ -1,4 +1,8 @@ | |||
1 | DESCRIPTION = "X11 protocol and utility library" | 1 | SUMMARY = "Xlib: C Language X Interface library" |
2 | |||
3 | DESCRIPTION = "This package provides a client interface to the X Window \ | ||
4 | System, otherwise known as 'Xlib'. It provides a complete API for the \ | ||
5 | basic functions of the window system." | ||
2 | 6 | ||
3 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
4 | 8 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb index 98c84e6dd6..79078efddd 100644 --- a/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb +++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | DESCRIPTION = "A Sample Authorization Protocol for X" | 1 | SUMMARY = "Xau: X Authority Database library" |
2 | |||
3 | DESCRIPTION = "libxau provides the main interfaces to the X11 \ | ||
4 | authorisation handling, which controls authorisation for X connections, \ | ||
5 | both client-side and server-side." | ||
2 | 6 | ||
3 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
4 | 8 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb index 8ca731b2ef..f27c595ec7 100644 --- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "Touchscreen calibration client library" | 1 | SUMMARY = "XCalibrate: Touchscreen calibration library" |
2 | |||
3 | DESCRIPTION = "libXCalibrate is a library for performing touchscreen \ | ||
4 | calibration with the kdrive tslib touchscreen driver." | ||
2 | 5 | ||
3 | require xorg-lib-common.inc | 6 | require xorg-lib-common.inc |
4 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb index e6a161178f..deaa36624a 100644 --- a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.3.bb | |||
@@ -1,4 +1,13 @@ | |||
1 | DESCRIPTION = "X Composite extension library." | 1 | SUMMARY = "Xcomposite: X Composite extension library" |
2 | |||
3 | DESCRIPTION = "The composite extension provides three related \ | ||
4 | mechanisms: per-hierarchy storage, automatic shadow update, and external \ | ||
5 | parent. In per-hierarchy storage, the rendering of an entire hierarchy \ | ||
6 | of windows is redirected to off-screen storage. In automatic shadow \ | ||
7 | update, when a hierarchy is rendered off-screen, the X server provides \ | ||
8 | an automatic mechanism for presenting those contents within the parent \ | ||
9 | window. In external parent, a mechanism for providing redirection of \ | ||
10 | compositing transformations through a client." | ||
2 | 11 | ||
3 | require xorg-lib-common.inc | 12 | require xorg-lib-common.inc |
4 | 13 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb index 0506079afe..a8dee4c0c3 100644 --- a/meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb +++ b/meta/recipes-graphics/xorg-lib/libxcursor_1.1.11.bb | |||
@@ -1,4 +1,10 @@ | |||
1 | DESCRIPTION = "X cursor management library" | 1 | SUMMARY = "Xcursor: X Cursor management library" |
2 | |||
3 | DESCRIPTION = "Xcursor is a simple library designed to help locate and \ | ||
4 | load cursors. Cursors can be loaded from files or memory. A library of \ | ||
5 | common cursors exists which map to the standard X cursor names. Cursors \ | ||
6 | can exist in several sizes and the library automatically picks the best \ | ||
7 | size." | ||
2 | 8 | ||
3 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
4 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb index f2ed669e6a..81f90ba2db 100644 --- a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.3.bb | |||
@@ -1,4 +1,15 @@ | |||
1 | DESCRIPTION = "X11 damaged region extension library" | 1 | SUMMARY = "Xdamage: X Damage extension library" |
2 | |||
3 | DESCRIPTION = "'Damage' is a term that describes changes make to pixel \ | ||
4 | contents of windows and pixmaps. Damage accumulates as drawing occurs \ | ||
5 | in the drawable. Each drawing operation 'damages' one or more \ | ||
6 | rectangular areas within the drawable. The rectangles are guaranteed to \ | ||
7 | include the set of pixels modified by each operation, but may include \ | ||
8 | significantly more than just those pixels. The DAMAGE extension allows \ | ||
9 | applications to either receive the raw rectangles as a stream of events, \ | ||
10 | or to have them partially processed within the X server to reduce the \ | ||
11 | amount of data transmitted as well as reduce the processing latency once \ | ||
12 | the repaint operation has started." | ||
2 | 13 | ||
3 | require xorg-lib-common.inc | 14 | require xorg-lib-common.inc |
4 | 15 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb index 344bdb1cc4..d897dab0f5 100644 --- a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.0.bb | |||
@@ -1,4 +1,10 @@ | |||
1 | DESCRIPTION = "X Display Manager Control Protocol library" | 1 | SUMMARY = "XDMCP: X Display Manager Control Protocol library" |
2 | |||
3 | DESCRIPTION = "The purpose of the X Display Manager Control Protocol \ | ||
4 | (XDMCP) is to provide a uniform mechanism for an autonomous display to \ | ||
5 | request login service from a remote host. An X terminal (screen, \ | ||
6 | keyboard, mouse, processor, network interface) is a prime example of an \ | ||
7 | autonomous display." | ||
2 | 8 | ||
3 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
4 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb index 75417c2996..b907b9f9da 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb | |||
@@ -1,4 +1,12 @@ | |||
1 | DESCRIPTION = "X11 miscellaneous extension library" | 1 | SUMMARY = "XExt: X Extension library" |
2 | |||
3 | DESCRIPTION = "libXext provides an X Window System client interface to \ | ||
4 | several extensions to the X protocol. The supported protocol extensions \ | ||
5 | are DOUBLE-BUFFER, DPMS, Extended-Visual-Information, LBX, MIT_SHM, \ | ||
6 | MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \ | ||
7 | XC-APPGROUP, XC-MISC, XTEST. libXext also provides a small set of \ | ||
8 | utility functions to aid authors of client APIs for X protocol \ | ||
9 | extensions." | ||
2 | 10 | ||
3 | require xorg-lib-common.inc | 11 | require xorg-lib-common.inc |
4 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxext_git.bb b/meta/recipes-graphics/xorg-lib/libxext_git.bb index d0b3d7fbf5..66bbbcb300 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_git.bb | |||
@@ -1,6 +1,15 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X11 miscellaneous extension library" | 3 | SUMMARY = "XExt: X Extension library" |
4 | |||
5 | DESCRIPTION = "libXext provides an X Window System client interface to \ | ||
6 | several extensions to the X protocol. The supported protocol extensions \ | ||
7 | are DOUBLE-BUFFER, DPMS, Extended-Visual-Information, LBX, MIT_SHM, \ | ||
8 | MIT_SUNDRY-NONSTANDARD, Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, \ | ||
9 | XC-APPGROUP, XC-MISC, XTEST. libXext also provides a small set of \ | ||
10 | utility functions to aid authors of client APIs for X protocol \ | ||
11 | extensions." | ||
12 | |||
4 | DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" | 13 | DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" |
5 | PROVIDES = "xext" | 14 | PROVIDES = "xext" |
6 | PE = "1" | 15 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_4.0.5.bb b/meta/recipes-graphics/xorg-lib/libxfixes_4.0.5.bb index 8ecf1f8502..a69d5fda9c 100644 --- a/meta/recipes-graphics/xorg-lib/libxfixes_4.0.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxfixes_4.0.5.bb | |||
@@ -1,4 +1,9 @@ | |||
1 | DESCRIPTION = "X Fixes extension library." | 1 | SUMMARY = "XFixes: X Fixes extension library." |
2 | |||
3 | DESCRIPTION = "X applications have often needed to work around various \ | ||
4 | shortcomings in the core X window system. This extension is designed to \ | ||
5 | provide the minimal server-side support necessary to eliminate problems \ | ||
6 | caused by these workarounds." | ||
2 | 7 | ||
3 | require xorg-lib-common.inc | 8 | require xorg-lib-common.inc |
4 | 9 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb index 2e19f8ff35..2f9516c2fc 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.3.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | DESCRIPTION = "X11 font rasterisation library" | 1 | SUMMARY = "XFont: X Font rasterisation library" |
2 | |||
3 | DESCRIPTION = "libXfont provides various services for X servers, most \ | ||
4 | notably font selection and rasterisation (through external libraries \ | ||
5 | such as freetype)." | ||
2 | 6 | ||
3 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
4 | 8 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxfontcache_1.0.5.bb b/meta/recipes-graphics/xorg-lib/libxfontcache_1.0.5.bb index 5ee42befe2..b254eb94b5 100644 --- a/meta/recipes-graphics/xorg-lib/libxfontcache_1.0.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxfontcache_1.0.5.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X-TrueType font cache extension client library" | 3 | SUMMARY = "XFontCache: X Font Cache extension library" |
4 | |||
5 | DESCRIPTION = "FontCache is an extension that is used by X-TrueType to cache \ | ||
6 | information about fonts." | ||
7 | |||
4 | DEPENDS += "libxext fontcacheproto" | 8 | DEPENDS += "libxext fontcacheproto" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=62a75d5d3da40f1f6eb1cbe3bcc0a5d0" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=62a75d5d3da40f1f6eb1cbe3bcc0a5d0" |
6 | PR = "r0" | 10 | PR = "r0" |
diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb b/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb index f32e2ce5c1..1a56702e53 100644 --- a/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb | |||
@@ -1,4 +1,14 @@ | |||
1 | DESCRIPTION = "FreeType-based font drawing library for X" | 1 | SUMMARY = "XFt: X FreeType libary" |
2 | |||
3 | DESCRIPTION = "Xft was designed to provide good support for scalable \ | ||
4 | fonts, and to do so efficiently. Unlike the core fonts system, it \ | ||
5 | supports features such as anti-aliasing and sub-pixel rasterisation. \ | ||
6 | Perhaps more importantly, it gives applications full control over the \ | ||
7 | way glyphs are rendered, making fine typesetting and WYSIWIG display \ | ||
8 | possible. Finally, it allows applications to use fonts that are not \ | ||
9 | installed system-wide for displaying documents with embedded fonts. Xft \ | ||
10 | is not compatible with the core fonts system: usage of Xft requires \ | ||
11 | fairly extensive changes to toolkits (user-interface libraries)." | ||
2 | 12 | ||
3 | require xorg-lib-common.inc | 13 | require xorg-lib-common.inc |
4 | 14 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.4.0.bb b/meta/recipes-graphics/xorg-lib/libxi_1.4.0.bb index 7820653480..c7fb9d5ac8 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_1.4.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_1.4.0.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X11 Input extension library" | 3 | SUMMARY = "XI: X Input extension library" |
4 | |||
5 | DESCRIPTION = "libxi is an extension to the X11 protocol to support \ | ||
6 | input devices other than the core X keyboard and pointer. It allows \ | ||
7 | client programs to select input from these devices independently from \ | ||
8 | each other and independently from the core devices." | ||
4 | 9 | ||
5 | LICENSE = "MIT & MIT-style" | 10 | LICENSE = "MIT & MIT-style" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ |
diff --git a/meta/recipes-graphics/xorg-lib/libxi_git.bb b/meta/recipes-graphics/xorg-lib/libxi_git.bb index 30c1778c3e..fac32365e1 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_git.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X11 Input extension library" | 3 | SUMMARY = "XI: X Input extension library" |
4 | |||
5 | DESCRIPTION = "libxi is an extension to the X11 protocol to support \ | ||
6 | input devices other than the core X keyboard and pointer. It allows \ | ||
7 | client programs to select input from these devices independently from \ | ||
8 | each other and independently from the core devices." | ||
9 | |||
4 | DEPENDS += "libxext inputproto" | 10 | DEPENDS += "libxext inputproto" |
5 | PE = "1" | 11 | PE = "1" |
6 | PV = "1.2.99.5+gitr${SRCPV}" | 12 | PV = "1.2.99.5+gitr${SRCPV}" |
diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.1.bb b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.1.bb index a4048b7423..cbd7d4c34a 100644 --- a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.1.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X11 Xinerama extension library" | 3 | SUMMARY = "Xinerama: Xinerama extension library" |
4 | |||
5 | DESCRIPTION = "Xinerama is a simple library designed to interface the \ | ||
6 | Xinerama Extension for retrieving information about physical output \ | ||
7 | devices which may be combined into a single logical X screen." | ||
4 | 8 | ||
5 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=6f4f634d1643a2e638bba3fcd19c2536 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6f4f634d1643a2e638bba3fcd19c2536 \ |
diff --git a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb index 17bbca0de1..ff2f90f4e4 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "X11 keyboard file manipulation library" | 1 | SUMMARY = "XKB: X Keyboard File manipulation library" |
2 | |||
3 | DESCRIPTION = "libxkbfile provides an interface to read and manipulate \ | ||
4 | description files for XKB, the X11 keyboard configuration extension." | ||
2 | 5 | ||
3 | require xorg-lib-common.inc | 6 | require xorg-lib-common.inc |
4 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxmu_1.1.0.bb b/meta/recipes-graphics/xorg-lib/libxmu_1.1.0.bb index bea21791d5..59f2c28045 100644 --- a/meta/recipes-graphics/xorg-lib/libxmu_1.1.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxmu_1.1.0.bb | |||
@@ -1,4 +1,12 @@ | |||
1 | DESCRIPTION = "X11 miscellaneous utility library" | 1 | SUMMARY = "Xmu and Xmuu: X Miscellaneous Utility libraries" |
2 | |||
3 | DESCRIPTION = "The Xmu Library is a collection of miscellaneous (some \ | ||
4 | might say random) utility functions that have been useful in building \ | ||
5 | various applications and widgets. This library is required by the Athena \ | ||
6 | Widgets. A subset of the functions that do not rely on the Athena \ | ||
7 | Widgets (libXaw) or X Toolkit Instrinsics (libXt) are provided in a \ | ||
8 | second library, libXmuu." | ||
9 | |||
2 | 10 | ||
3 | require xorg-lib-common.inc | 11 | require xorg-lib-common.inc |
4 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb b/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb index a8461a9a02..a19f561fa7 100644 --- a/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb | |||
@@ -1,6 +1,9 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X Printing Extension (Xprint) client library" | 3 | SUMMARY = "XP: X Printing extension library" |
4 | |||
5 | DESCRIPTION = "libXp provides public APIs to allow client applications \ | ||
6 | to render to non-display devices, making use of the X Print Service." | ||
4 | 7 | ||
5 | LICENSE = "MIT & MIT-style" | 8 | LICENSE = "MIT & MIT-style" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9504a1264f5ddd4949254a57c0f8d6bb \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=9504a1264f5ddd4949254a57c0f8d6bb \ |
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb index ecb8ad71d9..1a548fa57a 100644 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.9.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X11 Pixmap library" | 3 | SUMMARY = "Xpm: X Pixmap extension library" |
4 | |||
5 | DESCRIPTION = "libXpm provides support and common operation for the XPM \ | ||
6 | pixmap format, which is commonly used in legacy X applications. XPM is \ | ||
7 | an extension of the monochrome XBM bitmap specificied in the X \ | ||
8 | protocol." | ||
9 | |||
4 | LICENSE = "X-BSD" | 10 | LICENSE = "X-BSD" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e07763d16963c3af12db271a31abaa5" |
6 | DEPENDS += "libxext libsm libxt" | 12 | DEPENDS += "libxext libsm libxt" |
diff --git a/meta/recipes-graphics/xorg-lib/libxprintapputil_1.0.1.bb b/meta/recipes-graphics/xorg-lib/libxprintapputil_1.0.1.bb index cc547909a4..0f3892cf69 100644 --- a/meta/recipes-graphics/xorg-lib/libxprintapputil_1.0.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxprintapputil_1.0.1.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "Xprint job utility client library" | 3 | SUMMARY = "Xprint: Xprint job utility library" |
4 | |||
5 | DESCRIPTION = "libxprintapputil provides utility Xpau APIs allowing \ | ||
6 | client applications to access information about and control Xprint jobs \ | ||
7 | from an Xprint server." | ||
8 | |||
4 | DEPENDS += "libxp libxt libxprintutil" | 9 | DEPENDS += "libxp libxt libxprintutil" |
5 | PR = "r1" | 10 | PR = "r1" |
6 | LIC_FILES_CHKSUM = "file://src/xpapputil.c;beginline=2;endline=27;md5=be811cca90200613a672dc96206a767b" | 11 | LIC_FILES_CHKSUM = "file://src/xpapputil.c;beginline=2;endline=27;md5=be811cca90200613a672dc96206a767b" |
diff --git a/meta/recipes-graphics/xorg-lib/libxprintutil_1.0.1.bb b/meta/recipes-graphics/xorg-lib/libxprintutil_1.0.1.bb index a499fe294e..8e3507c380 100644 --- a/meta/recipes-graphics/xorg-lib/libxprintutil_1.0.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxprintutil_1.0.1.bb | |||
@@ -1,7 +1,12 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | LIC_FILES_CHKSUM = "file://src/xprintutil.c;endline=29;md5=22d5a98494dd356a2c6c9c355886f3af" | 2 | LIC_FILES_CHKSUM = "file://src/xprintutil.c;endline=29;md5=22d5a98494dd356a2c6c9c355886f3af" |
3 | 3 | ||
4 | DESCRIPTION = "Xprint printer utility client library" | 4 | SUMMARY = "Xprint: Xprint printer utility library" |
5 | |||
6 | DESCRIPTION = "libxprintutil provides utility Xpu APIs allowing client \ | ||
7 | applications to access and manipulate information about printer \ | ||
8 | capabilities from an Xprint server." | ||
9 | |||
5 | DEPENDS += "libxp libxt" | 10 | DEPENDS += "libxp libxt" |
6 | PR = "r1" | 11 | PR = "r1" |
7 | PE = "1" | 12 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb b/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb index 789d394011..917fe2067f 100644 --- a/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxrandr_1.3.1.bb | |||
@@ -1,4 +1,10 @@ | |||
1 | DESCRIPTION = "X11 Resize and Rotate extension library" | 1 | SUMMARY = "XRandR: X Resize, Rotate and Reflect extension library" |
2 | |||
3 | DESCRIPTION = "The X Resize, Rotate and Reflect Extension, called RandR \ | ||
4 | for short, brings the ability to resize, rotate and reflect the root \ | ||
5 | window of a screen. It is based on the X Resize and Rotate Extension as \ | ||
6 | specified in the Proceedings of the 2001 Usenix Technical Conference \ | ||
7 | [RANDR]." | ||
2 | 8 | ||
3 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
4 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxrender_0.9.6.bb b/meta/recipes-graphics/xorg-lib/libxrender_0.9.6.bb index 22418e3f82..a5c5ead27e 100644 --- a/meta/recipes-graphics/xorg-lib/libxrender_0.9.6.bb +++ b/meta/recipes-graphics/xorg-lib/libxrender_0.9.6.bb | |||
@@ -1,4 +1,10 @@ | |||
1 | DESCRIPTION = "X11 Rendering Extension client library" | 1 | SUMMARY = "XRender: X Rendering Extension library" |
2 | |||
3 | DESCRIPTION = "The X Rendering Extension (Render) introduces digital \ | ||
4 | image composition as the foundation of a new rendering model within the \ | ||
5 | X Window System. Rendering geometric figures is accomplished by \ | ||
6 | client-side tessellation into either triangles or trapezoids. Text is \ | ||
7 | drawn by loading glyphs into the server and rendering sets of them." | ||
2 | 8 | ||
3 | require xorg-lib-common.inc | 9 | require xorg-lib-common.inc |
4 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxres_1.0.5.bb b/meta/recipes-graphics/xorg-lib/libxres_1.0.5.bb index 5d8f946e87..3d9e8fc55b 100644 --- a/meta/recipes-graphics/xorg-lib/libxres_1.0.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxres_1.0.5.bb | |||
@@ -1,4 +1,9 @@ | |||
1 | DESCRIPTION = "X11 Resource extension library" | 1 | SUMMARY = "XRes: X Resource extension library" |
2 | |||
3 | DESCRIPTION = "libXRes provides an X Window System client interface to \ | ||
4 | the Resource extension to the X protocol. The Resource extension allows \ | ||
5 | for X clients to see and monitor the X resource usage of various clients \ | ||
6 | (pixmaps, et al)." | ||
2 | 7 | ||
3 | require xorg-lib-common.inc | 8 | require xorg-lib-common.inc |
4 | 9 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb index 3df0aca85d..453c68f48a 100644 --- a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.1.bb | |||
@@ -1,6 +1,14 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X Screen Saver extension library" | 3 | SUMMARY = "Xscrnsaver: X Screen Saver extension library" |
4 | |||
5 | DESCRIPTION = "The X Window System provides support for changing the \ | ||
6 | image on a display screen after a user-settable period of inactivity to \ | ||
7 | avoid burning the cathode ray tube phosphors. However, no interfaces are \ | ||
8 | provided for the user to control the image that is drawn. This extension \ | ||
9 | allows an external \"screen saver\" client to detect when the alternate \ | ||
10 | image is to be displayed and to provide the graphics." | ||
11 | |||
4 | LICENSE = "MIT" | 12 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb" |
6 | 14 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.0.9.bb b/meta/recipes-graphics/xorg-lib/libxt_1.0.9.bb index 7a62e7ba2d..63119ae1c5 100644 --- a/meta/recipes-graphics/xorg-lib/libxt_1.0.9.bb +++ b/meta/recipes-graphics/xorg-lib/libxt_1.0.9.bb | |||
@@ -1,4 +1,14 @@ | |||
1 | DESCRIPTION = "X11 toolkit intrinsics library" | 1 | SUMMARY = "Xt: X Toolkit Intrinsics library" |
2 | |||
3 | DESCRIPTION = "The Intrinsics are a programming library tailored to the \ | ||
4 | special requirements of user interface construction within a network \ | ||
5 | window system, specifically the X Window System. The Intrinsics and a \ | ||
6 | widget set make up an X Toolkit. The Intrinsics provide the base \ | ||
7 | mechanism necessary to build a wide variety of interoperating widget \ | ||
8 | sets and application environments. The Intrinsics are a layer on top of \ | ||
9 | Xlib, the C Library X Interface. They extend the fundamental \ | ||
10 | abstractions provided by the X Window System while still remaining \ | ||
11 | independent of any particular user interface policy or style." | ||
2 | 12 | ||
3 | require xorg-lib-common.inc | 13 | require xorg-lib-common.inc |
4 | 14 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb b/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb index 19b1c36763..4d1f791ace 100644 --- a/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxtrap_1.0.0.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | SUMMARY = "XTrap: X event trapping extension library" | ||
2 | |||
3 | DESCRIPTION = "libXTrap provides an interface to the DEC-XTRAP \ | ||
4 | extension, which allows for capture and synthesis of core input events." | ||
5 | |||
1 | require xorg-lib-common.inc | 6 | require xorg-lib-common.inc |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=fe7cbb8cc97683303f7814685cc47305" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=fe7cbb8cc97683303f7814685cc47305" |
3 | DESCRIPTION = "X11 event trapping extension library" | ||
4 | DEPENDS += "libxt trapproto libxext" | 8 | DEPENDS += "libxt trapproto libxext" |
5 | PR = "r1" | 9 | PR = "r1" |
6 | PE = "1" | 10 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb index 811a190fd3..2081f0ca92 100644 --- a/meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.0.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X Test Extension: client side library" | 3 | SUMMARY = "XTest: X Test extension library" |
4 | |||
5 | DESCRIPTION = "This extension is a minimal set of client and server \ | ||
6 | extensions required to completely test the X11 server with no user \ | ||
7 | intervention." | ||
4 | 8 | ||
5 | LICENSE = "MIT-style" | 9 | LICENSE = "MIT-style" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=cba677ca25c42ad29ee8ff351b50ece8 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=cba677ca25c42ad29ee8ff351b50ece8 \ |
diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.6.bb b/meta/recipes-graphics/xorg-lib/libxv_1.0.6.bb index 0feecb4362..f3d8d27c5c 100644 --- a/meta/recipes-graphics/xorg-lib/libxv_1.0.6.bb +++ b/meta/recipes-graphics/xorg-lib/libxv_1.0.6.bb | |||
@@ -1,4 +1,9 @@ | |||
1 | DESCRIPTION = "X11 Video extension library" | 1 | SUMMARY = "Xv: X Video extension library" |
2 | |||
3 | DESCRIPTION = "libXv provides an X Window System client interface to the \ | ||
4 | X Video extension to the X protocol. The X Video extension allows for \ | ||
5 | accelerated drawing of videos. Hardware adaptors are exposed to \ | ||
6 | clients, which may draw in a number of colourspaces, including YUV." | ||
2 | 7 | ||
3 | require xorg-lib-common.inc | 8 | require xorg-lib-common.inc |
4 | 9 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.6.bb b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.6.bb index 6f87f72ce6..1f690b8c42 100644 --- a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.6.bb +++ b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.6.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "X Video Motion Compensation extension library" | 1 | SUMMARY = "XvMC: X Video Motion Compensation extension library" |
2 | |||
3 | DESCRIPTION = "XvMC extends the X Video extension (Xv) and enables \ | ||
4 | hardware rendered motion compensation support." | ||
2 | 5 | ||
3 | require xorg-lib-common.inc | 6 | require xorg-lib-common.inc |
4 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.2.bb b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.2.bb index cc76861ec3..8e777c3db3 100644 --- a/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxxf86dga_1.1.2.bb | |||
@@ -1,6 +1,12 @@ | |||
1 | require xorg-lib-common.inc | 1 | require xorg-lib-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X11 Direct Graphics Access extension library" | 3 | SUMMARY = "XFree86-DGA: XFree86 Direct Graphics Access extension library" |
4 | |||
5 | DESCRIPTION = "libXxf86dga provides the XFree86-DGA extension, which \ | ||
6 | allows direct graphics access to a framebuffer-like region, and also \ | ||
7 | allows relative mouse reporting, et al. It is mainly used by games and \ | ||
8 | emulators for games." | ||
9 | |||
4 | DEPENDS += "libxext xf86dgaproto" | 10 | DEPENDS += "libxext xf86dgaproto" |
5 | PR = "r1" | 11 | PR = "r1" |
6 | PE = "1" | 12 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb b/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb index e90ecc7250..bda6da2aab 100644 --- a/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "X11 XFree86 miscellaneous extension library" | 1 | SUMMARY = "XFree86-Misc: XFree86 miscellaneous extension library" |
2 | |||
3 | DESCRIPTION = "The XFree86-Misc extension, provides a means to access \ | ||
4 | input device configuration settings specific to the XFree86/Xorg DDX." | ||
2 | 5 | ||
3 | require xorg-lib-common.inc | 6 | require xorg-lib-common.inc |
4 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.1.bb b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.1.bb index 0e4e95b1e2..4066f08910 100644 --- a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.1.bb | |||
@@ -1,4 +1,9 @@ | |||
1 | DESCRIPTION = "X11 XFree86 video mode extension library" | 1 | SUMMARY = "XFree86-VM: XFree86 video mode extension library" |
2 | |||
3 | DESCRIPTION = "libXxf86vm provides an interface to the \ | ||
4 | XFree86-VidModeExtension extension, which allows client applications to \ | ||
5 | get and set video mode timings in extensive detail. It is used by the \ | ||
6 | xvidtune program in particular." | ||
2 | 7 | ||
3 | require xorg-lib-common.inc | 8 | require xorg-lib-common.inc |
4 | 9 | ||
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb index dfd883e82c..9a97c3d603 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb | |||
@@ -1,4 +1,9 @@ | |||
1 | DESCRIPTION = "Library for lowlevel pixel operations" | 1 | SUMMARY = "Pixman: Pixel Manipulation library" |
2 | |||
3 | DESCRIPTION = "Pixman provides a library for manipulating pixel regions \ | ||
4 | -- a set of Y-X banded rectangles, image compositing using the \ | ||
5 | Porter/Duff model and implicit mask generation for geometric primitives \ | ||
6 | including trapezoids, triangles, and rectangles." | ||
2 | 7 | ||
3 | require xorg-lib-common.inc | 8 | require xorg-lib-common.inc |
4 | 9 | ||
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.1.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.1.bb index e36280eeca..e0aa7994c2 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.1.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.1.bb | |||
@@ -1,4 +1,11 @@ | |||
1 | DESCRIPTION = "Keyboard configuration database for X Window" | 1 | SUMMARY = "Keyboard configuration database for X Window" |
2 | |||
3 | DESCRIPTION = "The non-arch keyboard configuration database for X \ | ||
4 | Window. The goal is to provide the consistent, well-structured, \ | ||
5 | frequently released open source of X keyboard configuration data for X \ | ||
6 | Window System implementations. The project is targeted to XKB-based \ | ||
7 | systems." | ||
8 | |||
2 | HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig" | 9 | HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig" |
3 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config" | 10 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config" |
4 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb index f2d9394439..335f020a26 100644 --- a/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb +++ b/meta/recipes-graphics/xorg-lib/xtrans_1.2.6.bb | |||
@@ -1,7 +1,11 @@ | |||
1 | SUMMARY = "X transport library" | 1 | SUMMARY = "XTrans: X Transport library" |
2 | 2 | ||
3 | DESCRIPTION = "network API translation layer to insulate X applications and \ | 3 | DESCRIPTION = "The X Transport Interface is intended to combine all \ |
4 | libraries from OS network vageries." | 4 | system and transport specific code into a single place. This API should \ |
5 | be used by all libraries, clients and servers of the X Window System. \ | ||
6 | Use of this API should allow the addition of new types of transports and \ | ||
7 | support for new platforms without making any changes to the source \ | ||
8 | except in the X Transport Interface code." | ||
5 | 9 | ||
6 | require xorg-lib-common.inc | 10 | require xorg-lib-common.inc |
7 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb b/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb index 57d74ae74a..19fe3286c8 100644 --- a/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb +++ b/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.1.bb | |||
@@ -5,7 +5,11 @@ PE = "1" | |||
5 | 5 | ||
6 | DEPENDS += "gettext" | 6 | DEPENDS += "gettext" |
7 | 7 | ||
8 | DESCRIPTION = "X.Org BigReqs extension headers" | 8 | SUMMARY = "BigReqs: X Big Requests extension headers" |
9 | |||
10 | DESCRIPTION = "This package provides the wire protocol for the \ | ||
11 | BIG-REQUESTS extension, used to send larger requests that usual in order \ | ||
12 | to avoid fragmentation." | ||
9 | 13 | ||
10 | BBCLASSEXTEND = "native nativesdk" | 14 | BBCLASSEXTEND = "native nativesdk" |
11 | 15 | ||
diff --git a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb index 9fd5c3fe0b..f86ea4a7d4 100644 --- a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb | |||
@@ -1,6 +1,9 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "Touchscreen calibration protocol" | 3 | SUMMARY = "XCalibrate: Touchscreen calibration headers" |
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the \ | ||
6 | Touchscreen calibration extension." | ||
4 | 7 | ||
5 | LICENSE = "MIT-style" | 8 | LICENSE = "MIT-style" |
6 | LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ | 9 | LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ |
diff --git a/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb b/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb index e78e173ed2..5917f20bea 100644 --- a/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb +++ b/meta/recipes-graphics/xorg-proto/compositeproto_0.4.2.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "Xcomposite: X composite extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X \ | ||
6 | composite extension. The X composite extension provides three related \ | ||
7 | mechanisms for compositing and off-screen storage." | ||
8 | |||
3 | LICENSE = "MIT & MIT-style" | 9 | LICENSE = "MIT & MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2c4bfe136f4a4418ea2f2a96b7c8f3c5 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=2c4bfe136f4a4418ea2f2a96b7c8f3c5 \ |
5 | file://composite.h;endline=43;md5=cbd44d4079053aa75930ed2f02b92926" | 11 | file://composite.h;endline=43;md5=cbd44d4079053aa75930ed2f02b92926" |
diff --git a/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb b/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb index 1f2c555896..6bfa1b2b15 100644 --- a/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb +++ b/meta/recipes-graphics/xorg-proto/damageproto_1.2.1.bb | |||
@@ -1,5 +1,12 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "Xdamage: X Damage extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the DAMAGE \ | ||
6 | extension. The DAMAGE extension allows applications to receive \ | ||
7 | information about changes made to pixel contents of windows and \ | ||
8 | pixmaps." | ||
9 | |||
3 | LICENSE = "MIT-style" | 10 | LICENSE = "MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d5f5a2de65c3a84cbde769f07a769608 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=d5f5a2de65c3a84cbde769f07a769608 \ |
5 | file://damagewire.h;endline=23;md5=4a4501a592dbc7de5ce89255e50d0296" | 12 | file://damagewire.h;endline=23;md5=4a4501a592dbc7de5ce89255e50d0296" |
diff --git a/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb b/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb index 94c81f00ef..c521071093 100644 --- a/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb +++ b/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb | |||
@@ -1,5 +1,13 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "DMX: Distributed Multihead extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the DMX \ | ||
6 | extension. The DMX extension provides support for communication with \ | ||
7 | and control of Xdmx server. Attributes of the Xdmx server and of the \ | ||
8 | back-end screens attached to the server can be queried and modified via \ | ||
9 | this protocol." | ||
10 | |||
3 | LICENSE = "MIT" | 11 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ |
5 | file://dmxproto.h;endline=32;md5=ab8509955c3dd4c65fac728e1b367bc4" | 13 | file://dmxproto.h;endline=32;md5=ab8509955c3dd4c65fac728e1b367bc4" |
diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_2.3.bb b/meta/recipes-graphics/xorg-proto/dri2proto_2.3.bb index 849dc00dda..79f7dbc1ae 100644 --- a/meta/recipes-graphics/xorg-proto/dri2proto_2.3.bb +++ b/meta/recipes-graphics/xorg-proto/dri2proto_2.3.bb | |||
@@ -1,7 +1,11 @@ | |||
1 | DESCRIPTION = "DRI2 extension headers" | ||
2 | |||
3 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
4 | 2 | ||
3 | SUMMARY = "DRI2: Direct Rendering Infrastructure 2 headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the Direct \ | ||
6 | Rendering Ifnrastructure 2. DIR is required for may hardware \ | ||
7 | accelerated OpenGL drivers." | ||
8 | |||
5 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e396fa91834f8786032cad2da5638f3 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=2e396fa91834f8786032cad2da5638f3 \ |
7 | file://dri2proto.h;endline=31;md5=22f28bf68d01b533f26195e94b3ed8ca" | 11 | file://dri2proto.h;endline=31;md5=22f28bf68d01b533f26195e94b3ed8ca" |
diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb b/meta/recipes-graphics/xorg-proto/dri2proto_git.bb index a5ad7d0919..c1aa35ff2a 100644 --- a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb +++ b/meta/recipes-graphics/xorg-proto/dri2proto_git.bb | |||
@@ -1,7 +1,11 @@ | |||
1 | DESCRIPTION = "DRI2 extension headers" | ||
2 | |||
3 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
4 | 2 | ||
3 | SUMMARY = "DRI2: Direct Rendering Infrastructure 2 headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the Direct \ | ||
6 | Rendering Ifnrastructure 2. DIR is required for may hardware \ | ||
7 | accelerated OpenGL drivers." | ||
8 | |||
5 | PV = "1.99.3+git${SRCPV}" | 9 | PV = "1.99.3+git${SRCPV}" |
6 | PR = "r2" | 10 | PR = "r2" |
7 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb b/meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb index 9e283041cc..5800af10d7 100644 --- a/meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb +++ b/meta/recipes-graphics/xorg-proto/evieext_1.1.0.bb | |||
@@ -1,6 +1,10 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X EVIE extension headers" | 3 | SUMMARY = "EvIE: X Event Interception Extension headers" |
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Event \ | ||
6 | Interception Extension. This extension allows the interception of \ | ||
7 | keyboard and mouse events." | ||
4 | 8 | ||
5 | PR = "r1" | 9 | PR = "r1" |
6 | PE = "1" | 10 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb b/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb index 567f1fe530..853ffa88af 100644 --- a/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb +++ b/meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb | |||
@@ -1,5 +1,13 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XFixes: X Fixes extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Fixes \ | ||
6 | extension. This extension is designed to provide server-side support \ | ||
7 | for application work arounds to shortcomings in the core X window \ | ||
8 | system." | ||
9 | |||
10 | |||
3 | LICENSE = "MIT & MIT-style" | 11 | LICENSE = "MIT & MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bd0f26ecf86d0f24922125195d5b70a \ | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bd0f26ecf86d0f24922125195d5b70a \ |
5 | file://xfixesproto.h;endline=43;md5=27614675897bb1cdc611ba7de506cddc" | 13 | file://xfixesproto.h;endline=43;md5=27614675897bb1cdc611ba7de506cddc" |
diff --git a/meta/recipes-graphics/xorg-proto/fontcacheproto_0.1.3.bb b/meta/recipes-graphics/xorg-proto/fontcacheproto_0.1.3.bb index d4594b32aa..42c95882b9 100644 --- a/meta/recipes-graphics/xorg-proto/fontcacheproto_0.1.3.bb +++ b/meta/recipes-graphics/xorg-proto/fontcacheproto_0.1.3.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XFontCache: X Font Cache extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Font \ | ||
6 | Cache extension. This extension is used by X-TrueType to cache \ | ||
7 | information about fonts." | ||
8 | |||
3 | LICENSE = "BSD" | 9 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ba9fcd8fe6d09af9f733daccc1a21857 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ba9fcd8fe6d09af9f733daccc1a21857 \ |
5 | file://fontcacheP.h;endline=28;md5=85c80bfa96c802ee85a570862ee60214" | 11 | file://fontcacheP.h;endline=28;md5=85c80bfa96c802ee85a570862ee60214" |
diff --git a/meta/recipes-graphics/xorg-proto/fontsproto_2.1.1.bb b/meta/recipes-graphics/xorg-proto/fontsproto_2.1.1.bb index 1ed81007b3..af59240fdf 100644 --- a/meta/recipes-graphics/xorg-proto/fontsproto_2.1.1.bb +++ b/meta/recipes-graphics/xorg-proto/fontsproto_2.1.1.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XFont: X Font rasterisation headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Font \ | ||
6 | rasterisation extensions. These extensions are used to control \ | ||
7 | server-side font configurations." | ||
8 | |||
3 | LICENSE = "MIT-style" | 9 | LICENSE = "MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c3e48aa9ce868c8e90f0401db41c11a2 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=c3e48aa9ce868c8e90f0401db41c11a2 \ |
5 | file://FSproto.h;endline=44;md5=d2e58e27095e5ea7d4ad456ccb91986c" | 11 | file://FSproto.h;endline=44;md5=d2e58e27095e5ea7d4ad456ccb91986c" |
diff --git a/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb b/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb index 9c8e7030d5..7b32e70dae 100644 --- a/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb +++ b/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "OpenGL: X OpenGL extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the \ | ||
6 | OpenGL-related extensions, used to enable the rendering of applications \ | ||
7 | using OpenGL." | ||
8 | |||
3 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d44ed0146997856304dfbb512a59a8de \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d44ed0146997856304dfbb512a59a8de \ |
5 | file://glxproto.h;beginline=4;endline=32;md5=6b79c570f644363b356456e7d44471d9" | 11 | file://glxproto.h;beginline=4;endline=32;md5=6b79c570f644363b356456e7d44471d9" |
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb b/meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb index 29f5526407..7103d0d171 100644 --- a/meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb +++ b/meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XI: X Input extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Input \ | ||
6 | extension. The extension supports input devices other then the core X \ | ||
7 | keyboard and pointer." | ||
8 | |||
3 | LICENSE = "MIT & MIT-style" | 9 | LICENSE = "MIT & MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e562cc0f6587b961f032211d8160f31e \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e562cc0f6587b961f032211d8160f31e \ |
5 | file://XI2proto.h;endline=48;md5=1ac1581e61188da2885cc14ff49b20be" | 11 | file://XI2proto.h;endline=48;md5=1ac1581e61188da2885cc14ff49b20be" |
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_git.bb b/meta/recipes-graphics/xorg-proto/inputproto_git.bb index a97fb0bfab..f1cbbb86fb 100644 --- a/meta/recipes-graphics/xorg-proto/inputproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/inputproto_git.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XI: X Input extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Input \ | ||
6 | extension. The extension supports input devices other then the core X \ | ||
7 | keyboard and pointer." | ||
8 | |||
3 | PR = "r1" | 9 | PR = "r1" |
4 | PE = "1" | 10 | PE = "1" |
5 | PV = "1.9.99.12+git${SRCPV}" | 11 | PV = "1.9.99.12+git${SRCPV}" |
diff --git a/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb b/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb index affd62777a..cd62534fa0 100644 --- a/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb +++ b/meta/recipes-graphics/xorg-proto/kbproto_1.0.5.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XKB: X Keyboard extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X \ | ||
6 | Keyboard extension. This extension is used to control options related \ | ||
7 | to keyboard handling and layout." | ||
8 | |||
3 | LICENSE = "MIT-style" | 9 | LICENSE = "MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ |
5 | file://XKBproto.h;beginline=2;endline=26;md5=5744eeff407aeb6e7a1346eebab486a2" | 11 | file://XKBproto.h;beginline=2;endline=26;md5=5744eeff407aeb6e7a1346eebab486a2" |
diff --git a/meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb b/meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb index 28f0e94ad5..2c8afbd7e2 100644 --- a/meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb +++ b/meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb | |||
@@ -1,5 +1,10 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XP: X Printing extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X \ | ||
6 | Printing extension. This extension provides a way for client \ | ||
7 | applications to render to non-display devices." | ||
3 | 8 | ||
4 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=658463213f19b48b81f8672d2696069f \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=658463213f19b48b81f8672d2696069f \ |
diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb b/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb index c027bfaf8c..f0f81bc64c 100644 --- a/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb +++ b/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XRandR: X Resize, Rotate and Reflect extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Resize, \ | ||
6 | Rotate and Reflect extension. This extension provides the ability to \ | ||
7 | resize, rotate and reflect the root window of a screen." | ||
8 | |||
3 | LICENSE = "MIT-style" | 9 | LICENSE = "MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fa3f85d9eefaa3a945071485be11343 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fa3f85d9eefaa3a945071485be11343 \ |
5 | file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" | 11 | file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" |
diff --git a/meta/recipes-graphics/xorg-proto/recordproto_1.14.1.bb b/meta/recipes-graphics/xorg-proto/recordproto_1.14.1.bb index b5f68d3306..8ee2017886 100644 --- a/meta/recipes-graphics/xorg-proto/recordproto_1.14.1.bb +++ b/meta/recipes-graphics/xorg-proto/recordproto_1.14.1.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XRecord: X Record extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Record \ | ||
6 | extension. This extension is used to record and play back event \ | ||
7 | sequences." | ||
8 | |||
3 | LICENSE = "MIT-style" | 9 | LICENSE = "MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=575827a0f554bbed332542976d5f3d40 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=575827a0f554bbed332542976d5f3d40 \ |
5 | file://recordproto.h;endline=19;md5=1cbb0dd45a0b060ff833901620a3e738" | 11 | file://recordproto.h;endline=19;md5=1cbb0dd45a0b060ff833901620a3e738" |
diff --git a/meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb b/meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb index 7fabfd9151..a352b1ed0f 100644 --- a/meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb +++ b/meta/recipes-graphics/xorg-proto/renderproto_0.11.1.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XRender: X rendering Extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X \ | ||
6 | Rendering extension. This is the basis the image composition within the \ | ||
7 | X window system." | ||
8 | |||
3 | LICENSE = "MIT-style" | 9 | LICENSE = "MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f826d99765196352e6122a406cf0d024 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=f826d99765196352e6122a406cf0d024 \ |
5 | file://renderproto.h;beginline=4;endline=24;md5=3e5e2851dad240b0a3a27c4776b4fd1f" | 11 | file://renderproto.h;beginline=4;endline=24;md5=3e5e2851dad240b0a3a27c4776b4fd1f" |
diff --git a/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb b/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb index 8cc0607e16..fa13970cf3 100644 --- a/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb +++ b/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XRes: X Resource extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X \ | ||
6 | Resource extension. XRes provides an interface that allows X clients to \ | ||
7 | see and monitor X resource usage of various clients." | ||
8 | |||
3 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" |
5 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.1.bb b/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.1.bb index c897a10aae..fe937eb6ec 100644 --- a/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.1.bb +++ b/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.1.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "Xscrnsaver: X Screen Saver extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Screen \ | ||
6 | Saver extension. This extension allows an external \"screen saver\" \ | ||
7 | client to detect when the alternative image is to be displayed and to \ | ||
8 | provide the graphics." | ||
3 | 9 | ||
4 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eed49b78b15b436c933b6b8b054e3901 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=eed49b78b15b436c933b6b8b054e3901 \ |
diff --git a/meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb b/meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb index c4a0780bdf..54d962e530 100644 --- a/meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb +++ b/meta/recipes-graphics/xorg-proto/trapproto_3.4.3.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XTrap: X event trapping extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X event \ | ||
6 | trapping extension. This extension provides the interface which allows \ | ||
7 | for capture and synthesis of core input events." | ||
8 | |||
3 | LICENSE = "MIT-style" | 9 | LICENSE = "MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0a984c8e242256a12f3b8dac085893db" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=0a984c8e242256a12f3b8dac085893db" |
5 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-proto/videoproto_2.3.1.bb b/meta/recipes-graphics/xorg-proto/videoproto_2.3.1.bb index 827aa27aba..51132433ee 100644 --- a/meta/recipes-graphics/xorg-proto/videoproto_2.3.1.bb +++ b/meta/recipes-graphics/xorg-proto/videoproto_2.3.1.bb | |||
@@ -1,5 +1,10 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "Xv: X Video extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the X Video \ | ||
6 | extension. This extension alows for accerlated drawing of videos." | ||
7 | |||
3 | LICENSE = "MIT & MIT-style" | 8 | LICENSE = "MIT & MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59d089e37bf57b5206602da38f58ca5d" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=59d089e37bf57b5206602da38f58ca5d" |
5 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.1.bb b/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.1.bb index 9b677e6dea..1b34a5d878 100644 --- a/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.1.bb +++ b/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.1.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XC-MISC: X XC-Miscellaneous extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the XC-MISC \ | ||
6 | extension, which is used to get details of XID allocations within the \ | ||
7 | server." | ||
8 | |||
3 | LICENSE = "MIT-style" | 9 | LICENSE = "MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=09d83047c15994e05db29b423ed6662e" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=09d83047c15994e05db29b423ed6662e" |
5 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb b/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb index 22897442a5..b079736623 100644 --- a/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb +++ b/meta/recipes-graphics/xorg-proto/xextproto_7.1.2.bb | |||
@@ -1,5 +1,14 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XExt: X Extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for several X \ | ||
6 | extensions. These protocol extensions include DOUBLE-BUFFER, DPMS, \ | ||
7 | Extended-Visual-Information, LBX, MIT_SHM, MIT_SUNDRY-NONSTANDARD, \ | ||
8 | Multi-Buffering, SECURITY, SHAPE, SYNC, TOG-CUP, XC-APPGROUP, XC-MISC, \ | ||
9 | XTEST. In addition a small set of utility functions are also \ | ||
10 | available." | ||
11 | |||
3 | LICENSE = "MIT & MIT-style" | 12 | LICENSE = "MIT & MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=86f273291759d0ba2a22585cd1c06c53" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=86f273291759d0ba2a22585cd1c06c53" |
5 | 14 | ||
diff --git a/meta/recipes-graphics/xorg-proto/xf86bigfontproto_1.2.0.bb b/meta/recipes-graphics/xorg-proto/xf86bigfontproto_1.2.0.bb index 4bf6b5317d..d80c0f18c5 100644 --- a/meta/recipes-graphics/xorg-proto/xf86bigfontproto_1.2.0.bb +++ b/meta/recipes-graphics/xorg-proto/xf86bigfontproto_1.2.0.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XFree86-BIGFONT: XFree86 Big Font extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the XFree86 \ | ||
6 | Big Font extension. This extension makes larger font requests \ | ||
7 | possible." | ||
8 | |||
3 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" |
5 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb b/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb index 99f1f0ea6f..f70d79daeb 100644 --- a/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb +++ b/meta/recipes-graphics/xorg-proto/xf86dgaproto_2.1.bb | |||
@@ -1,5 +1,12 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XFree86-DGA: XFree86 Direct Graphics Access extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the XFree86 \ | ||
6 | Direct Graphics Access extension. This extension allows direct graphics \ | ||
7 | access to a framebuffer-like region, as well as relative mouse \ | ||
8 | reporting." | ||
9 | |||
3 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" |
5 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb b/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb index dc4e758400..5b38117ec8 100644 --- a/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb +++ b/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb | |||
@@ -1,5 +1,12 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XFree86-DRI: XFree86 Direct Rendering Infrastructure extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the XFree86 \ | ||
6 | Direct Rendering Infrastructure extension. The XFree86-DRI extension is \ | ||
7 | used to organize direct rendering support or 3D clients and help \ | ||
8 | arbitrate requests." | ||
9 | |||
3 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ef103b9d951e39ff7e23d386e2011fa3 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=ef103b9d951e39ff7e23d386e2011fa3 \ |
5 | file://xf86driproto.h;endline=35;md5=42be3d8e6d429ab79172572bb0cff544" | 12 | file://xf86driproto.h;endline=35;md5=42be3d8e6d429ab79172572bb0cff544" |
diff --git a/meta/recipes-graphics/xorg-proto/xf86miscproto_0.9.3.bb b/meta/recipes-graphics/xorg-proto/xf86miscproto_0.9.3.bb index 6046c7e3ee..d4663ea880 100644 --- a/meta/recipes-graphics/xorg-proto/xf86miscproto_0.9.3.bb +++ b/meta/recipes-graphics/xorg-proto/xf86miscproto_0.9.3.bb | |||
@@ -1,5 +1,12 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XFree86-Misc: XFree86 miscellaneous extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the XFree \ | ||
6 | miscellaneous extension. The XFree86-Misc extension provides a means to \ | ||
7 | access input device configuration settings specific to the XFree86/Xorg \ | ||
8 | DDX." | ||
9 | |||
3 | LICENSE = "MIT" | 10 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" |
5 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-proto/xf86rushproto_1.1.2.bb b/meta/recipes-graphics/xorg-proto/xf86rushproto_1.1.2.bb index 6f090d4a20..1548bd07f9 100644 --- a/meta/recipes-graphics/xorg-proto/xf86rushproto_1.1.2.bb +++ b/meta/recipes-graphics/xorg-proto/xf86rushproto_1.1.2.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XFree86-Rush: XFree86 Rush extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the XFree86 \ | ||
6 | Rush extension. This extension is there to allow Glide applications to \ | ||
7 | run." | ||
8 | |||
3 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6" |
5 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-proto/xf86vidmodeproto_2.3.1.bb b/meta/recipes-graphics/xorg-proto/xf86vidmodeproto_2.3.1.bb index f88e2bda1b..721e7b0e13 100644 --- a/meta/recipes-graphics/xorg-proto/xf86vidmodeproto_2.3.1.bb +++ b/meta/recipes-graphics/xorg-proto/xf86vidmodeproto_2.3.1.bb | |||
@@ -1,5 +1,11 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "XFree86-VM: XFree86 video mode extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the XFree86 \ | ||
6 | video mode extension. This extension allows client applications to get \ | ||
7 | and set video mode timings." | ||
8 | |||
3 | LICENSE = "MIT" | 9 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=499be2ff387a42f84628c35f311f1502" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=499be2ff387a42f84628c35f311f1502" |
5 | 11 | ||
diff --git a/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb b/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb index d1f8cb4234..a68e4f5936 100644 --- a/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb +++ b/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb | |||
@@ -1,5 +1,12 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "Xinerama: Xinerama extension headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the wire protocol for the Xinerama \ | ||
6 | extension. This extension is used for retrieving information about \ | ||
7 | physical output devices which may be combined into a single logical X \ | ||
8 | screen." | ||
9 | |||
3 | LICENSE = "MIT & MIT-style" | 10 | LICENSE = "MIT & MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e397a5326c83d5d0ebf5b3f87163ac6 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e397a5326c83d5d0ebf5b3f87163ac6 \ |
5 | file://panoramiXproto.h;endline=24;md5=098e0bc089368a988092b3cbda617a57" | 12 | file://panoramiXproto.h;endline=24;md5=098e0bc089368a988092b3cbda617a57" |
diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb index 0e830eb53f..58520d9768 100644 --- a/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb +++ b/meta/recipes-graphics/xorg-proto/xproto_7.0.20.bb | |||
@@ -1,5 +1,10 @@ | |||
1 | require xorg-proto-common.inc | 1 | require xorg-proto-common.inc |
2 | 2 | ||
3 | SUMMARY = "Xlib: C Language X interface headers" | ||
4 | |||
5 | DESCRIPTION = "This package provides the basic headers for the X Window \ | ||
6 | System." | ||
7 | |||
3 | LICENSE = "MIT & MIT-style" | 8 | LICENSE = "MIT & MIT-style" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=93ae8952e7d02d855516fbf2efb9a0d2" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=93ae8952e7d02d855516fbf2efb9a0d2" |
5 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb index a42745fc8a..23cef63ea2 100644 --- a/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb +++ b/meta/recipes-graphics/xorg-util/gccmakedep_1.0.2.bb | |||
@@ -1,3 +1,9 @@ | |||
1 | SUMMARY = "Program to create dependencies in makefiles" | ||
2 | |||
3 | DESCRIPTION = "The gccmakedep program calls 'gcc -M' to output makefile \ | ||
4 | rules describing the dependencies of each sourcefile, so that make knows \ | ||
5 | which object files must be recompiled when a dependency has changed." | ||
6 | |||
1 | require xorg-util-common.inc | 7 | require xorg-util-common.inc |
2 | LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d" | 8 | LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d" |
3 | DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" | 9 | DESCRIPTION = "create dependencies in makefiles using 'gcc -M'" |
diff --git a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb index d770590e1c..9202317e10 100644 --- a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb +++ b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb | |||
@@ -1,6 +1,13 @@ | |||
1 | require xorg-util-common.inc | 1 | require xorg-util-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "C preprocessor interface to the make utility" | 3 | SUMMARY = "C preprocessor interface to the make utility" |
4 | |||
5 | DESCRIPTION = "Imake is used to generate Makefiles from a template, a \ | ||
6 | set of cpp macro functions, and a per-directory input file called an \ | ||
7 | Imakefile. This allows machine dependencies (such as compiler options, \ | ||
8 | alternate command names, and special make rules) to be kept separate \ | ||
9 | from the descriptions of the various items to be built." | ||
10 | |||
4 | DEPENDS = "util-macros" | 11 | DEPENDS = "util-macros" |
5 | RDEPENDS_${PN} = "perl xproto" | 12 | RDEPENDS_${PN} = "perl xproto" |
6 | 13 | ||
diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb index a103700d84..342d1b8441 100644 --- a/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb +++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.3.bb | |||
@@ -1,6 +1,14 @@ | |||
1 | require xorg-util-common.inc | 1 | require xorg-util-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "create dependencies in makefiles" | 3 | SUMMARY = "create dependencies in makefiles" |
4 | |||
5 | DESCRIPTION = "The makedepend program reads each sourcefile in sequence \ | ||
6 | and parses it like a C-preprocessor, processing all #include, #define, \ | ||
7 | #undef, #ifdef, #ifndef, #endif, #if, #elif and #else directives so that \ | ||
8 | it can correctly tell which #include, directives would be used in a \ | ||
9 | compilation. Any #include, directives can reference files having other \ | ||
10 | #include directives, and parsing will occur in these files as well." | ||
11 | |||
4 | DEPENDS = "xproto util-macros" | 12 | DEPENDS = "xproto util-macros" |
5 | PR = "r0" | 13 | PR = "r0" |
6 | PE = "1" | 14 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb index 7130ea2b79..82423266f2 100644 --- a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb +++ b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "X autotools macros" | 1 | SUMMARY = "X autotools macros" |
2 | |||
3 | DESCRIPTION = "M4 autotools macros used by various X.org programs." | ||
2 | 4 | ||
3 | require xorg-util-common.inc | 5 | require xorg-util-common.inc |
4 | 6 | ||
diff --git a/meta/recipes-graphics/xrestop/xrestop_0.4.bb b/meta/recipes-graphics/xrestop/xrestop_0.4.bb index 915a375c18..bd4c25c469 100644 --- a/meta/recipes-graphics/xrestop/xrestop_0.4.bb +++ b/meta/recipes-graphics/xrestop/xrestop_0.4.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | SUMMARY = "XRes: A top-like resource usage tool for X" | ||
2 | |||
1 | DESCRIPTION = "top-like statistics of X11 server resource usage by clients" | 3 | DESCRIPTION = "top-like statistics of X11 server resource usage by clients" |
4 | |||
2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" | 5 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xrestop" |
3 | BUGTRACKER = "https://bugs.freedesktop.org/" | 6 | BUGTRACKER = "https://bugs.freedesktop.org/" |
4 | 7 | ||
diff --git a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb index 539399ed63..75013a26c6 100644 --- a/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb +++ b/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "Touchscreen calibration utility" | 1 | SUMMARY = "Touchscreen calibration utility" |
2 | |||
3 | DESCRIPTION = "Basic touchscreen calibration utility" | ||
4 | |||
2 | HOMEPAGE = "http://gpe.linuxtogo.org" | 5 | HOMEPAGE = "http://gpe.linuxtogo.org" |
3 | BUGTRACKER = "http://bugs.linuxtogo.org" | 6 | BUGTRACKER = "http://bugs.linuxtogo.org" |
4 | LICENSE = "GPLv2 & GPLv2+" | 7 | LICENSE = "GPLv2 & GPLv2+" |