From patchwork Sun Mar 10 18:32:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carsten Schoenert X-Patchwork-Id: 226464 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 26D1E2C02F7 for ; Mon, 11 Mar 2013 05:34:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E68E1A0209; Sun, 10 Mar 2013 18:34:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uB3HyoagZTMJ; Sun, 10 Mar 2013 18:33:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id BD29DA00D0; Sun, 10 Mar 2013 18:33:18 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E47298F7A6 for ; Sun, 10 Mar 2013 18:33:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1D5748B67A for ; Sun, 10 Mar 2013 18:33:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lQF0FKBZsWjk for ; Sun, 10 Mar 2013 18:33:07 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7C35B83E75 for ; Sun, 10 Mar 2013 18:33:06 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id t10so1873854eei.35 for ; Sun, 10 Mar 2013 11:33:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=aHuCnBz4j63accO652CpEGeIorc0bxFHTw/t13iRoq0=; b=eN1HsEES8Zi/pk2kmC2ISTbO12RKVSE1NftPChxc6pGx0R+Cy8HciYDsTSdLEVh/fh nZLJTayAxwT26wCfjfyZZ8M31YWn8IcyuxEoQAzwKvm/FPQeWxEsVzCVG1/DEhj3Ka0Z rwDn0LuQuSmnOYM3B0CKmX+Bj70iO2TVUsh3Oq1WVXY9EnYtQu/PxfvufqBYkg4DmSPx U6i6nY1+d5DYk3fSmPBSosO/L/C37IfL3MoqAFLf4lm6Eo5MD9KJIme0qKOyi9PulZQP ++YDdp4qKXCPowPKNmtPAJz4yyFr/sakwsqVvpz11/tN0i62zxIUM5mwlGdB6N9qsKPY syeQ== X-Received: by 10.14.209.131 with SMTP id s3mr28241199eeo.26.1362940384947; Sun, 10 Mar 2013 11:33:04 -0700 (PDT) Received: from wheezy.cruise.homelinux.net (p5B379E8A.dip.t-dialin.net. [91.55.158.138]) by mx.google.com with ESMTPS id a1sm19370441eep.2.2013.03.10.11.33.03 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Mar 2013 11:33:04 -0700 (PDT) From: Carsten Schoenert To: buildroot@busybox.net Date: Sun, 10 Mar 2013 19:32:47 +0100 Message-Id: <1362940371-25899-7-git-send-email-c.schoenert@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1362940371-25899-1-git-send-email-c.schoenert@gmail.com> References: <1362940371-25899-1-git-send-email-c.schoenert@gmail.com> Subject: [Buildroot] [PATCH 06/10] directfb-examples: correcting indentation and expanding help text X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Carsten Schoenert Signed-off-by: Carsten Schoenert --- 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. +