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

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Jun 3 20:14:25 UTC 2013


    Date: Monday, June 3, 2013 @ 22:14:25
  Author: tpowa
Revision: 187106

upgpkg: qemu 1.5.0-3

fix sound options

Modified:
  qemu/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-03 20:13:14 UTC (rev 187105)
+++ PKGBUILD	2013-06-03 20:14:25 UTC (rev 187106)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu
 pkgver=1.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="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')
@@ -22,7 +22,7 @@
 build ()
 {
   cd "${srcdir}/${pkgname}-${pkgver}"  
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl'\
               --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
               --enable-docs --enable-mixemu --libexecdir=/usr/lib/qemu \
               --enable-gtk --with-gtkabi=3.0 --enable-linux-aio --enable-seccomp




More information about the arch-commits mailing list