summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-07-30README: Update links to hjbuild repositoryHEADmasterFrediano Ziglio1-2/+2
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
2020-07-30README: Fix typoFrediano Ziglio1-1/+1
Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
2019-02-04Build spice modules with mesonEduardo Lima (Etrunko)2-17/+20
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
2018-05-15moduleset: spice repo moved to gitlabVictor Toso1-1/+1
Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
2018-05-15moduleset: Use latest gnome-apps modulesVictor Toso1-1/+1
Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
2017-01-26Update repositories for virt-viewer and virt-managerEduardo Lima (Etrunko)1-4/+7
fedorahosted.org is shutting down soon, and projects have migrated to different locations. Virt-viewer moved to pagure.io, while virt-manger is now hosted on github. https://www.redhat.com/archives/virt-tools-list/2017-January/msg00070.html Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
2015-10-15moduleset: smartcard optin in qemu changedVictor Toso1-1/+1
since: commit 7b02f5447c64d1854468f758398c9f6fe9e5721f Author: Marc-André Lureau <marcandre.lureau@redhat.com> Date: Sun Aug 30 11:48:40 2015 +0200
2015-09-25moduleset: libcacard as spice projectVictor Toso1-2/+2
2015-07-08README: Fix url, include info and moreVictor Toso1-3/+15
2015-07-08moduleset: update pyparsing 1.5.5 -> 2.0.3Victor Toso1-3/+3
2015-07-08moduleset: update dependenciesVictor Toso1-0/+9
2015-07-08modulesets: update configure optionsVictor Toso1-3/+17
spice-server: with lz4, removed client option; spice-gtk: with webdav smartcard and usbredir, removed polikit due: http://lists.freedesktop.org/archives/spice-devel/2014-December/018350.html virt-viewer: with spice-gtk
2015-07-08moduleset: improve qemu configure optionsVictor Toso1-1/+15
2015-07-08moduleset: use libusb from systemVictor Toso1-5/+0
All necessary patches from Hans branch is upstream.
2015-07-08moduleset: virtinst is part of virt-managerVictor Toso1-8/+0
2015-07-08moduleset: usbredir was moved to spice repositoryVictor Toso1-3/+3
2015-07-08moduleset: use celt051 from system packagesVictor Toso1-10/+0
- spice-gtk no longer depends on celt
2015-07-08moduleset: include gnome-apps-3.18 modulesetVictor Toso1-33/+2
By including gnome-apps-3.18 we have the following modules: - gnome-boxes - libvirt-glib - vinagre - gtk-vnc - libosinfo
2011-11-03add libosinfo and gtk-vncChristophe Fergeau1-0/+10
They are gnome-boxes dependencies
2011-10-21add boxes to module setChristophe Fergeau1-0/+15
2011-10-21preliminary usb redir supportChristophe Fergeau1-2/+13
Add the modules necessary for usb redir support to the module set, but we have to disable this support from spicy for now because jhbuild can't build libusbredir because it's not using the autotools, and its build system isn't sophisticated enough for jhbuild use :-/
2011-10-21fix virt-manager buildChristophe Fergeau1-5/+1
It forces to build out of srcdir, so we need to tell jhbuild about this.
2011-10-21add libcacard dependency to spice-gtkChristophe Fergeau1-0/+1
It is required for smartcard support
2011-09-08build libcacard from qemuChristophe Fergeau1-4/+2
It's now installable as a shared library from qemu, and upstream is qemu, so it's better to install it from here
2011-09-08use new upstream repository for spice-gtkChristophe Fergeau1-4/+1
2011-06-06Tell jhbuild to use system XDG dirs as wellZeeshan Ali (Khattak)1-0/+5
If we don't do this, jhbuild assumes we have XDG directories in our chroot.
2011-05-03Add vinagre moduleZeeshan Ali (Khattak)1-0/+9
2011-05-01use qemu from upstreamChristophe Fergeau1-1/+4
2011-04-30add pyparsing to modulesetChristophe Fergeau1-0/+13
It will make Mac OS X builds easier
2011-04-30use spice by default with virt-managerChristophe Fergeau1-1/+1
2011-04-26fix makeargs name in jhbuildrcChristophe Fergeau1-1/+1
It was misspelt makeflags
2011-04-22add more inline doc to our jhbuildrcChristophe Fergeau1-1/+10
2011-04-22explain how to change checkout/build pathsChristophe Fergeau1-0/+4
2011-04-22add small comment about the address/port spice is running onChristophe Fergeau1-0/+1
2011-04-22add missing "git clone" to READMEChristophe Fergeau1-1/+1
2011-04-22add xspice moduleChristophe Fergeau1-0/+8
2011-04-22document the moduleset odditiesChristophe Fergeau1-0/+12
virt-manager and qemu uses unusual parameters to the <autotools> tag, add comments explaining why they are needed.
2011-04-22add missing depsChristophe Fergeau1-0/+2
2011-04-22virtinst: use distutilsChristophe Fergeau1-2/+2
virtinst is a python module using distutils, not the autotools
2011-04-22virt-manager: use 'autoreconf' for autogen.shChristophe Fergeau1-1/+1
virt-manager comes with an autogen.sh file, but this script forces the use of an out-of-tree build, which jhbuild doesn't support. Since it's a regular autotools project, we can instruct it to use autoreconf/configure to get a "normal" build process.
2011-04-22qemu: use 'makefile' instead of forcing configure to always runChristophe Fergeau1-1/+1
jhbuild provides a way to override the file whose existence is checked to decide whether configure should be skipped or not. By setting it to a file that is generated by configure, we can avoid forcing configure to run every time, but only when needed.
2011-04-21add libvirt modules to spice modulesetChristophe Fergeau2-37/+32
They can't be split in 2 files since virtviewer needs to depend on spice-gtk for spice support.
2011-04-21add skip-autogen=never to qemu moduleChristophe Fergeau1-1/+1
This is needed to prevent jhbuild from skipping configure always: qemu isn't a real autotools module so it already has some Makefile in a clean git checkout. When jhbuild detects a Makefile in an autogen sourcetree, it assumes it doesn't need to run configure. skip-autogen forces it to always run configure even if a Makefile is already present.
2011-04-21inital import of spice/libvirt moduleset and associated jhbuildrcChristophe Fergeau4-0/+177