Package Details: aqemu 0.9.4-2

Git Clone URL: https://aur.archlinux.org/aqemu.git (read-only, click to copy)
Package Base: aqemu
Description: QEMU GUI written in Qt5
Upstream URL: https://github.com/tobimensch/aqemu
Keywords: frontend qemu virtualization
Licenses: GPL2
Submitter: None
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 123
Popularity: 0.000002
First Submitted: 2008-10-17 11:02 (UTC)
Last Updated: 2020-05-27 07:38 (UTC)

Pinned Comments

fordprefect commented on 2020-05-04 19:33 (UTC)

Please consider supporting upstream to keep this project alive.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

schmoemi commented on 2011-02-07 17:13 (UTC)

New pkgbuild acc. to cyberpatrol's suggestions. Update to v0.8.1.

valr commented on 2010-12-26 19:02 (UTC)

http://pastebin.com/MpRanc8C - 0.8.1 - dependency on QT version changed (as per doc), dependency on qemu added - variable set by default: WITHOUT_EMBEDDED_DISPLAY=on -> no dependency on libvncserver

schmoemi commented on 2010-12-26 18:06 (UTC)

AQEMU 0.8.1 is out

Gimmeapill commented on 2010-12-16 11:44 (UTC)

libvncserver is not optional, it should be moved to the depends

schmoemi commented on 2010-09-06 11:46 (UTC)

I also suggest that a qemu GUI should have qemu as dependency, shouldn't it?

<deleted-account> commented on 2010-08-24 01:56 (UTC)

Installed aqemu with libvncserver support. It is disabled by default at runtime and can be optionally enabled. So I'd suggest building aqemu with libvncsupport. So I'd suggest using the first method from my last comment. But, please, don't use the whole commenting and uncommenting stuff as you do it now. Keep it simple, in case of doubt provide as many features as possible and think of users of AUR wrappers like yaourt, aurbuild, clyde etc.

<deleted-account> commented on 2010-08-24 01:43 (UTC)

What schmoemi wants to say is that aqemu fails to build with this PKGBUILD. It stops with these error messages: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: LIBVNCCLIENT_INCLUDE_DIR used as include directory in directory /var/tmp/aurbuild/build/aqemu/aqemu/src/aqemu-0.8 LIBVNCCLIENT_LIBRARIES linked by target "aqemu" in directory /var/tmp/aurbuild/build/aqemu/aqemu/src/aqemu-0.8 -- Configuring incomplete, errors occurred! Aborting... To fix it you need to change the PKGBUILD, because libvncserver is optional but not an optdepends. If aqemu shall have embedded display (vnc) support you need libvncserver as depends. Otherwise you must disable vnc support at build time. So please change the PKGBUILD to one of the two possible methods. Either move libvncserver from optdepends to depends and change the lines cmake . \ -DCMAKE_INSTALL_PREFIX=/usr/ # -DWITHOUT_EMBEDDED_DISPLAY=on to cmake -DCMAKE_INSTALL_PREFIX=/usr or remove optdepends and libvncserver as dependency completely and change the lines cmake . \ -DCMAKE_INSTALL_PREFIX=/usr/ # -DWITHOUT_EMBEDDED_DISPLAY=on to cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_EMBEDDED_DISPLAY=on Both methods work. I prefer not having an embedded display, but I think it would be better to offer this feature if it can be optionally turned off at runtime. Btw., the cmake line needs to be in one line in the PKGBUILD.

schmoemi commented on 2010-08-23 14:37 (UTC)

The package seems not to build without libvncserver