Date: Friday, September 7, 2012 @ 08:54:33 Author: tpowa Revision: 166384
upgpkg: qemu 1.2.0-1 bump to latest version Modified: qemu/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-09-07 09:27:19 UTC (rev 166383) +++ PKGBUILD 2012-09-07 12:54:33 UTC (rev 166384) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Tobias Powalowski <[email protected]> pkgname=qemu -pkgver=1.1.1 +pkgver=1.2.0 pkgrel=1 pkgdesc="A generic and open source processor emulator which achieves a good emulation speed by using dynamic translation." arch=('i686' 'x86_64') @@ -12,17 +12,13 @@ backup=('etc/qemu/target-x86_64.conf') install=qemu.install source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2 - 65-kvm.rules - qemu-glibc-2.16-build.patch) + 65-kvm.rules) options=(!strip) build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i -e 's/lib64/lib/g' x86_64.ld - # patch from fedora git: http://pkgs.fedoraproject.org/gitweb/?p=qemu.git - # fix changes from glibc-2.16 - patch -Np1 -i ../qemu-glibc-2.16-build.patch ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa \ --python=/usr/bin/python2 \ --audio-card-list=ac97,sb16,es1370,hda \ @@ -46,6 +42,8 @@ done } -md5sums=('f691baa30e8fb40f37f2797fba892e12' +md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61' 'b316a066d2f1bb57d8f5b7ea1d0d1caf' '8687179e77ab954c4a43017d030f7349') +md5sums=('78eb1e984f4532aa9f2bdd3c127b5b61' + 'b316a066d2f1bb57d8f5b7ea1d0d1caf')
