diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-18 15:46:12 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-18 15:46:12 +0100 |
commit | 82e56b34417677fc5ad8718a516874fb5351e60f (patch) | |
tree | 2f157396a89875f5f3543c62e7f4d5f9042cfb94 /extra/qemu/PKGBUILD | |
parent | e63aad93b3e68c372e525d86c3277b2fa4bddb24 (diff) | |
parent | 146025aa1c838c12fa7b4873414da73816bfb6bd (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/python2-pymongo/PKGBUILD
extra/clamav/PKGBUILD
extra/claws-mail-extra-plugins/PKGBUILD
extra/lcms2/PKGBUILD
extra/libxi/PKGBUILD
extra/xorg-server/PKGBUILD
multilib/wine/PKGBUILD
Diffstat (limited to 'extra/qemu/PKGBUILD')
-rw-r--r-- | extra/qemu/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/qemu/PKGBUILD b/extra/qemu/PKGBUILD index b949c6ee0..9946907c5 100644 --- a/extra/qemu/PKGBUILD +++ b/extra/qemu/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 141293 2011-10-28 08:03:28Z tpowa $ +# $Id: PKGBUILD 145072 2011-12-16 12:11:13Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=qemu -pkgver=0.15.1 +pkgver=1.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' 'mips64el') license=('GPL2' 'LGPL2.1') url="http://wiki.qemu.org/Index.html" makedepends=('texi2html' 'perl' 'python2') -depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng' 'curl' 'libsasl' 'libgl') +depends=('libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng' 'curl' 'libsasl' 'libgl' 'libpulse') backup=('etc/qemu/target-x86_64.conf') install=qemu.install source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.gz @@ -19,7 +19,7 @@ build() { cd ${srcdir}/${pkgname}-${pkgver} sed -i -e 's/lib64/lib/g' x86_64.ld - ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl \ + ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa \ --python=/usr/bin/python2 \ --audio-card-list=ac97,sb16,es1370,hda \ --enable-docs @@ -40,5 +40,5 @@ package() { done } -md5sums=('34f17737baaf1b3495c89cd6d4a607ed' +md5sums=('a64b36067a191451323b0d34ebb44954' 'b316a066d2f1bb57d8f5b7ea1d0d1caf') |