Pierre has asked me to maintain the OS X package. I will glady take this task.
To keep things simple for enduser, I plan to make packages for the cocoa flavour of qemu. If You think there should also a sdl package, please inform me.
Layout of the Package: Container: QEMU-0.7.x.dmg (compressed with attached License) Application: QEMU.app +-Contents/ +--info.plist +--PkgInfo +--MacOS/ +---qemu +---qemu-img +--share/ +---doc/ +----qemu/ +----man/ +----qemu/ I patch the cocoa.m to make the package path-independent. (Patch attached). There will be nightlies everytime Fabrice announces changes to the list. You will find the packages at: http://www.freeoszoo.org/download.html http://www.kberg.ch/qemu/ have fun Mike
Index: cocoa.m =================================================================== RCS file: /cvsroot/qemu/qemu/cocoa.m,v retrieving revision 1.4 diff -u -r1.4 cocoa.m --- cocoa.m 7 Apr 2005 20:36:50 -0000 1.4 +++ cocoa.m 8 Jun 2005 18:21:23 -0000 @@ -579,6 +579,9 @@ QemuCocoaGUIController *gui_controller; CPSProcessSerNum PSN; + /* overrun defaults for bios_dir, so we can run qemu everywhere */ + bios_dir = [ [ NSString stringWithFormat:@"%@/share/qemu", [ [ [ NSBundle mainBundle ] resourcePath ] stringByDeletingLastPathComponent ] ] cString ]; + [NSApplication sharedApplication]; if (!CPSGetCurrentProcess(&PSN))
_______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel