Commit Graph

16 Commits

Author SHA1 Message Date
Uri Lublin
a85232b0b9 spice: Adding README to all subdirs
Also adding some information to toplevel (spice) README
And do not touch README when running autogen.sh

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-02-01 14:26:03 +02:00
Yaniv Kamay
e02374c544 change version to 0.4.2 2010-01-10 23:30:40 +02:00
Uri Lublin
a311054422 spice: add COPYING file to all subdirs (subdir config)
GPL2

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 21:47:11 +02:00
Uri Lublin
accabb79b1 spice: common: Do not m4_include configure.ac.shared (subdir config)
There are some requirement checks in configure.ac.shared that
spice-common does not need to do.

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:46:54 +02:00
Uri Lublin
236b692a78 spice: autogen.sh: call autogen.sh.shared separately from subdirs (subdir config)
Move original autogen.sh to autogen.sh.shared
Create links in each subdir (subdir/autogen.sh --> ../autogem.sh.shared)
Make new autogen.sh which simply
  1. cd subdir && ./autogen.sh
  2. run autogen.sh.shared for the current dir (spice)
Update all Makefile.am accordingly (dist-hook).

Signed-off-by: Yaniv Kamay <ykamay@rehdat.com>
Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:46:45 +02:00
Uri Lublin
cf60cddbdd spice: configure: mv ffmpeg_inc.h.in from common/ to client/
Moved  common/win/ffmpeg_inc.h      to   client/windows/
Moved  common/linux/ffmpeg_inc.h.in to   client/x11/
Copied common/linux/ffmpeg_inc.h.in to   server/
Update *configure.ac and */Makefile.am accordingly (* is
for {common,server,client}

Signed-off-by: Yaniv Kamay <ykamay@rehdat.com>
Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:46:36 +02:00
Uri Lublin
ecc4e7d2cf spice: subdirs: support ./autogen.sh in a "make dist" tarball (subdir config)
Each subdir (common, client and server) can "make dist".
This commit adds configure.ac.shared and autogen.sh to the tar file.
Above files are copied from .. (spice/ directory)

Also added configure.ac.shared (which is not part of "distribution" tarball)
that only imports ../configure.ac.shared such that ./autogen.sh still
works (on "git directories").

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:46:19 +02:00
Uri Lublin
c8c1837809 common: add "install" target for make (subdir config)
Install source files in $(prefix)/src/spice-common/
Install linux/ffmpeg_inc.h in $(prefix)/src/spice-common/linux/
Install spice-common.pc in $(libdir)/pkgconfig/

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:45:48 +02:00
Uri Lublin
b23e84ce37 common: add spice-common.pc (subdir config)
The package-config file is to be used when ../common
is not available, e.g. when building each subdir
separately.

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:45:42 +02:00
Uri Lublin
abe5233ca3 Add common/configure.ac (subdir config)
Enables running ./configure in common/ (as well as autoreconf or autogen.sh)

Signed-off-by: Uri Lublin <uril@redhat.com>
2010-01-10 19:45:00 +02:00
Yaniv Kamay
461b04793d client: change rerror code to be positive 2010-01-10 13:41:31 +02:00
Yaniv Kamay
6d9026c4b4 client: add Platform::term_printf
Platform::term_printf is a variant of printf that
on windows dynamically opens console in order to
have visible output during command line processing.
2010-01-10 13:41:08 +02:00
Yonit Halperin
e38a619007 server,client: server authentication for secured channels. #527411 #549673.
3 available mechanisms:  by public key, by host name, and by certificate subject name.
    In the former method, chain of trust verification is not performed.
    The CA certificate files are looked for under <spice-config-dir>/spice_truststore.pem

    windows <spice-config-dir>=%APPDATA%\spicec\
    linux <spice-config-dir>=$HOME/.spicec
2010-01-06 16:06:46 +02:00
Izik Eidus
032740323d spice client: fix wrong gdi-canvas handling of blend_alpha
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2010-01-03 17:48:52 +02:00
Yaniv Kamay
402a201ce6 fix build on Debian 2009-10-27 13:29:39 +02:00
Yaniv Kamay
c1b79eb035 fresh start 2009-10-14 15:06:41 +02:00