mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qemu: update to 2.3.0.
This commit is contained in:
parent
804d481cf7
commit
acaab99ba7
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'qemu'
|
# Template file for 'qemu'
|
||||||
pkgname=qemu
|
pkgname=qemu
|
||||||
version=2.2.1
|
version=2.3.0
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="Open Source Processor Emulator"
|
short_desc="Open Source Processor Emulator"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://qemu.org"
|
homepage="http://qemu.org"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.bz2"
|
||||||
checksum=4617154c6ef744b83e10b744e392ad111dd351d435d6563ce24d8da75b1335a0
|
checksum=b6bab7f763d5be73e7cb5ee7d4c8365b7a8df2972c52fa5ded18893bd8281588
|
||||||
|
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
hostmakedepends="pkg-config perl python automake libtool flex"
|
hostmakedepends="pkg-config perl python automake libtool flex"
|
||||||
|
@ -50,7 +50,7 @@ do_configure() {
|
||||||
--enable-vhost-net --enable-vnc-png --enable-vnc-tls --enable-virtfs \
|
--enable-vhost-net --enable-vnc-png --enable-vnc-tls --enable-virtfs \
|
||||||
--enable-libusb --disable-glusterfs --enable-snappy --enable-usb-redir \
|
--enable-libusb --disable-glusterfs --enable-snappy --enable-usb-redir \
|
||||||
--enable-pie --localstatedir=/var $(vopt_enable spice) \
|
--enable-pie --localstatedir=/var $(vopt_enable spice) \
|
||||||
$(vopt_if sdl "--with-sdlabi=1.0") \
|
$(vopt_if sdl "--with-sdlabi=1.2") \
|
||||||
$(vopt_if sdl2 "--with-sdlabi=2.0") \
|
$(vopt_if sdl2 "--with-sdlabi=2.0") \
|
||||||
$(vopt_enable gtk) ${args}
|
$(vopt_enable gtk) ${args}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue