mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qemu to 5.1.0-2
This commit is contained in:
parent
477957e60e
commit
bba27d7c0b
1 changed files with 4 additions and 4 deletions
|
@ -13,14 +13,14 @@ pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
|
|||
qemu-block-{iscsi,gluster} qemu-guest-agent)
|
||||
pkgdesc="A generic and open source machine emulator and virtualizer"
|
||||
pkgver=5.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
license=(GPL2 LGPL2.1)
|
||||
url="https://wiki.qemu.org/"
|
||||
_headlessdeps=(gnutls libpng libaio numactl libnfs
|
||||
lzo snappy curl vde2 libcap-ng spice libcacard usbredir libslirp
|
||||
libssh zstd liburing)
|
||||
depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
|
||||
depends=(virglrenderer sdl2 vte3 libpulse libjack.so brltty "${_headlessdeps[@]}")
|
||||
makedepends=(spice-protocol python libiscsi glusterfs python-sphinx xfsprogs)
|
||||
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
|
||||
qemu-ga.service
|
||||
|
@ -29,7 +29,7 @@ sha512sums=('e213edb71d93d5167ddce7546220ecb7b52a7778586a4f476f65bd1e510c9cfc6d1
|
|||
'SKIP'
|
||||
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
|
||||
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
|
||||
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
|
||||
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') # Michael Roth <flukshun@gmail.com>
|
||||
|
||||
case $CARCH in
|
||||
i?86) _corearch=i386 ;;
|
||||
|
@ -45,7 +45,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
_build full \
|
||||
--audio-drv-list="pa alsa sdl"
|
||||
--audio-drv-list="pa alsa sdl jack"
|
||||
|
||||
_build headless \
|
||||
--audio-drv-list= \
|
||||
|
|
Loading…
Reference in a new issue