Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e3aa27d6cad7df4da250de2fbc523542cd983ffd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e3aa27d6cad7df4da250de2fbc523542cd983ffd)
  • Date: Mon, 19 Feb 2007 05:36:08 -0600

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



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (e3aa27d6cad7df4da250de2fbc523542cd983ffd), Andra?? Levstik, 02/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page