diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-10 22:23:44 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-10 22:23:44 +0100 |
commit | 290221336700430bd364c6e950a85aabd87cb82a (patch) | |
tree | c840c047bfcba957c674c550076785ad5d54325b /extra | |
parent | 46e0f705dc7a6a17cd3c5a189d82d248a294f575 (diff) | |
download | nutyx-extra-290221336700430bd364c6e950a85aabd87cb82a.tar.gz nutyx-extra-290221336700430bd364c6e950a85aabd87cb82a.tar.bz2 nutyx-extra-290221336700430bd364c6e950a85aabd87cb82a.tar.xz nutyx-extra-290221336700430bd364c6e950a85aabd87cb82a.zip |
Maj qemu#0.12.2-1 et de ses dépendances
Diffstat (limited to 'extra')
-rw-r--r-- | extra/qemu/.footprint | 9 | ||||
-rw-r--r-- | extra/qemu/.md5sum | 2 | ||||
-rw-r--r-- | extra/qemu/Pkgfile | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/extra/qemu/.footprint b/extra/qemu/.footprint index abe36d5ad..1eae1efff 100644 --- a/extra/qemu/.footprint +++ b/extra/qemu/.footprint @@ -7,7 +7,9 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/qemu-cris -rwxr-xr-x root/root usr/bin/qemu-i386 -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-m68k +-rwxr-xr-x root/root usr/bin/qemu-microblaze -rwxr-xr-x root/root usr/bin/qemu-mips -rwxr-xr-x root/root usr/bin/qemu-mipsel -rwxr-xr-x root/root usr/bin/qemu-nbd @@ -22,6 +24,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/qemu-system-arm -rwxr-xr-x root/root usr/bin/qemu-system-cris -rwxr-xr-x root/root usr/bin/qemu-system-m68k +-rwxr-xr-x root/root usr/bin/qemu-system-microblaze -rwxr-xr-x root/root usr/bin/qemu-system-mips -rwxr-xr-x root/root usr/bin/qemu-system-mips64 -rwxr-xr-x root/root usr/bin/qemu-system-mips64el @@ -32,6 +35,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/qemu-system-sh4 -rwxr-xr-x root/root usr/bin/qemu-system-sh4eb -rwxr-xr-x root/root usr/bin/qemu-system-sparc +-rwxr-xr-x root/root usr/bin/qemu-system-sparc64 -rwxr-xr-x root/root usr/bin/qemu-system-x86_64 -rwxr-xr-x root/root usr/bin/qemu-x86_64 drwxr-xr-x root/root usr/share/ @@ -74,14 +78,19 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/ -rw-r--r-- root/root usr/share/qemu/keymaps/sv -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/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-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-i82559er.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/vgabios-cirrus.bin -rw-r--r-- root/root usr/share/qemu/vgabios.bin -rw-r--r-- root/root usr/share/qemu/video.x diff --git a/extra/qemu/.md5sum b/extra/qemu/.md5sum index d10ed122e..4cdb95220 100644 --- a/extra/qemu/.md5sum +++ b/extra/qemu/.md5sum @@ -1 +1 @@ -8dc50b834fa3f5f6a17d7bc3d0559e53 qemu-0.10.0.tar.gz +1d7c2d95acb6d0789de86508c608e26d qemu-0.12.2.tar.gz diff --git a/extra/qemu/Pkgfile b/extra/qemu/Pkgfile index 7c6d4f59c..1df4c13e2 100644 --- a/extra/qemu/Pkgfile +++ b/extra/qemu/Pkgfile @@ -2,10 +2,10 @@ # URL: http://www.bellard.org/qemu/download.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: +# Depends on: alsa-lib, curl, gnutls, esound name=qemu -version=0.11.0 +version=0.12.2 release=1 source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz) |