diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
46 files changed, 286 insertions, 44 deletions
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 | ||