From: Mike Kronenberg <mike.kronenberg@kberg.ch>
To: Qemu-devel@nongnu.org
Subject: [Qemu-devel] OS X Package Maintainer
Date: Wed, 08 Jun 2005 20:32:52 +0200 [thread overview]
Message-ID: <42A739D4.4090805@kberg.ch> (raw)
[-- Attachment #1: Type: text/plain, Size: 728 bytes --]
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
[-- Attachment #2: cocoa.m_1.4_pathindependent.diff --]
[-- Type: text/plain, Size: 664 bytes --]
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))
next reply other threads:[~2005-06-08 18:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-08 18:32 Mike Kronenberg [this message]
2005-06-09 14:41 ` [Qemu-devel] OS X Package Maintainer Natalia Portillo
2005-06-10 7:29 ` Mike Kronenberg
2005-06-10 17:27 ` Natalia Portillo
2005-06-13 8:13 ` Mike Kronenberg
2005-06-11 10:58 ` Julian Seward
2005-06-13 8:12 ` Mike Kronenberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42A739D4.4090805@kberg.ch \
--to=mike.kronenberg@kberg.ch \
--cc=Qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.