[arch-commits] Commit in qemu-kvm/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Fri Aug 12 09:22:49 UTC 2011


    Date: Friday, August 12, 2011 @ 05:22:48
  Author: tpowa
Revision: 135290

upgpkg: qemu-kvm 0.15.0-1
bump to latest version, removed esound depend

Modified:
  qemu-kvm/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-12 09:21:55 UTC (rev 135289)
+++ PKGBUILD	2011-08-12 09:22:48 UTC (rev 135290)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at 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 @@
     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 @@
       esac
     done
 }
-md5sums=('ed37a2c0b1981220b842920140574c63'
+md5sums=('b45b0deebba4ce47dcaaab3807f6ed47'
          'b316a066d2f1bb57d8f5b7ea1d0d1caf')




More information about the arch-commits mailing list