qemu: rebuild against libpng-1.5.
This commit is contained in:
parent
901fcd22c8
commit
759b7f5c04
2 changed files with 6 additions and 8 deletions
|
@ -8,7 +8,7 @@ libutil.so.1
|
|||
libbluetooth.so.3
|
||||
libncursesw.so.6
|
||||
libasound.so.2
|
||||
libpng14.so.14
|
||||
libpng15.so.15
|
||||
libjpeg.so.8
|
||||
libgnutls.so.26
|
||||
libSDL-1.2.so.0
|
||||
|
|
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'qemu'
|
||||
pkgname=qemu
|
||||
version=1.0.1
|
||||
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.gz"
|
||||
revision=2
|
||||
build_style=configure
|
||||
nostrip=yes
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc --enable-spice
|
||||
--enable-kvm --audio-drv-list=alsa,sdl,pa --disable-xen"
|
||||
makedepends="perl>=0 python>=0 attr-devel libpng-devel jpeg-devel zlib-devel ncurses-devel libuuid-devel libX11-devel alsa-lib-devel gnutls-devel SDL-devel libbluetooth-devel libsasl-devel spice-devel glib-devel MesaLib-devel pulseaudio-devel nss-devel libcurl-devel"
|
||||
revision=1
|
||||
makedepends="perl python attr-devel libpng-devel>=1.5.10 jpeg-devel ncurses-devel libuuid-devel libX11-devel alsa-lib-devel gnutls-devel SDL-devel libbluetooth-devel libsasl-devel spice-devel glib-devel MesaLib-devel pulseaudio-devel nss-devel libcurl-devel"
|
||||
conf_files="/etc/qemu/target-${XBPS_MACHINE}.conf"
|
||||
short_desc="Open Source Processor Emulator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://qemu.org"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="http://wiki.qemu.org/download/qemu-${version}.tar.gz"
|
||||
checksum=198902e10782517f607c9ed9e629b5e7708ea39eb373ed3ec3f1c8a169d98378
|
||||
long_desc="
|
||||
QEMU is a generic and open source machine emulator and virtualizer.
|
||||
|
@ -19,10 +21,6 @@ long_desc="
|
|||
one machine (e.g. an ARM board) on a different machine (e.g. your own PC).
|
||||
By using dynamic translation, it achieves very good performances."
|
||||
|
||||
conf_files="/etc/qemu/target-${XBPS_MACHINE}.conf"
|
||||
nostrip=yes
|
||||
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e 's/lib64/lib/g' x86_64.ld
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue