Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Carsten Schoenert <c.schoenert@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 06/10] directfb-examples: correcting indentation and expanding help text
Date: Sun, 10 Mar 2013 19:32:47 +0100	[thread overview]
Message-ID: <1362940371-25899-7-git-send-email-c.schoenert@gmail.com> (raw)
In-Reply-To: <1362940371-25899-1-git-send-email-c.schoenert@gmail.com>

From: Carsten Schoenert <c.schoenert@gmail.com>


Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
---
 package/directfb-examples/Config.in |  174 +++++++++++++++++++++++++----------
 1 file changed, 124 insertions(+), 50 deletions(-)

diff --git a/package/directfb-examples/Config.in b/package/directfb-examples/Config.in
index c463784..abd0e25 100644
--- a/package/directfb-examples/Config.in
+++ b/package/directfb-examples/Config.in
@@ -1,97 +1,171 @@
 config BR2_PACKAGE_DIRECTFB_EXAMPLES
-       bool "directfb examples"
-       depends on BR2_PACKAGE_DIRECTFB
+	bool "directfb examples"
+	depends on BR2_PACKAGE_DIRECTFB
+	help
+	  The DirectFB-examples package contains a set of simple DirectFB
+	  applications that can be used to test and demonstrate various
+	  DirectFB features.
+
+	  http://directfb.org/downloads/Extras/README.DirectFB-examples
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_ANDI
-       bool "usr/bin/df_andi"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_andi"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Penguin demo, press 'space' to form convergence logo,
+	  's'/'d' to spawn/destroy 'a' penguin, 'r' to revive penguin
+	  after space was pressed, 'c' tests clipping.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_BLTLOAD
-       bool "usr/bin/df_bltload"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_bltload"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Reads information from /proc/bltstat.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_CPULOAD
-       bool "usr/bin/df_cpuload"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_cpuload"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  CPU Load with data from /proc/stat.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DATABUFFER
-       bool "usr/bin/df_databuffer"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_databuffer"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Simple test application for data buffers.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DIOLOAD
-       bool "usr/bin/df_dioload"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_dioload"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Disk IO with data from /proc/stat.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DOK
-       bool "usr/bin/df_dok"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_dok"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  DirectFB benchmark application, runs some tests and
+	  displays benchmark results afterwards.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_DRIVERTEST
-       bool "usr/bin/df_drivertest"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_drivertest"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Tool to check drivers for bugs and accuracy.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FIRE
-       bool "usr/bin/df_fire"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_fire"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  The famous fire effect ported to DirectFB (16 bpp only).
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FLIP
-       bool "usr/bin/df_flip"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_flip"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Raw Flip() benchmark.
+
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_FONTS
-       bool "usr/bin/df_fonts"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_fonts"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Takes a list of font files and shows character tables.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_INPUT
-       bool "usr/bin/df_input"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_input"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Test application for input devices.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_JOYSTICK
-       bool "usr/bin/df_joystick"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_joystick"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  A colored version of df_particle, fointain can be moved with
+	  joystick. The particles of different colors can be spawned
+	  with different joystick buttons (1-4).
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_KNUCKLES
-       bool "usr/bin/df_knuckles"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_knuckles"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  3D skull drawn using triangles that can be rotated using
+	  the mouse. 'Space' switches to wireframe, 'b' toggles
+	  backface culling.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_LAYER
-       bool "usr/bin/df_layer"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_layer"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Simple videoplayer with layers.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NEO
-       bool "usr/bin/df_neo"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_neo"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Port from a gdk-pixbuf demo to DirectFB, uses scaling,
+	  alpha blending and color modulation, use cursor keys and
+	  space to change parameters.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_NETLOAD
-       bool "usr/bin/df_netload"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_netload"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Network statistica from /proc/net/dev.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PALETTE
-       bool "usr/bin/df_palette"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_palette"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  A example blitting from a surface with a
+	  rotating/morphing palette.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PARTICLE
-       bool "usr/bin/df_particle"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_particle"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  A moving fountain consisting of alphablended rectangles,
+	  nice and fast if hardware accelerated.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_PORTER
-       bool "usr/bin/df_porter"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_porter"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Shows porter/duff blending rules.
+
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_STRESS
-       bool "usr/bin/df_stress"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_stress"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Stress tests surface manager, for debugging purposes only.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_TEXTURE
-       bool "usr/bin/df_texture"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_texture"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  A simple texture example. The 3d windows can be rotated
+	  with the mouse.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO
-       bool "usr/bin/df_video"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_video"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Shows window stack with alpha blending and video playback
+	  in a moving window.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_VIDEO_PARTICLE
-       bool "usr/bin/df_video_particle"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_video_particle"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Same as df_particle, but the rectangles have been
+	  replaced by a video (via video4linux). Nice color effects.
 
 config BR2_PACKAGE_DIRECTFB_EXAMPLES_WINDOW
-       bool "usr/bin/df_window"
-       depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	bool "usr/bin/df_window"
+	depends on BR2_PACKAGE_DIRECTFB_EXAMPLES
+	help
+	  Simple demonstration of the DirectFB window stack, follow
+	  the instructions in the upper left corner. Pass a video
+	  device file or a movie file on the command-line to enable
+	  video playback in one of the windows.
+
-- 
1.7.10.4

  parent reply	other threads:[~2013-03-10 18:32 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-10 18:32 [Buildroot] [PATCH 00/10] [reworked] Updating directfb and divine Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 01/10] directfb: bumping version to 1.6.3 Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 02/10] divine: " Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH v2 03/10] directfb: expanding the help strings Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 04/10] directfb: fixing typo in variables Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 05/10] Config.in.legacy: adding renamed BR2 Options Carsten Schoenert
2013-04-28 20:36   ` Peter Korsgaard
2013-03-10 18:32 ` Carsten Schoenert [this message]
2013-03-10 18:32 ` [Buildroot] [PATCH 07/10] directfb-examples: bump to version 1.6.0 Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 08/10] directfb-exambles: adding new examples to the menu Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 09/10] directfb-examples: adding license information Carsten Schoenert
2013-03-10 18:32 ` [Buildroot] [PATCH 10/10] sawman: bumping version to 1.6.3 Carsten Schoenert
2013-04-28 20:36 ` [Buildroot] [PATCH 00/10] [reworked] Updating directfb and divine Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1362940371-25899-7-git-send-email-c.schoenert@gmail.com \
    --to=c.schoenert@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox