From b302c8086495ff2345f848c0540a5d0ec394dca9 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 21 Jun 2007 14:52:18 +0000 Subject: [PATCH] Update README template --- README.in | 25 ++++++++++++++++++------- autogen.sh | 2 +- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/README.in b/README.in index 3505d67b2..31f73da55 100644 --- a/README.in +++ b/README.in @@ -13,13 +13,20 @@ It currently uses fairly low end GL functionality with an aim to still work well on open source graphics drivers as well as possibly making an eventual GL ES port feasable. -Clutter currently requires GLib >= 2.10, GdkPixbuf and OpenGL >= 1.2. +Clutter currently requires: + + * GLib >= 2.10.0 + * GdkPixbuf + * OpenGL >= 1.2 + Its also recommended you have some kind of working hardware OpenGL on your target system. Clutter is LGPL licensed. The official website is: http://www.clutter-project.org +The official mailing list is: http://lists.o-hand.com/clutter/ +New bug page on Bugzilla: http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter INSTALLATION ==== @@ -55,8 +62,14 @@ Release Notes for Clutter 0.4 is no longer necessary. In case Clutter applications take really long times for redrawing and appear stuck and unresponsive, the sync-to-vblank feature might still be the culprit; in that case, use - CLUTTER_VBLANK=none to disable it and file a bug reporting the video - card model, the driver version and the X server version. + "export CLUTTER_VBLANK=none" to disable it and file a bug reporting the + video card model, the driver version and the X server version. + +* ClutterTimeline objects now share the same timeout pool (see the + ClutterTimeoutPool API). This might cause problems with heavily + threaded libraries without integration with the GLib main loop. + If an application experiences bad behaviours during animations + use "export CLUTTER_TIMELINE=no-pool" to disable the timeout pool. HACKING ==== @@ -64,12 +77,11 @@ If you want to hack on and improve clutter check the TODO file. BUGS ==== - Bugs should be reported to the OpenedHand Bugzilla at: - http://bugzilla.o-hand.com + http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter -Under the product "Clutter". +You will need an account. In the report you should include: * what system you're running Clutter on; @@ -86,7 +98,6 @@ obtained using gdb are greatly appreciated. PATCHES ==== - Patches should be submitted using Bugzilla. Patches fixing a bug should be attached to the bug report; patches for new features or for fixing bugs not yet reported should be attached to a newly opened bug. Patches should always diff --git a/autogen.sh b/autogen.sh index 55fcdd196..05edd5d1f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,4 +6,4 @@ touch README autoreconf -v --install || exit 1 rm -f README -./configure --enable-maintainer-mode "$@" +./configure "$@"