Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package:  gtkperf
@ 2008-08-27 12:21 laird at uclibc.org
  2008-08-27 12:29 ` Bernhard Reutner-Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: laird at uclibc.org @ 2008-08-27 12:21 UTC (permalink / raw)
  To: buildroot

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))
+

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

* [Buildroot] svn commit: trunk/buildroot/package:  gtkperf
  2008-08-27 12:21 [Buildroot] svn commit: trunk/buildroot/package: gtkperf laird at uclibc.org
@ 2008-08-27 12:29 ` Bernhard Reutner-Fischer
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Reutner-Fischer @ 2008-08-27 12:29 UTC (permalink / raw)
  To: buildroot

On Wed, Aug 27, 2008 at 05:21:09AM -0700, laird at uclibc.org wrote:
>Author: laird
>Date: 2008-08-27 05:21:09 -0700 (Wed, 27 Aug 2008)
>New Revision: 23241

>+GTKPERF_AUTORECONF = NO

No is the default, so please remove this. Autoreconf should not be
needed at all unless you desparately need to fix an utterly broken
package that cannot be fixed upstream to DTRT in the first place.
For a long time, buildroot worked without having any of automake or
autoconf installed, which i consider a feature.

cheers,

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27 12:21 [Buildroot] svn commit: trunk/buildroot/package: gtkperf laird at uclibc.org
2008-08-27 12:29 ` Bernhard Reutner-Fischer

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