[haiku-commits] r38966 - haiku/trunk/build/jam

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 13 Oct 2010 21:44:51 +0200 (CEST)

Author: stippi
Date: 2010-10-13 21:44:51 +0200 (Wed, 13 Oct 2010)
New Revision: 38966
Changeset: http://dev.haiku-os.org/changeset/38966

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated Clockwerk optional package.
 * The GUI has been reworked to fix a lot of issues
   and to be more efficient (for example no backbuffered
   views are necessary on Haiku).
 * Mouse wheel zooming in the video preview uses the mouse
   position as anchor.
 * Several crashing at exit bugs have been fixed.
 * Rendering of audio/video happens interleaved now.
 * The annoying prompt to save the project when nothing
   changed is fixed.
 * The quick intro documentation has been updated as well.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2010-10-13 18:49:03 UTC (rev 
38965)
+++ haiku/trunk/build/jam/OptionalPackages      2010-10-13 19:44:51 UTC (rev 
38966)
@@ -385,15 +385,15 @@
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package Clockwerk available for 
$(TARGET_ARCH)" ;
        } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
-               InstallOptionalHaikuImagePackage 
Clockwerk-0.0.1-x86-gcc4-2009-08-06.zip
-                       : $(baseURL)/Clockwerk-0.0.1-x86-gcc4-2009-08-06.zip
+               InstallOptionalHaikuImagePackage 
Clockwerk-0.0.2-x86-gcc4-2010-10-13.zip
+                       : $(baseURL)/Clockwerk-0.0.2-x86-gcc4-2010-10-13.zip
                        :
                ;
                AddSymlinkToHaikuImage home config be Applications
                        : /boot/apps/Clockwerk/Clockwerk ;
        } else {
-               InstallOptionalHaikuImagePackage 
Clockwerk-0.0.1-x86-gcc2-2009-08-06.zip
-                       : $(baseURL)/Clockwerk-0.0.1-x86-gcc2-2009-08-06.zip
+               InstallOptionalHaikuImagePackage 
Clockwerk-0.0.2-x86-gcc2-2010-10-13.zip
+                       : $(baseURL)/Clockwerk-0.0.2-x86-gcc2-2010-10-13.zip
                        :
                ;
                AddSymlinkToHaikuImage home config be Applications


Other related posts:

  • » [haiku-commits] r38966 - haiku/trunk/build/jam - superstippi