qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] OS X Package Maintainer


From: Mike Kronenberg
Subject: [Qemu-devel] OS X Package Maintainer
Date: Wed, 08 Jun 2005 20:32:52 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317)

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))

reply via email to

[Prev in Thread] Current Thread [Next in Thread]