From 7536ad8142dbad5fc2b53a8ee9a5665da4351209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 13 Oct 2010 19:44:51 +0000 Subject: [PATCH] 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. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38966 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/OptionalPackages | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 9a2bbda966..766e6926cc 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -385,15 +385,15 @@ if [ IsOptionalHaikuImagePackageAdded Clockwerk ] { 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