Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu: metadata.xml ChangeLog qemu-1.4.0.ebuild
Date: Mon, 25 Feb 2013 05:52:54
Message-Id: 20130225055250.EB17F2171D@flycatcher.gentoo.org
1 cardoe 13/02/25 05:52:50
2
3 Modified: metadata.xml ChangeLog qemu-1.4.0.ebuild
4 Log:
5 Fix up depends. Disable building of tools for the user emulation targets to remove some necessary depends. Fix automagical depend on GnuTLS when VNC WebSockets are enabled.
6
7 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
8
9 Revision Changes Path
10 1.20 app-emulation/qemu/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?r1=1.19&r2=1.20
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/metadata.xml,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- metadata.xml 21 Jan 2013 05:40:24 -0000 1.19
23 +++ metadata.xml 25 Feb 2013 05:52:50 -0000 1.20
24 @@ -24,7 +24,8 @@
25 <flag name='static'>Enables both 'static-softmmu' and 'static-user'</flag>
26 <flag name='systemtap'>Enable SystemTAP/DTrace tracing</flag>
27 <flag name='tci'>Enable the TCG Interpreter which can speed up or slowdown workloads depending on the host and guest CPUs being emulated. In the future it will be a runtime option but for now its compile time.</flag>
28 - <flag name='tls'>Enable TLS support for the VNC console server</flag>
29 + <flag name='tls'>Enable TLS support for the VNC console server.
30 + For 1.4 and newer this also enables WebSocket support.</flag>
31 <flag name='jpeg'>Enable jpeg image support for the VNC console server</flag>
32 <flag name='png'>Enable png image support for the VNC console server</flag>
33 <flag name="usbredir">Use <pkg>sys-apps/usbredir</pkg> to redirect USB
34
35
36
37 1.190 app-emulation/qemu/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.190&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.190&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.189&r2=1.190
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v
46 retrieving revision 1.189
47 retrieving revision 1.190
48 diff -u -r1.189 -r1.190
49 --- ChangeLog 25 Feb 2013 05:27:17 -0000 1.189
50 +++ ChangeLog 25 Feb 2013 05:52:50 -0000 1.190
51 @@ -1,6 +1,12 @@
52 # ChangeLog for app-emulation/qemu
53 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.189 2013/02/25 05:27:17 cardoe Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.190 2013/02/25 05:52:50 cardoe Exp $
56 +
57 + 25 Feb 2013; Doug Goldstein <cardoe@g.o> qemu-1.4.0.ebuild,
58 + metadata.xml:
59 + Fix up depends. Disable building of tools for the user emulation targets to
60 + remove some necessary depends. Fix automagical depend on GnuTLS when VNC
61 + WebSockets are enabled.
62
63 25 Feb 2013; Doug Goldstein <cardoe@g.o> +files/qemu-kvm-1.4,
64 qemu-1.4.0.ebuild:
65
66
67
68 1.4 app-emulation/qemu/qemu-1.4.0.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.4.0.ebuild?rev=1.4&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.4.0.ebuild?rev=1.4&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-1.4.0.ebuild?r1=1.3&r2=1.4
73
74 Index: qemu-1.4.0.ebuild
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.0.ebuild,v
77 retrieving revision 1.3
78 retrieving revision 1.4
79 diff -u -r1.3 -r1.4
80 --- qemu-1.4.0.ebuild 25 Feb 2013 05:27:17 -0000 1.3
81 +++ qemu-1.4.0.ebuild 25 Feb 2013 05:52:50 -0000 1.4
82 @@ -1,6 +1,6 @@
83 # Copyright 1999-2013 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.0.ebuild,v 1.3 2013/02/25 05:27:17 cardoe Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.0.ebuild,v 1.4 2013/02/25 05:52:50 cardoe Exp $
87
88 EAPI=5
89
90 @@ -101,7 +101,7 @@
91 sdl? ( media-libs/libsdl[X] )
92 selinux? ( sec-policy/selinux-qemu )
93 smartcard? ( dev-libs/nss )
94 - spice? ( >=app-emulation/spice-protocol-0.12.2 )
95 + spice? ( >=app-emulation/spice-protocol-0.12.3 )
96 systemtap? ( dev-util/systemtap )
97 usbredir? ( >=sys-apps/usbredir-0.5.3 )
98 virtfs? ( sys-libs/libcap )
99 @@ -252,11 +252,13 @@
100 conf_opts+=" --target-list=${user_targets}"
101 conf_opts+=" --disable-bluez"
102 conf_opts+=" --disable-sdl"
103 + conf_opts+=" --disable-tools"
104 fi
105
106 if [[ ${buildtype} == "softmmu" ]]; then
107 conf_opts+=" --disable-linux-user"
108 conf_opts+=" --enable-system"
109 + conf_opts+=" --with-system-pixman"
110 conf_opts+=" --target-list=${softmmu_targets}"
111 conf_opts+=" $(use_enable bluetooth bluez)"
112 conf_opts+=" $(use_enable sdl)"
113 @@ -277,6 +279,7 @@
114 conf_opts+=" $(use_enable smartcard smartcard-nss)"
115 conf_opts+=" $(use_enable spice)"
116 conf_opts+=" $(use_enable tls vnc-tls)"
117 + conf_opts+=" $(use_enable tls vnc-ws)"
118 conf_opts+=" $(use_enable usbredir usb-redir)"
119 conf_opts+=" $(use_enable uuid)"
120 conf_opts+=" $(use_enable vde)"