SOURCE_HASH=sha512:e3e3bffb9858014fd4342680779475a5b012711b2bd9c1d94cdf7579860282a4b5e60a1eaaedb981d27a315055fb00f7239ccf275a7ddc3a1bd512087a37d575
- WEB_SITE=http://fabrice.bellard.free.fr/qemu
- ENTERED=20051102
- LICENSE[0]=GPL/LGPL
DISTCC_HOSTS=
GCC_VERSION=3.4
+ LICENSE[0]=GPL/LGPL
+ WEB_SITE=http://fabrice.bellard.free.fr/qemu
KEYWORDS="emulator utils"
+ ENTERED=20051102
SHORT="QEMU is a generic and open source processor emulator"
cat << EOF
QEMU achieves a good emulation speed by using dynamic translation.
diff --git a/utils/qemu/HISTORY b/utils/qemu/HISTORY
index 40f829b..7148703 100644
--- a/utils/qemu/HISTORY
+++ b/utils/qemu/HISTORY
@@ -1,3 +1,9 @@
+2006-09-13 Eric Sandall <eric AT sandall.us>
+ * DEPENDS: Optionally depends on kqemu for acceleration kernel module
+ Optionally depends on alsa-lib
+ * CONFLICTS: No longer conflicts with qemu
+ * BUILD: Use INSTALL_ROOT
+
2006-08-19 Bearcat M. Sandor <sourcemage AT feline-soul.com>
* DETAILS: Updated to 0.8.2
@@ -13,7 +19,7 @@
* BUILD: removed invoke_gcc
* PRE_BUILD: created for invoke_gcc
* CONFIGURE: added query for unattended processing, #10732
- thanks to Andreas van Ruth for the initial patch
+ thanks to Andreas van Ruth for the initial patch