mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
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
This commit is contained in:
parent
950f37b206
commit
7536ad8142
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user