mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qemu to 5.0.0-7
This commit is contained in:
parent
3ffa781652
commit
3580ff8d0e
1 changed files with 15 additions and 2 deletions
|
@ -13,20 +13,26 @@ 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.0.0
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
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)
|
||||
libssh zstd liburing)
|
||||
depends=(virglrenderer sdl2 vte3 libpulse brltty "${_headlessdeps[@]}")
|
||||
makedepends=(spice-protocol python libiscsi glusterfs python-sphinx xfsprogs)
|
||||
source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
|
||||
iouring-1.patch::https://github.com/qemu/qemu/commit/de137e44f75d9868f5b548638081850f6ac771f2.patch
|
||||
iouring-2.patch::https://github.com/qemu/qemu/commit/ba607ca8bff4d2c2062902f8355657c865ac7c29.patch
|
||||
hostmem.patch::https://github.com/qemu/qemu/commit/70b6d525dfb51d5e523d568d1139fc051bc223c5.patch
|
||||
qemu-ga.service
|
||||
65-kvm.rules)
|
||||
sha512sums=('21ef0cbe107c468a40f0fa2635db2a40048c8790b629dfffca5cd62bb1b502ea8eb133bfc40df5ecf1489e2bffe87f6829aee041cb8a380ff04a8afa23b39fcf'
|
||||
'SKIP'
|
||||
'533010ba4adb2678e232febaa0ae476556a2d319d431ab14c83985510e3a0f8159fca20a926df0f8b30e02c7859e1b33ffd8f7fcd6144dc87f09ea62a177b82b'
|
||||
'ffea3356fcc5c42a5e3d811f47ff1a0add6f3e3c96de7ee11a6a17c9667b4e5b2f1f0e9eabb59b448e421824d02a3038d1149d02398986e1ec7a752c7e71e9b1'
|
||||
'ddbd9e141ae918c52a97c1e28da372e939848223951f00dc84e1d0980ce87b90e4b9b2289c2100976c94042f04eaa234f201ab605e430e970da98e98879e4b2c'
|
||||
'269c0f0bacbd06a3d817fde02dce26c99d9f55c9e3b74bb710bd7e5cdde7a66b904d2eb794c8a605bf9305e4e3dee261a6e7d4ec9d9134144754914039f176e4'
|
||||
'bdf05f99407491e27a03aaf845b7cc8acfa2e0e59968236f10ffc905e5e3d5e8569df496fd71c887da2b5b8d1902494520c7da2d3a8258f7fd93a881dd610c99')
|
||||
validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
|
||||
|
@ -43,6 +49,13 @@ prepare() {
|
|||
mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
|
||||
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
# FS#66578 FS#66710
|
||||
patch -p1 < ../iouring-1.patch
|
||||
patch -p1 < ../iouring-2.patch
|
||||
|
||||
# FS#66646
|
||||
patch -p1 < ../hostmem.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue