[SM-Commit] GIT changes to master =?unknown-8bit?Q?gri?= =?unknown-8bit?Q?moire_by_Andra=C5?= =?unknown-8bit?Q?=BE?= Levstik (e3aa27d6cad7df4da250de2fbc523542cd983ffd)

=?unknown-8bit?Q?Andra=C5=BE?= Levstik scm at mail.sourcemage.org
Mon Feb 19 06:36:08 EST 2007


GIT changes to master grimoire by Andraž Levstik <ruskie at mages.ath.cx>:

 ChangeLog             |    4 ++++
 utils/qemuctl/BUILD   |    1 +
 utils/qemuctl/DEPENDS |    3 +++
 utils/qemuctl/DETAILS |   24 ++++++++++++++++++++++++
 utils/qemuctl/HISTORY |    2 ++
 5 files changed, 34 insertions(+)

New commits:
commit e3aa27d6cad7df4da250de2fbc523542cd983ffd
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Andraž Levstik <ruskie at mages.ath.cx>

    qemuctl: new spell added small control panel for qemu

diff --git a/ChangeLog b/ChangeLog
index 702702f..d653636 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-19 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* utils/qemuctl: added a nice small control panel to manage
+	  media, shutdown, screenshots etc in qemu
+
 2007-02-18 Juuso Alasuutari <iuso at sourcemage.org>
 	* audio-plugins/pvoc: New spell, LADSPA plugins for time
 	  compression/expansion.
diff --git a/utils/qemuctl/BUILD b/utils/qemuctl/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/qemuctl/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/qemuctl/DEPENDS b/utils/qemuctl/DEPENDS
new file mode 100755
index 0000000..ba3ab75
--- /dev/null
+++ b/utils/qemuctl/DEPENDS
@@ -0,0 +1,3 @@
+depends perl &&
+depends qemu &&
+depends perl-gtk2
diff --git a/utils/qemuctl/DETAILS b/utils/qemuctl/DETAILS
new file mode 100755
index 0000000..0d5375d
--- /dev/null
+++ b/utils/qemuctl/DETAILS
@@ -0,0 +1,24 @@
+           SPELL=qemuctl
+         VERSION=0.2
+          SOURCE="${SPELL}${VERSION}.tar.gz"
+   SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+     SOURCE_HASH=sha512:d42b5d1e40ef3cccc41323ff7587fe0f609788a79b4125f9a2c1e9ad6f893a0cb5a0560cf6e723bc579484a2cbaffd48bb7f398bcbbd682e96848e66d99adfbd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}${VERSION}"
+        WEB_SITE="http://qemuctl.sourceforge.net/"
+      LICENSE[0]=GPL
+         ENTERED=20070219
+           SHORT="GUI for QEMU for changing media, reset the vm, making screenshots, and so on."
+cat << EOF
+This is a GUI for virtual pc emulator "qemu". But it is not for configuring
+devices or starting qemu, no it is for changing media, reset the vm, making
+screenshots, and so on. And this at runtime.
+
+If you are a user of one of the configuring GUI's, just change the path to
+qemu to qemuctl and it work.
+
+So, if you are developing a configuring GUI for qemu and you want qemuctl
+firing up with your GUI. This can just add a suspend screenshot to your
+GUI like you would see in vmware, then launch qemuctl instead qemu. Now
+qemuctl will do the job launching qemu. Now drop me a note and you are on
+the supported configuring GUI's list.
+EOF
diff --git a/utils/qemuctl/HISTORY b/utils/qemuctl/HISTORY
new file mode 100644
index 0000000..d2a1264
--- /dev/null
+++ b/utils/qemuctl/HISTORY
@@ -0,0 +1,2 @@
+2007-02-19 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS, DEPENDS, BUILD, HISTORY: created spell



More information about the SM-Commit mailing list