Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: laird at uclibc.org <laird@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package:  gtkperf
Date: Wed, 27 Aug 2008 05:21:09 -0700 (PDT)	[thread overview]
Message-ID: <20080827122109.F24AB3C808@busybox.net> (raw)

Author: laird
Date: 2008-08-27 05:21:09 -0700 (Wed, 27 Aug 2008)
New Revision: 23241

Log:
gtkperf: Adding gtkperf package

Allows some benchmarking of GTK on different targets.



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

Modified:
   trunk/buildroot/package/Config.in


Changeset:
Modified: trunk/buildroot/package/Config.in
===================================================================
--- trunk/buildroot/package/Config.in	2008-08-27 11:40:02 UTC (rev 23240)
+++ trunk/buildroot/package/Config.in	2008-08-27 12:21:09 UTC (rev 23241)
@@ -405,6 +405,7 @@
 source "package/dillo/Config.in"
 source "package/docker/Config.in"
 source "package/gqview/Config.in"
+source "package/gtkperf/Config.in"
 source "package/leafpad/Config.in"
 source "package/midori/Config.in"
 source "package/pcmanfm/Config.in"

Added: trunk/buildroot/package/gtkperf/Config.in
===================================================================
--- trunk/buildroot/package/gtkperf/Config.in	                        (rev 0)
+++ trunk/buildroot/package/gtkperf/Config.in	2008-08-27 12:21:09 UTC (rev 23241)
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_GTKPERF
+	bool "gtkperf (performance test for GTK2)"
+	depends on BR2_PACKAGE_LIBGTK2
+	help
+	  GtkPerf is an application designed to test GTK+ performance.
+	  The point is to create common testing platform to run
+	  predefined GTK+ widgets
+	  e.g. (opening comboboxes, toggling buttons, scrolling text yms.)
+	  and this way define the speed of device/platform.
+

Added: trunk/buildroot/package/gtkperf/gtkperf.mk
===================================================================
--- trunk/buildroot/package/gtkperf/gtkperf.mk	                        (rev 0)
+++ trunk/buildroot/package/gtkperf/gtkperf.mk	2008-08-27 12:21:09 UTC (rev 23241)
@@ -0,0 +1,15 @@
+#############################################################
+#
+# GtkPerf
+#
+#############################################################
+GTKPERF_VERSION:=0.40
+GTKPERF_SOURCE:=gtkperf_$(GTKPERF_VERSION).tar.gz
+GTKPERF_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gtkperf
+GTKPERF_AUTORECONF = NO
+GTKPERF_INSTALL_TARGET = YES
+GTKPERF_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+GTKPERF_DEPENDENCIES = libgtk2
+
+$(eval $(call AUTOTARGETS,package,gtkperf))
+

             reply	other threads:[~2008-08-27 12:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-27 12:21 laird at uclibc.org [this message]
2008-08-27 12:29 ` [Buildroot] svn commit: trunk/buildroot/package: gtkperf Bernhard Reutner-Fischer

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=20080827122109.F24AB3C808@busybox.net \
    --to=laird@uclibc.org \
    --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