Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : qemu | name : qemu | ||||
| version : 2.10.1 | version : 2.11 | ||||
| homepage : http://wiki.qemu.org/Main_Page | homepage : https://www.qemu.org/ | ||||
| release : 21 | release : 22 | ||||
| source : | source : | ||||
| - https://download.qemu.org/qemu-2.10.1.tar.xz : 1dd51a908fc68c7d935b0b31fb184c5669bc23b5a1b081816e824714f2a11caa | - https://download.qemu.org/qemu-2.11.0.tar.xz : c9d34a79024eae080ce3853aa9afe503824520eefb440190383003081ce7f437 | ||||
| license : GPL-2.0 | license : GPL-2.0 | ||||
| summary : QEMU is a generic and open source machine emulator and virtualizer. | summary : QEMU is a generic and open source machine emulator and virtualizer | ||||
| description: | | description: | | ||||
| QEMU is a generic and open source machine emulator and virtualizer. | QEMU is a generic and open source machine emulator and virtualizer. | ||||
| When used as a machine emulator, QEMU can run OSes and programs made for | When used as a machine emulator, QEMU can run OSes and programs made for | ||||
| one machine (e.g. an ARM board) on a different machine (e.g. your own PC). | one machine (e.g. an ARM board) on a different machine (e.g. your own PC). | ||||
| By using dynamic translation, it achieves very good performance. | By using dynamic translation, it achieves very good performance. | ||||
| When used as a virtualizer, QEMU achieves near native performances by | When used as a virtualizer, QEMU achieves near native performances by | ||||
| xecuting the guest code directly on the host CPU. QEMU supports | xecuting the guest code directly on the host CPU. QEMU supports | ||||
| virtualization when executing under the Xen hypervisor or using the | virtualization when executing under the Xen hypervisor or using the | ||||
| KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, | KVM kernel module in Linux. When using KVM, QEMU can virtualize x86, | ||||
| server and embedded PowerPC, and S390 guests. | server and embedded PowerPC, and S390 guests. | ||||
| component : virt | component : virt | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(epoxy) | - pkgconfig(epoxy) | ||||
| - pkgconfig(gl) | - pkgconfig(gl) | ||||
| - pkgconfig(glu) | - pkgconfig(glu) | ||||
| - pkgconfig(gnutls) | - pkgconfig(gnutls) | ||||
| - pkgconfig(libcacard) | - pkgconfig(libcacard) | ||||
| - pkgconfig(libcap) | |||||
| - pkgconfig(libcurl) | - pkgconfig(libcurl) | ||||
| - pkgconfig(libdrm) | - pkgconfig(libdrm) | ||||
| - pkgconfig(libpng) | - pkgconfig(libpng) | ||||
| - pkgconfig(libpulse) | - pkgconfig(libpulse) | ||||
| - pkgconfig(libsasl2) | - pkgconfig(libsasl2) | ||||
| - pkgconfig(libturbojpeg) | |||||
| - pkgconfig(libusb-1.0) | - pkgconfig(libusb-1.0) | ||||
| - pkgconfig(libusbredirhost) | - pkgconfig(libusbredirhost) | ||||
| - pkgconfig(sdl2) | - pkgconfig(sdl2) | ||||
| - pkgconfig(spice-protocol) | - pkgconfig(spice-protocol) | ||||
| - pkgconfig(spice-server) | - pkgconfig(spice-server) | ||||
| - pkgconfig(virglrenderer) | - pkgconfig(virglrenderer) | ||||
| - pkgconfig(x11) | - pkgconfig(x11) | ||||
| - bzip2-devel | - bzip2-devel | ||||
| - libaio-devel | - libaio-devel | ||||
| - libcap2-devel | |||||
| - libjpeg-turbo-devel | |||||
| - lzo-devel | - lzo-devel | ||||
| setup : | | setup : | | ||||
| ./configure --prefix=/usr \ | ./configure --prefix=/usr \ | ||||
| --libdir=%libdir% \ | --libdir=%libdir% \ | ||||
| --sysconfdir=/etc \ | --sysconfdir=/etc \ | ||||
| --libexecdir=%libdir%/qemu \ | --libexecdir=%libdir%/qemu \ | ||||
| --localstatedir=/var \ | --localstatedir=/var \ | ||||
| --enable-vnc \ | --enable-vnc \ | ||||
| Show All 17 Lines | ./configure --prefix=/usr \ | ||||
| --enable-linux-aio \ | --enable-linux-aio \ | ||||
| --target-list='i386-softmmu x86_64-softmmu i386-linux-user x86_64-linux-user arm-softmmu arm-linux-user mipsel-softmmu mips-softmmu mipsel-linux-user mips-linux-user' | --target-list='i386-softmmu x86_64-softmmu i386-linux-user x86_64-linux-user arm-softmmu arm-linux-user mipsel-softmmu mips-softmmu mipsel-linux-user mips-linux-user' | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| # Qemu installs this during build.. | # Qemu installs this during build.. | ||||
| rm -rf %installroot%/var | rm -rf %installroot%/var | ||||
| check : | | |||||
| %make check V=1 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.