[arch-commits] Commit in qemu-kvm/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Fri Dec 16 11:38:41 UTC 2011
Date: Friday, December 16, 2011 @ 06:38:40
Author: tpowa
Revision: 145069
upgpkg: qemu-kvm 1.0-1
bump to latest version
Modified:
qemu-kvm/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-12-16 10:55:34 UTC (rev 145068)
+++ PKGBUILD 2011-12-16 11:38:40 UTC (rev 145069)
@@ -1,13 +1,13 @@
# $Id$
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=qemu-kvm
-pkgver=0.15.1
+pkgver=1.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' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng')
+depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng' 'libpulse')
makedepends=('texi2html' 'perl' 'python2')
backup=('etc/qemu/target-x86_64.conf')
install=qemu-kvm.install
@@ -25,7 +25,7 @@
./configure --prefix=/usr \
--python=/usr/bin/python2 \
--sysconfdir=/etc \
- --audio-drv-list=alsa,sdl,oss \
+ --audio-drv-list=alsa,sdl,oss,pa \
--audio-card-list=ac97,sb16,es1370,hda \
--enable-docs
make
@@ -54,5 +54,5 @@
esac
done
}
-md5sums=('8800a7d6b3aa4a168ea7f78dc66c0320'
+md5sums=('00a825db46a70ba8ef9fc95da9cc7c1e'
'b316a066d2f1bb57d8f5b7ea1d0d1caf')
More information about the arch-commits
mailing list