Stripping is disabled for now. If not, there is an error message on sparc64 bios file (??)
Search Criteria
Package Details: qemu-git 23:9.2.0.rc0.r0.gf0a5a31c33-1
Package Actions
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) |
Dependencies (140)
- alsa-lib
- bzip2 (bzip2-gitAUR)
- cairo (cairo-gitAUR)
- capstone (capstone-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dtc (dtc-gitAUR)
- fuse3 (fuse3-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gnutls (gnutls-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- libaio (libaio-gitAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libbpf (libbpf-gitAUR)
- libbpf.so (lib32-libbpf, libbpf)
- libbz2.so (bzip2-gitAUR, bzip2)
- libcacard
- libcap-ng (libcap-ng-gitAUR)
- Show 120 more dependencies...
Required by (97)
- android-desktop-x86-64-system-image (requires qemu) (optional)
- android-google-apis-armv7a-eabi (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image-29 (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image-31 (requires qemu) (optional)
- android-google-apis-playstore-x86-64-system-image-33 (requires qemu) (optional)
- android-google-apis-playstore-x86-system-image (requires qemu) (optional)
- android-google-apis-playstore-x86-system-image-28 (requires qemu) (optional)
- android-google-apis-playstore-x86-system-image-29 (requires qemu) (optional)
- android-google-apis-x86-64-22 (requires qemu) (optional)
- android-google-apis-x86-64-system-image (requires qemu) (optional)
- android-google-apis-x86-64-system-image-29 (requires qemu) (optional)
- android-google-apis-x86-64-system-image-30 (requires qemu) (optional)
- android-google-apis-x86-64-system-image-31 (requires qemu) (optional)
- android-google-apis-x86-system-image (requires qemu) (optional)
- android-google-apis-x86-system-image-23 (requires qemu) (optional)
- android-google-apis-x86-system-image-28 (requires qemu) (optional)
- android-google-apis-x86-system-image-29 (requires qemu) (optional)
- android-wear-x86-system-image-28 (requires qemu) (optional)
- android-x86-64-system-image (requires qemu) (optional)
- Show 77 more...
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 Next › Last »
FredBezies commented on 2011-03-18 07:09 (UTC)
FredBezies commented on 2011-02-13 08:58 (UTC)
And add spice too ?
Here is a modified PKGBUILD. Feel free to use it ;)
# Maintainer: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=qemu-git
pkgver=20110213
pkgrel=1
pkgdesc="Processor emulator and virtual machine with with expansive multi-arch support and fast operation (with an accelerator), dev tree version."
arch=('i686' 'x86_64')
license=('GPL2' 'LGPL2')
url="http://wiki.qemu.org/Index.html"
makedepends=('git' 'texi2html' 'perl')
depends=('gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng' 'curl' 'libsasl'
'sdl' 'alsa-lib' 'esound' 'spice')
conflicts=('qemu' 'kvm')
provides=('qemu')
source=('65-kvm.rules'
'qemu.install')
sha256sums=('c16a8dc7855880b2651f1a3ff488ecc54d4ac1036c71fffd5007021d8d18a7c5'
'910e845f3da5c4ea38b3f548dab8c0cfbcdd62822cd38afa2175ba23ac2c31f2')
install='qemu.install'
_gitroot="http://www.qemu.com/qemu.git"
_gitname=qemu
build()
{
msg "Performing source checkout..."
if [ -d "$_gitname" ]; then
cd "$_gitname"
git pull origin
cd ..
else
git clone "$_gitroot"
fi
msg "Source checkout finished."
rm -rf "$_gitname-build"
git clone "$_gitname" "$_gitname-build"
cd "$_gitname-build"
sed -i -e 's/lib64/lib/g' x86_64.ld
./configure --prefix=/usr --audio-drv-list=alsa,oss,sdl,esd \
--audio-card-list=ac97,sb16,es1370,adlib --enable-docs \
--extra-cflags=-D__EXPORTED__HEADERS__ \
--enable-spice
make
}
package() {
cd "$srcdir"/$_gitname-build
make DESTDIR="$pkgdir" install
install -Dm644 "$srcdir/65-kvm.rules" \
"$pkgdir/lib/udev/rules.d/65-kvm.rules"
}
FredBezies commented on 2011-02-03 15:19 (UTC)
For Spice, you have to modify spice pkgbuild line in makedepends, changing cegui by cegui-0.6
And after I think you can build it flawlessly.
<deleted-account> commented on 2011-02-03 13:10 (UTC)
==> GIT checkout done or server timeout
==> Starting make...
ERROR
ERROR: User requested feature spice
ERROR: configure was not able to find it
ERROR
Breche ab ...
==> ERROR: Makepkg was unable to build kvm-git.
SPICE is missing. but building spice from aur failed as well
FredBezies commented on 2011-02-03 11:29 (UTC)
kvm 20110203-2 : enabled again spice. Qemu-kvm version is now 0.14.50
[fred@fredo-arch ~]$ qemu-kvm --version
QEMU emulator version 0.14.50 (qemu-kvm-devel), Copyright (c) 2003-2008 Fabrice Bellard
FredBezies commented on 2011-01-26 12:10 (UTC)
I have to disable spice support - for now - because it won't build with it enabled.
<deleted-account> commented on 2011-01-11 12:55 (UTC)
Can you please switch to http://www.qemu.com/qemu.git instead of savannah repo which hasn't been updated for a long time?
FredBezies commented on 2011-01-03 17:47 (UTC)
Since 30 december 2010, kvm is enabled by default.
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.