Package Details: qemu-git 23:9.2.0.rc0.r0.gf0a5a31c33-1

Git Clone URL: https://aur.archlinux.org/qemu-git.git (read-only, click to copy)
Package Base: qemu-git
Description: QEMU Git version.
Upstream URL: https://wiki.qemu.org/
Keywords: git kvm qemu
Licenses: GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: qemu, qemu-desktop, qemu-headless
Provides: qemu, qemu-headless
Submitter: None
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 28
Popularity: 0.000009
First Submitted: 2009-09-19 20:02 (UTC)
Last Updated: 2024-11-14 14:29 (UTC)

Sources (3)

Pinned Comments

FredBezies commented on 2022-04-22 08:38 (UTC) (edited on 2022-11-09 10:49 (UTC) by FredBezies)

Note: I won't use the ultimate splitting for Qemu (introduced by Qemu 7.0) until I get some help to migrate to the splitted PKGBUILD.

Note 2 : qemu-git packages are conflicting with qemu-desktop meta package. This package will need a lot of work and time to be corrected. Sorry.

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 25 Next › Last »

FredBezies commented on 2013-04-09 21:14 (UTC)

cleaned up a little PKGBUILD

exe2 commented on 2013-04-06 22:43 (UTC)

Thanks!

FredBezies commented on 2013-03-26 12:13 (UTC)

pixman added in depends().

exe2 commented on 2013-03-26 10:15 (UTC)

@FredBezies: I don't have xorg-server on my server so I had to manually install pixman. I think it's better to explicitly mention pixman in dependencies...

FredBezies commented on 2013-03-07 09:05 (UTC)

Cleaned up a little PKGBUILD. Removed libcacard. Its code can be found in qemu source code.

FredBezies commented on 2013-02-25 06:44 (UTC)

@exe2 : 1) this is a git based package, not a tarball based one. 2) pixman is installed with xorg-server package : pacman -Qi pixman Name : pixman Version : 0.28.2-1 URL : http://xorg.freedesktop.org Licenses : custom Groups : None Provides : None Depends On : glibc Optional Deps : None Required By : cairo spice xorg-server Conflicts With : None Replaces : None Installed Size : 665.00 KiB Packager : Andreas Radke <andyrtr@archlinux.org> Architecture : x86_64 Build Date : Sun Dec 16 18:42:25 2012 Install Date : Sun Dec 16 22:49:57 2012 Install Reason : Installed as a dependency for another package Install Script : No Description : The pixel-manipulation library for X and cairo

exe2 commented on 2013-02-24 21:19 (UTC)

Also qemu now requires pixman. Though I see in the Internet that it is shipped with qemu my installation failed without pacman -S pixman.

exe2 commented on 2013-02-24 21:10 (UTC)

Mmm, I run "makepkg --nobuild", but found no sources. Seems they are fetched in the build phase. Is it possible to implement a separated download step?