Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package:  fbdump
@ 2008-08-27 11:01 laird at uclibc.org
  2008-08-27 11:19 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: laird at uclibc.org @ 2008-08-27 11:01 UTC (permalink / raw)
  To: buildroot

Author: laird
Date: 2008-08-27 04:01:16 -0700 (Wed, 27 Aug 2008)
New Revision: 23239

Log:
fbdump: Add new package fbdump.

fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer 
device and write them out as a PPM file. Currently, most packed-pixel framebuffer
formats and the vga16 framebuffer are supported.



Added:
   trunk/buildroot/package/fbdump/
   trunk/buildroot/package/fbdump/Config.in
   trunk/buildroot/package/fbdump/fbdump.mk

Modified:
   trunk/buildroot/package/Config.in


Changeset:
Modified: trunk/buildroot/package/Config.in
===================================================================
--- trunk/buildroot/package/Config.in	2008-08-27 07:46:55 UTC (rev 23238)
+++ trunk/buildroot/package/Config.in	2008-08-27 11:01:16 UTC (rev 23239)
@@ -323,6 +323,7 @@
 
 comment "graphic libraries"
 source "package/directfb/Config.in"
+source "package/fbdump/Config.in"
 source "package/fusion/Config.in"
 source "package/imagemagick/Config.in"
 source "package/jpeg/Config.in"

Added: trunk/buildroot/package/fbdump/Config.in
===================================================================
--- trunk/buildroot/package/fbdump/Config.in	                        (rev 0)
+++ trunk/buildroot/package/fbdump/Config.in	2008-08-27 11:01:16 UTC (rev 23239)
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_FBDUMP
+	bool "fbdump (Framebuffer Capture Tool)"
+	help
+	   fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer
+	   device and write them out as a PPM file. Currently, most packed-pixel framebuffer
+       formats and the vga16 framebuffer are supported.
+

Added: trunk/buildroot/package/fbdump/fbdump.mk
===================================================================
--- trunk/buildroot/package/fbdump/fbdump.mk	                        (rev 0)
+++ trunk/buildroot/package/fbdump/fbdump.mk	2008-08-27 11:01:16 UTC (rev 23239)
@@ -0,0 +1,16 @@
+#############################################################
+#
+# fbdump
+#
+#############################################################
+FBDUMP_VERSION:=0.4.2
+FBDUMP_SOURCE:=fbdump-$(FBDUMP_VERSION).tar.gz
+FBDUMP_SITE:=http://www.rcdrummond.net/fbdump
+FBDUMP_AUTORECONF = NO
+FBDUMP_CONF_ENV = ac_cv_func_malloc_0_nonnull=yes
+FBDUMP_INSTALL_STAGING = YES
+FBDUMP_INSTALL_TARGET = YES
+FBDUMP_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip
+
+$(eval $(call AUTOTARGETS,package,fbdump))
+

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-08-27 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27 11:01 [Buildroot] svn commit: trunk/buildroot/package: fbdump laird at uclibc.org
2008-08-27 11:19 ` Peter Korsgaard
2008-08-27 11:25   ` Bernhard Reutner-Fischer
2008-08-27 19:40     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox