summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-02-02 08:43:42 -0600
committerSaul Wold <sgw@linux.intel.com>2011-02-03 08:49:22 -0800
commit9ee3c77f4e23081e8fa30f66afec4330b8d07562 (patch)
tree1e4870b62ff394f3591aa11557588f636545456e /meta/recipes-graphics/xorg-app
parent30f5eead402d638183201f4f4e52cd59a8da6f4c (diff)
downloadpoky-9ee3c77f4e23081e8fa30f66afec4330b8d07562.tar.gz
recipes-graphics: Add more detailed SUMMARY and DESCRIPTIONS
Add more detailed SUMMARY and DESCRIPTIONS to various graphics and graphics related components. I've recently gotten question from users what something is, or why it was needed.. this should go a long way toward answering those questions. Many of the descriptions were taken directly from the upstream location, where one was not available the Debian packages were consulted for information. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r--meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb8
-rw-r--r--meta/recipes-graphics/xorg-app/mkfontscale_1.0.8.bb8
-rw-r--r--meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb7
-rw-r--r--meta/recipes-graphics/xorg-app/xauth_1.0.5.bb2
-rw-r--r--meta/recipes-graphics/xorg-app/xdpyinfo_1.2.0.bb9
-rw-r--r--meta/recipes-graphics/xorg-app/xhost_1.0.4.bb10
-rw-r--r--meta/recipes-graphics/xorg-app/xinit_1.3.0.bb9
-rw-r--r--meta/recipes-graphics/xorg-app/xkbcomp_1.2.0.bb7
-rw-r--r--meta/recipes-graphics/xorg-app/xmodmap_1.0.5.bb9
-rw-r--r--meta/recipes-graphics/xorg-app/xprop_1.2.0.bb8
-rw-r--r--meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb7
-rw-r--r--meta/recipes-graphics/xorg-app/xset_1.2.1.bb6
-rw-r--r--meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb7
-rw-r--r--meta/recipes-graphics/xorg-app/xwininfo_1.1.1.bb7
14 files changed, 89 insertions, 15 deletions
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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "a program to create an index of X font files in a directory" 3SUMMARY = "A program to create an index of X font files in a directory"
4
5DESCRIPTION = "For each directory argument, mkfontdir reads all of the \
6font files in the directory. The font names and related data are written \
7out to the files \"fonts.dir\", \"fonts.scale\", and \"fonts.alias\". \
8The X server and font server use these files to find the available font \
9files."
4 10
5PE = "1" 11PE = "1"
6PR = "r0" 12PR = "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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "a program to create an index of scalable font files for X" 3SUMMARY = "A program to create an index of scalable font files for X"
4
5DESCRIPTION = "For each directory argument, mkfontscale reads all of the \
6scalable font files in the directory. For every font file found, an X11 \
7font name (XLFD) is generated, and is written together with the file \
8name to a file fonts.scale in the directory. The resulting fonts.scale \
9is used by the mkfontdir program."
4 10
5DEPENDS += " zlib libfontenc freetype virtual/libx11" 11DEPENDS += " 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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "X11 server performance test program" 3SUMMARY = "X11 server performance test program"
4
5DESCRIPTION = "The x11perf program runs one or more performance tests \
6and reports how fast an X server can execute the tests."
7
8
4DEPENDS += "libxmu libxrender libxft libxext fontconfig" 9DEPENDS += "libxmu libxrender libxft libxext fontconfig"
5 10
6LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \ 11LIC_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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2SUMMARY = "X authority utilities" 2SUMMARY = "X authority utilities"
3DESCRIPTION = "X application to edit and display the authorization \ 3DESCRIPTION = "X application to edit and display the authorization \
4information used in connecting to the X server" 4information used in connecting to the X server."
5 5
6LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b" 6LIC_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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "X display information utility" 3SUMMARY = "Display information utility for X"
4
5DESCRIPTION = "Xdpyinfo is a utility for displaying information about an \
6X server. It is used to examine the capabilities of a server, the \
7predefined values for various parameters used in communicating between \
8clients and the server, and the different types of screens and visuals \
9that are available."
10
4LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" 11LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3"
5DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau" 12DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau"
6PR = "r0" 13PR = "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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "Server access control program for X" 3SUMMARY = "Server access control program for X"
4
5DESCRIPTION = "The xhost program is used to add and delete host names or \
6user names to the list allowed to make connections to the X server. In \
7the case of hosts, this provides a rudimentary form of privacy control \
8and security. Environments which require more sophisticated measures \
9should implement the user-based mechanism or use the hooks in the \
10protocol for passing other authentication data to the server."
11
4LIC_FILES_CHKSUM = "file://COPYING;md5=8fbed71dddf48541818cef8079124199" 12LIC_FILES_CHKSUM = "file://COPYING;md5=8fbed71dddf48541818cef8079124199"
5DEPENDS += "libxmu libxau" 13DEPENDS += "libxmu libxau"
6PR = "r0" 14PR = "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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "X Window System initializer" 3SUMMARY = "X Window System initializer"
4
5DESCRIPTION = "The xinit program is used to start the X Window System \
6server and a first client program on systems that cannot start X \
7directly from /etc/init or in environments that use multiple window \
8systems. When this first client exits, xinit will kill the X server and \
9then terminate."
10
4LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" 11LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407"
5PR = "r0" 12PR = "r0"
6PE = "1" 13PE = "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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3SUMMARY = "X Keyboard Extensions" 3SUMMARY = "A program to compile XKB keyboard description"
4 4
5DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard." 5DESCRIPTION = "The xkbcomp keymap compiler converts a description of an \
6XKB keymap into one of several output formats. The most common use for \
7xkbcomp is to create a compiled keymap file (.xkm extension) which can \
8be read directly by XKB-capable X servers or utilities."
6 9
7LIC_FILES_CHKSUM = "file://COPYING;md5=08436e4f4476964e2e2dd7e7e41e076a" 10LIC_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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "utility for modifying keymaps and pointer button mappings in X" 3SUMMARY = "Utility for modifying keymaps and pointer button mappings in X"
4
5DESCRIPTION = "The xmodmap program is used to edit and display the \
6keyboard modifier map and keymap table that are used by client \
7applications to convert event keycodes into keysyms. It is usually run \
8from the user's session startup script to configure the keyboard \
9according to personal tastes."
10
4LICENSE = "MIT" 11LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=eef098b27f09d0ac39268df0cc2c00b5" 12LIC_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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "utility to display window and font properties of an X server" 3SUMMARY = "Utility to display window and font properties of an X server"
4
5DESCRIPTION = "The xprop utility is for displaying window and font \
6properties in an X server. One window or font is selected using the \
7command line arguments or possibly in the case of a window, by clicking \
8on the desired window. A list of properties is then given, possibly with \
9formatting information."
4 10
5LIC_FILES_CHKSUM = "file://COPYING;md5=e226ab8db88ac0bc0391673be40c9f91" 11LIC_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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "X Resize and Rotate extension command." 3SUMMARY = "XRandR: X Resize, Rotate and Reflect extension command"
4
5DESCRIPTION = "Xrandr is used to set the size, orientation and/or \
6reflection of the outputs for a screen. It can also set the screen \
7size."
8
4LICENSE= "BSD-X" 9LICENSE= "BSD-X"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" 10LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
6DEPENDS += "libxrandr libxrender" 11DEPENDS += "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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "Utility of setting various user preference options of the display" 3SUMMARY = "Utility for setting various user preference options of the display"
4
5DESCRIPTION = "xset is a utility that is used to set various user \
6preference options of the display."
7
4LICENSE = "MIT" 8LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" 9LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
6DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" 10DEPENDS += "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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "Print out X-Video extension adaptor information" 3SUMMARY = "Print out X-Video extension adaptor information"
4
5DESCRIPTION = "xvinfo prints out the capabilities of any video adaptors \
6associated with the display that are accessible through the X-Video \
7extension."
8
4LIC_FILES_CHKSUM = "file://COPYING;md5=b664101ad7a1dc758a4c4109bf978e68" 9LIC_FILES_CHKSUM = "file://COPYING;md5=b664101ad7a1dc758a4c4109bf978e68"
5DEPENDS += " libxv" 10DEPENDS += " libxv"
6PE = "1" 11PE = "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 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "window information utility for X" 3SUMMARY = "Window information utility for X"
4
5DESCRIPTION = "Xwininfo is a utility for displaying information about \
6windows. Information may include window position, size, color depth, \
7and a number of other items."
8
4LIC_FILES_CHKSUM = "file://COPYING;md5=78976cd3115f6faf615accc4e094d90e" 9LIC_FILES_CHKSUM = "file://COPYING;md5=78976cd3115f6faf615accc4e094d90e"
5DEPENDS += "libxext libxmu" 10DEPENDS += "libxext libxmu"
6 11