* Re: [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number.
[not found] <1458979912.2015.1@mail01.ipfire.org>
@ 2016-03-29 13:17 ` Michael Tremer
0 siblings, 0 replies; 5+ messages in thread
From: Michael Tremer @ 2016-03-29 13:17 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 445 bytes --]
Hey,
just move the rootfiles from the packages directory to common. That should fix
it.
The rest of this looks good.
Best,
-Michael
On Sat, 2016-03-26 at 09:11 +0100, Jonatan Schlag wrote:
> Hi,
> sadly I have to write that this series is superseded.
> The creation of the packages fails because spice-protocol python-pyparsing and
> python-six are empty.
> Tar do not like to pack empty packages.
>
> Regards Jonatan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number.
2016-03-29 18:57 Libvirt and spice [3] Jonatan Schlag
@ 2016-03-29 18:57 ` Jonatan Schlag
0 siblings, 0 replies; 5+ messages in thread
From: Jonatan Schlag @ 2016-03-29 18:57 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1013 bytes --]
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
lfs/qemu | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/qemu b/lfs/qemu
index a15dccd..804ec26 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = qemu
-PAK_VER = 17
+PAK_VER = 18
-DEPS = "sdl"
+DEPS = "sdl spice"
###############################################################################
# Top-level Rules
@@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \
--enable-kvm --disable-attr \
--target-list="i386-linux-user x86_64-linux-user arm-linux-user i386-softmmu x86_64-softmmu arm-softmmu" \
- --extra-cflags="$(CFLAGS)"
+ --extra-cflags="$(CFLAGS)" --enable-spice
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
--
2.1.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number.
2016-03-25 16:03 Libvirt and spice [2] Jonatan Schlag
@ 2016-03-25 16:03 ` Jonatan Schlag
0 siblings, 0 replies; 5+ messages in thread
From: Jonatan Schlag @ 2016-03-25 16:03 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1013 bytes --]
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
lfs/qemu | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/qemu b/lfs/qemu
index a15dccd..804ec26 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = qemu
-PAK_VER = 17
+PAK_VER = 18
-DEPS = "sdl"
+DEPS = "sdl spice"
###############################################################################
# Top-level Rules
@@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \
--enable-kvm --disable-attr \
--target-list="i386-linux-user x86_64-linux-user arm-linux-user i386-softmmu x86_64-softmmu arm-softmmu" \
- --extra-cflags="$(CFLAGS)"
+ --extra-cflags="$(CFLAGS)" --enable-spice
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
--
2.1.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number.
[not found] <1458668167.2019.0@mail01.ipfire.org>
@ 2016-03-22 18:54 ` Matthias Fischer
0 siblings, 0 replies; 5+ messages in thread
From: Matthias Fischer @ 2016-03-22 18:54 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 438 bytes --]
Hi,
On 22.03.2016 18:36, Jonatan Schlag wrote:
> Hi,
> I forgot to upload the sources for these packages. In the moment, I do
> not know where I should upload them so I decided to upload the sources
> there
> http://people.ipfire.org/~jschlag/sources/
> when I should upload the sources anywhere else just say it.
> ...
Sources go to git.ipfire.org:/pub/sources/source-2.x or .../source-3.x
depending on version. ;-)
HTH
Matthias
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number.
2016-03-21 18:47 Spice for Libvirt Jonatan Schlag
@ 2016-03-21 18:47 ` Jonatan Schlag
0 siblings, 0 replies; 5+ messages in thread
From: Jonatan Schlag @ 2016-03-21 18:47 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1013 bytes --]
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
lfs/qemu | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lfs/qemu b/lfs/qemu
index a15dccd..804ec26 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = qemu
-PAK_VER = 17
+PAK_VER = 18
-DEPS = "sdl"
+DEPS = "sdl spice"
###############################################################################
# Top-level Rules
@@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc \
--enable-kvm --disable-attr \
--target-list="i386-linux-user x86_64-linux-user arm-linux-user i386-softmmu x86_64-softmmu arm-softmmu" \
- --extra-cflags="$(CFLAGS)"
+ --extra-cflags="$(CFLAGS)" --enable-spice
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
--
2.1.4
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-29 18:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1458979912.2015.1@mail01.ipfire.org>
2016-03-29 13:17 ` [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number Michael Tremer
2016-03-29 18:57 Libvirt and spice [3] Jonatan Schlag
2016-03-29 18:57 ` [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number Jonatan Schlag
-- strict thread matches above, loose matches on Subject: below --
2016-03-25 16:03 Libvirt and spice [2] Jonatan Schlag
2016-03-25 16:03 ` [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number Jonatan Schlag
[not found] <1458668167.2019.0@mail01.ipfire.org>
2016-03-22 18:54 ` Matthias Fischer
2016-03-21 18:47 Spice for Libvirt Jonatan Schlag
2016-03-21 18:47 ` [PATCH 7/7] Enable spice support in qemu, add spice as a dependency for qemu and bump qemu version number Jonatan Schlag
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox