qemu: Update to 2.1.0 port that includes Haiku native backend.

This commit is contained in:
Michael Lotz
2014-09-10 00:29:18 +02:00
parent 0722c84c0c
commit df441da15a
2 changed files with 3 additions and 255 deletions

View File

@@ -7,11 +7,10 @@ different machine (e.g. your own PC). By using dynamic translation, it \
achieves very good performance.
"
HOMEPAGE="http://wiki.qemu.org/"
SRC_URI="http://wiki.qemu-project.org/download/qemu-$portVersion.tar.bz2"
CHECKSUM_SHA256="397e23184f4bf613589a8fe0c6542461dc2afdf17ed337e97e6fd2f31e8f8802"
SRC_URI="git+https://github.com/mmlr/qemu-haiku.git#4444401842251c18147f83c7d960ec3a82f2b9cb"
COPYRIGHT="2003-2014 Fabrice Bellard"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86 x86_64"
if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
# x86_gcc2 is fine as primary target architecture as long as we're building
@@ -54,14 +53,11 @@ PROVIDES="
cmd:qemu_system_xtensaeb$secondaryArchSuffix = $portVersion
"
PATCHES="qemu-$portVersion.patchset"
REQUIRES="
haiku$secondaryArchSuffix >= $haikuVersion
lib:libz$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libstdc++$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix >= 0.38
lib:libpixman_1$secondaryArchSuffix
"
@@ -69,7 +65,6 @@ REQUIRES="
BUILD_REQUIRES="
devel:libz$secondaryArchSuffix
devel:libfdt$secondaryArchSuffix
devel:libsdl$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix >= 0.38
devel:libpixman_1${secondaryArchSuffix}
"
@@ -100,5 +95,5 @@ INSTALL()
ln -s qemu-system-i386 $binDir/qemu
# Remove empty config file.
rm $settingsDir/qemu/target-x86_64.conf
rm $settingsDir/target-x86_64.conf
}