[Lunar-commits] <moonbase> qemu: Version bump to 0.10.0 Florin tested the module with gcc4 as qemu no longer depends on gcc3. I tested it with gcc3 and it still works just fine.
Terry Chan
tchan at lunar-linux.org
Mon Mar 9 06:28:13 CET 2009
commit 0aeb72e0567156345404a73a5f04559309dde160
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon Mar 9 00:28:13 2009 -0500
qemu: Version bump to 0.10.0
Florin tested the module with gcc4 as qemu no longer depends on gcc3.
I tested it with gcc3 and it still works just fine.
---
devel/qemu/BUILD | 4 +++-
devel/qemu/DEPENDS | 10 +++-------
devel/qemu/DETAILS | 10 +++++-----
3 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/devel/qemu/BUILD b/devel/qemu/BUILD
index aa4ea30..868c762 100644
--- a/devel/qemu/BUILD
+++ b/devel/qemu/BUILD
@@ -2,12 +2,14 @@
unset CFLAGS
+ OPTS+=" --extra-ldflags=-L/usr/X11R6/lib"
if [ ! -e /usr/X11R6/lib/libX11.a ]; then
OPTS+=" --target-list=i386-user,i386-softmmu,arm-user,sparc-user,ppc-user"
fi
./configure --prefix=/usr \
- --cc=${GCC3_PREFIX:-/opt/lunar/gcc3}/bin/gcc &&
+ $OPTS &&
+
default_make &&
# qemu-doc.html may not exist, but it will be ignored if that is the case
diff --git a/devel/qemu/DEPENDS b/devel/qemu/DEPENDS
index 8b8694b..87c9e00 100644
--- a/devel/qemu/DEPENDS
+++ b/devel/qemu/DEPENDS
@@ -1,7 +1,3 @@
-depends gcc3 &&
-depends autoconf &&
-
-optional_depends SDL "" "--disable-sdl --disable-gfx-check" \
- "for gui qemu support" &&
-optional_depends alsa-lib "--enable-alsa" "" \
- "for ALSA sound support"
+depends autoconf
+optional_depends SDL "" "" "for gui qemu support"
+optional_depends alsa-lib "" "" "for ALSA sound support"
diff --git a/devel/qemu/DETAILS b/devel/qemu/DETAILS
index 819d895..6144b38 100644
--- a/devel/qemu/DETAILS
+++ b/devel/qemu/DETAILS
@@ -1,11 +1,11 @@
MODULE=qemu
- VERSION=0.9.1
+ VERSION=0.10.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://bellard.org/qemu/
- SOURCE_VFY=sha1:630ea20b5989f0df00128de7f7be661c573ed041
- WEB_SITE=http://bellard.org/qemu/
+ SOURCE_URL=http://download.savannah.gnu.org/releases/$MODULE
+ SOURCE_VFY=sha1:87b6aa3b201dcdfd91d83c27b2d3e4495770c351
+ WEB_SITE=http://www.nongnu.org/qemu/
ENTERED=20040318
- UPDATED=20080108
+ UPDATED=20090308
SHORT="a fast processor emulator"
MAINTAINER=tchan at lunar-linux.org
More information about the Lunar-commits
mailing list