summaryrefslogtreecommitdiff
path: root/extra/qemu
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-09 00:11:39 +0000
committerroot <root@rshg054.dnsready.net>2012-09-09 00:11:39 +0000
commitdda96ce532ef99400e2b7703a0f538771b36b624 (patch)
treebcffb5a34db2fb09c3ca6eb1dfe557292566ddb6 /extra/qemu
parentc85b504e8916411d424cd3fc654ff879237d529e (diff)
Sun Sep 9 00:11:39 UTC 2012
Diffstat (limited to 'extra/qemu')
-rw-r--r--extra/qemu/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD
index b64cd54e8..b243184f7 100644
--- a/extra/qemu/PKGBUILD
+++ b/extra/qemu/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 163504 2012-07-13 16:36:15Z tpowa $
+# $Id: PKGBUILD 166385 2012-09-07 12:55:19Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=qemu
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation."
arch=('i686' 'x86_64')
@@ -12,17 +12,13 @@ depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'blue
backup=('etc/qemu/target-x86_64.conf')
install=qemu.install
source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
- 65-kvm.rules
- qemu-glibc-2.16-build.patch)
+ 65-kvm.rules)
options=(!strip)
build()
{
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i -e 's/lib64/lib/g' x86_64.ld
- # patch from fedora git: http://pkgs.fedoraproject.org/gitweb/?p=qemu.git
- # fix changes from glibc-2.16
- patch -Np1 -i ../qemu-glibc-2.16-build.patch
./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa \
--python=/usr/bin/python2 \
--audio-card-list=ac97,sb16,es1370,hda \
@@ -46,6 +42,8 @@ package() {
done
}
-md5sums=('f691baa30e8fb40f37f2797fba892e12'
+md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61'
'b316a066d2f1bb57d8f5b7ea1d0d1caf'
'8687179e77ab954c4a43017d030f7349')
+md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61'
+ 'b316a066d2f1bb57d8f5b7ea1d0d1caf')