summaryrefslogtreecommitdiff
path: root/extra/qemu-kvm
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-13 23:14:28 +0000
committerroot <root@rshg054.dnsready.net>2011-08-13 23:14:28 +0000
commit76c08dc0eadb92247b4978f3185ee4176603b7af (patch)
treec5a4ca714e8218033beb8e37f6ea0d1cba1b4eed /extra/qemu-kvm
parent3b2bf66355e8254bc2f033dab2dfea9e2978fa4d (diff)
Sat Aug 13 23:14:28 UTC 2011
Diffstat (limited to 'extra/qemu-kvm')
-rw-r--r--extra/qemu-kvm/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/qemu-kvm/PKGBUILD b/extra/qemu-kvm/PKGBUILD
index 04b21679e..29a67fc6d 100644
--- a/extra/qemu-kvm/PKGBUILD
+++ b/extra/qemu-kvm/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 126938 2011-06-08 20:01:54Z tpowa $
+# $Id: PKGBUILD 135290 2011-08-12 09:22:48Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
pkgname=qemu-kvm
-pkgver=0.14.1
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
pkgdesc="Latest KVM QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation."
arch=(i686 x86_64)
license=('GPL2' 'LGPL2.1')
url="http://www.linux-kvm.org"
-depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'esound' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng')
-makedepends=('texi2html' 'perl')
+depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng')
+makedepends=('texi2html' 'perl' 'python2')
backup=('etc/qemu/target-x86_64.conf')
install=qemu-kvm.install
conflicts=('qemu')
@@ -23,8 +23,9 @@ build()
cd ${srcdir}/${pkgname}-${pkgver}
# fix esound building
./configure --prefix=/usr \
+ --python=/usr/bin/python2 \
--sysconfdir=/etc \
- --audio-drv-list=alsa,sdl,oss,esd \
+ --audio-drv-list=alsa,sdl,oss \
--audio-card-list=ac97,sb16,es1370,hda \
--enable-docs
make
@@ -53,5 +54,5 @@ package()
esac
done
}
-md5sums=('ed37a2c0b1981220b842920140574c63'
+md5sums=('b45b0deebba4ce47dcaaab3807f6ed47'
'b316a066d2f1bb57d8f5b7ea1d0d1caf')