Added option to build gtk UI. It will replace in a few release SDL UI.
http://lists.nongnu.org/archive/html/qemu-devel/2013-02/msg03866.html
http://git.qemu.org/?p=qemu.git;a=commit;h=15546425c5527ebb08ede399373b705866f1ff84
"gtk: make default UI (v5)
A user can still enable SDL with '-sdl' or '-display sdl' but start making the
default display GTK by default.
I'd also like to deprecate the SDL display and remove it in a few releases."
Search Criteria
Package Details: qemu-headless-arch-extra-git 24:9.2.0.r28.ga5ba0a7e4e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qemu-git.git (read-only, click to copy) |
---|---|
Package Base: | qemu-git |
Description: | QEMU without GUI, for foreign architectures. 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-emulators-full, qemu-headless-arch-extra |
Provides: | qemu-headless-arch-extra |
Submitter: | None |
Maintainer: | FredBezies |
Last Packager: | FredBezies |
Votes: | 28 |
Popularity: | 0.000005 |
First Submitted: | 2009-09-19 20:02 (UTC) |
Last Updated: | 2024-12-12 16:49 (UTC) |
Dependencies (99)
- dtc (dtc-gitAUR)
- fuse3 (fuse3-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gnutls (gnutls-gitAUR)
- libaio (libaio-gitAUR)
- libbpf (libbpf-gitAUR)
- libbpf.so (libbpf-gitAUR, lib32-libbpf, libbpf)
- libgio-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libglib-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgmodule-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgobject-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libjpeg.so (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, lib32-mozjpeg-gitAUR, mozjpegAUR, jpegli-gitAUR, lib32-libjpeg-turbo, libjpeg-turbo)
- libnuma.so (numactl-gitAUR, numactl)
- libpam.so (pam-selinuxAUR, pam)
- libpixman-1.so (pixman-gitAUR, pixman)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsasl
- libseccomp (libseccomp-gitAUR)
- Show 79 more dependencies...
Required by (2)
- pvs-studio (requires qemu-headless-arch-extra)
- qemu-headless-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 25 Next › Last »
FredBezies commented on 2013-02-22 15:02 (UTC)
FredBezies commented on 2013-02-22 10:05 (UTC)
Add a patch to workaround bug 1130533 until it is applied upstream.
Please report any build problem related to it !
Thanks !
FredBezies commented on 2013-02-20 20:23 (UTC)
Bug report and stop spamming me :
https://bugs.launchpad.net/qemu/+bug/1130533
FredBezies commented on 2013-02-20 20:22 (UTC)
To Frank Castle : my package is not out-of-date. It won't build and bug is reported.
So stop flagging it as out-of-date.
FredBezies commented on 2013-02-17 13:34 (UTC)
I don't understand. My flags are the same (but for x86_64 CPU).
I cannot help you more here. Try to report here : https://bbs.archlinux.org/viewforum.php?id=38
<deleted-account> commented on 2013-02-16 21:01 (UTC)
same problem again in building qemu-git.
spice-qemu-char.c: In function ‘vmc_event’:
spice-qemu-char.c:83:10: error: ‘SPICE_PORT_EVENT_BREAK’ undeclared (first use in this function)
spice-qemu-char.c:83:10: note: each undeclared identifier is reported only once for each function it appears in
make: *** [spice-qemu-char.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
The build failed.
<deleted-account> commented on 2013-02-16 20:55 (UTC)
/etc/makepkg.conf
# ARCHITECTURE, COMPILE FLAGS
#########################################################################
#
CARCH="i686"
CHOST="i686-pc-linux-gnu"
#-- Compiler and Linker Flags
# -march (or -mcpu) builds exclusively for an architecture
# -mtune optimizes for an architecture, but builds for whole processor f$
CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=s$
CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector --param$
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"
#########################################################################
# BUILD ENVIRONMENT
#########################################################################
#
# Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
# A negated environment option will do the opposite of the comments bel$
#
#-- fakeroot: Allow building packages as a non-root user
#-- distcc: Use the Distributed C/C++/ObjC compiler
#-- color: Colorize output messages
#-- ccache: Use ccache to cache compilation
#-- check: Run the check() function if present in the PKGBUILD
#-- sign: Generate PGP signature file
#
BUILDENV=(fakeroot !distcc color !ccache check !sign)
#
#-- If using DistCC, your MAKEFLAGS will also need modification. In addi$
#-- specify a space-delimited list of hosts running in the DistCC cluste$
#DISTCC_HOSTS=""
#
#-- Specify a directory for package building.
#BUILDDIR=/tmp/makepkg
<deleted-account> commented on 2013-02-16 20:46 (UTC)
@FredBezies
Spice worked out of the box.No probs here.
FredBezies commented on 2013-02-16 20:15 (UTC)
Do not understand what is happening. I build it from git tree 35 minutes ago, and it worked flawlessly.
What are gcc / g++ options in /etc/makepkg.conf ?
<deleted-account> commented on 2013-02-16 20:11 (UTC)
@FredBezies
Spice worked out of the box.No probs here.
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.