qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] OS X Package Maintainer


From: Natalia Portillo
Subject: Re: [Qemu-devel] OS X Package Maintainer
Date: Thu, 9 Jun 2005 15:41:07 +0100

Can you make a nightly build with the CVS?

PLEASE! xD

And another with the patches that aren't in the CVS?

Thanks!

El 08/06/2005, a las 19:32, Mike Kronenberg escribió:

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
address@hidden
http://lists.nongnu.org/mailman/listinfo/qemu-devel






reply via email to

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