qemu-kvm: 0.14.0 -> 0.15.0

This commit is contained in:
Thomas Penteker 2011-08-11 23:58:17 +02:00
parent 541cf317ed
commit eda4a1d1ae
3 changed files with 15 additions and 8 deletions

View File

@ -3,6 +3,7 @@ drwxr-xr-x root/root etc/qemu/
-rw-r--r-- root/root etc/qemu/target-x86_64.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/qemu-ga
-rwxr-xr-x root/root usr/bin/qemu-img
-rwxr-xr-x root/root usr/bin/qemu-io
-rwxr-xr-x root/root usr/bin/qemu-nbd
@ -12,7 +13,6 @@ drwxr-xr-x root/root usr/share/qemu/
-rw-r--r-- root/root usr/share/qemu/bamboo.dtb
-rw-r--r-- root/root usr/share/qemu/bios.bin
-rw-r--r-- root/root usr/share/qemu/extboot.bin
-rw-r--r-- root/root usr/share/qemu/gpxe-eepro100-80861209.rom
drwxr-xr-x root/root usr/share/qemu/keymaps/
-rw-r--r-- root/root usr/share/qemu/keymaps/ar
-rw-r--r-- root/root usr/share/qemu/keymaps/common
@ -50,18 +50,23 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/
-rw-r--r-- root/root usr/share/qemu/keymaps/th
-rw-r--r-- root/root usr/share/qemu/keymaps/tr
-rw-r--r-- root/root usr/share/qemu/linuxboot.bin
-rw-r--r-- root/root usr/share/qemu/mpc8544ds.dtb
-rw-r--r-- root/root usr/share/qemu/multiboot.bin
-rw-r--r-- root/root usr/share/qemu/openbios-ppc
-rw-r--r-- root/root usr/share/qemu/openbios-sparc32
-rw-r--r-- root/root usr/share/qemu/openbios-sparc64
-rw-r--r-- root/root usr/share/qemu/petalogix-ml605.dtb
-rw-r--r-- root/root usr/share/qemu/petalogix-s3adsp1800.dtb
-rw-r--r-- root/root usr/share/qemu/ppc_rom.bin
-rw-r--r-- root/root usr/share/qemu/pxe-e1000.bin
-rw-r--r-- root/root usr/share/qemu/pxe-ne2k_pci.bin
-rw-r--r-- root/root usr/share/qemu/pxe-pcnet.bin
-rw-r--r-- root/root usr/share/qemu/pxe-rtl8139.bin
-rw-r--r-- root/root usr/share/qemu/pxe-virtio.bin
-rw-r--r-- root/root usr/share/qemu/pxe-e1000.rom
-rw-r--r-- root/root usr/share/qemu/pxe-eepro100.rom
-rw-r--r-- root/root usr/share/qemu/pxe-ne2k_pci.rom
-rw-r--r-- root/root usr/share/qemu/pxe-pcnet.rom
-rw-r--r-- root/root usr/share/qemu/pxe-rtl8139.rom
-rw-r--r-- root/root usr/share/qemu/pxe-virtio.rom
-rw-r--r-- root/root usr/share/qemu/s390-zipl.rom
-rw-r--r-- root/root usr/share/qemu/slof.bin
-rw-r--r-- root/root usr/share/qemu/spapr-rtas.bin
-rw-r--r-- root/root usr/share/qemu/vapic.bin
-rw-r--r-- root/root usr/share/qemu/vgabios-cirrus.bin
-rw-r--r-- root/root usr/share/qemu/vgabios-qxl.bin

View File

@ -1 +1 @@
4ea6f412d85a826e0b0690f5c4c59f13 qemu-kvm-0.14.0.tar.gz
b45b0deebba4ce47dcaaab3807f6ed47 qemu-kvm-0.15.0.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: libsdl
name=qemu-kvm
version=0.14.0
version=0.15.0
release=1
source=(http://download.sourceforge.net/kvm/qemu-kvm/$version/qemu-kvm-$version.tar.gz)
@ -13,6 +13,8 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc
# fix include issues with nspr
echo 'QEMU_CFLAGS+=-I/usr/include/nspr' >> libcacard/Makefile
make
make install DESTDIR=$PKG
}