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

Tobias Powalowski tpowa at archlinux.org
Sun Oct 31 09:07:13 UTC 2010


    Date: Sunday, October 31, 2010 @ 05:07:13
  Author: tpowa
Revision: 97530

upgpkg: qemu 0.13.0-1
bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-31 09:01:15 UTC (rev 97529)
+++ PKGBUILD	2010-10-31 09:07:13 UTC (rev 97530)
@@ -1,14 +1,15 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu
-pkgver=0.12.5
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="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://wiki.qemu.org/Index.html"
 makedepends=('texi2html' 'perl')
-depends=('sdl' 'alsa-lib' 'esound' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng' 'curl' 'libsasl')
+depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'esound' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng' 'curl' 'libsasl')
+backup=('etc/qemu/target-x86_64.conf')
 install=qemu.install
 source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz
         65-kvm.rules)
@@ -17,7 +18,7 @@
 {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i -e 's/lib64/lib/g' x86_64.ld || return 1
-  ./configure --prefix=/usr --audio-drv-list=oss,alsa,sdl,esd \
+  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,esd \
               --audio-card-list=ac97,sb16,es1370,adlib \
               --enable-docs \
               --kerneldir="/usr/src/linux-$(uname -r)"
@@ -26,5 +27,5 @@
   install -D -m644 ${srcdir}/65-kvm.rules \
                    ${pkgdir}/lib/udev/rules.d/65-kvm.rules
 }
-md5sums=('1d02ee0a04dfae2894340273372c1de4'
+md5sums=('397a0d665da8ba9d3b9583629f3d6421'
          'b316a066d2f1bb57d8f5b7ea1d0d1caf')




More information about the arch-commits mailing list