summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2010-08-31Bump version to 0.6.0Alexander Larsson1-2/+2
2010-08-31Require spice-protocol 0.6.0Alexander Larsson1-1/+1
2010-08-30Bump versions.Gerd Hoffmann1-1/+1
Update #define in server/spice.h in preparation for the 0.6.0 release. We also got some new functions, thus we have to increate the shared lib minor number for spice-server.
2010-07-29add arm and armv7 to configurable 32 bit variants in configure.ac (n900 and ↵Alon Levy1-1/+1
pc-z1 tested respectively)
2010-07-20Require spice-protocol 0.5.3 or laterAlexander Larsson1-1/+1
2010-07-20Bump version to 0.5.3Alexander Larsson1-1/+1
2010-07-14update shlib minorGerd Hoffmann1-1/+1
commit c90183da944001e466f60acb58a5052c353995ca added two new functions, update shared lib minor version for that.
2010-07-09Add --enable-werror and make it the default only for git buildsAlexander Larsson1-1/+15
Its not generally a good idea to have released tarballs build with -Werror, as later compilers may add warnings breaking old releases, etc.
2010-07-08Make tunnel support optional in client tooAlexander Larsson1-0/+3
2010-07-08Make distcheck workAlexander Larsson1-0/+4
2010-07-01Make CEGUI optionalAlon Levy1-4/+15
This makes the CEGUI dependency optional and off by default. Restoring previous behaviour of exiting on disconnect if disabled.
2010-06-28Replace log4cpp with custom log functionAlexander Larsson1-7/+0
Also prints a simpler error to stderr for WARN or above so that we print something on the commandline if something go wrong.
2010-06-21applying zlib compression over glz on WAN connectionYonit Halperin1-0/+3
2010-06-21Make opengl optional, disabled by defaultAlexander Larsson1-6/+15
The OpenGL renderer isn't really useful right now, its not quite up to date, its not really faster than software and it only supports a limited subset of drivers. So, lets disable it for now. Long term opengl rendering of the 2d part of spice is important if we want to combine 2d and 3d rendering (say if spice adds opengl support in the protocol). But until then this is isn't useful for normal use.
2010-06-18Generate demarshallers in clientAlexander Larsson1-0/+1
2010-06-18Add python code to automake systemAlexander Larsson1-0/+1
2010-05-19shlib majorGerd Hoffmann1-1/+1
2010-04-23Detect big endian systemsAlexander Larsson1-0/+1
2010-04-08Initialize _kill_mark so we don't get spurious valgrind warningsAlexander Larsson1-14/+0
2010-04-08Use libjpeg to decode mjpegs, not ffmpegAlexander Larsson1-0/+13
This is pretty straightforward, although there are two weird issues. The current encoder has two bugs in the yuv conversion. First of all it switches red and blue, due to something of an endianness issue. We keep this behavior by switching red and blue. Maybe we want to change this in the new protocol version since switching this may cause jpeg compression to be worse. Secondly, the old coder/decoder did rgb to/from yuv420 wrongly for jpeg, not using the "full scale" version of Y that is used in jpeg, but the other one where y goes from 16 to 235. (See jpeg/jfif reference on http://en.wikipedia.org/wiki/YCbCr for details.) The new decoder uses the full range in order to get better quality, which means old encoders will show slightly darker images. This completely removes all ffmpeg usage in the client
2010-04-06server configuration: make network redirection support optionalYonit Halperin1-4/+16
By default it is disabled. To enable: configure --enable-tunnel. When active, requires libslirp.
2010-03-24rename spice.pc to spice-server.pcAlexander Larsson1-1/+1
2010-03-24configure.ac: define SPICE_COMMON_SRCDIR, to be used by Makefile.am (subdir ↵Uri Lublin1-2/+5
config) Note that SPICE_COMMON_SRCDIR may be overwritten by configure.ac.shared Signed-off-by: Uri Lublin <uril@redhat.com>
2010-03-17Default opt flags to -O2Alexander Larsson1-2/+2
gcc -O3 has some code generation failures due to a combination of unaligned (packed) structs and vectorization that can cause a crash in canvas_localize_palette(). And its just safer to use -O2, which is the standard "trusted" optimization flags.
2010-03-11Explicitly depend on various X libraries, and -pthreadSøren Sandmann Pedersen1-1/+6
In Fedora 13, the linker doesn't pull in DT_NEEDED libraries anymore, so we have to list the things that we depend on explicitly. This affects several X extension libraries, and also the pthread library.
2010-03-10Define GL_GLEXT_PROTOTYPES in CFLAGS not in random places in the sourceAlexander Larsson1-0/+2
2010-02-23Remove qcairo dependency, only use pixmanAlexander Larsson1-6/+4
2010-02-04Depend on spice-protocol moduleAlexander Larsson1-0/+5
This doesn't actually use the new module, just sets it up for use.
2010-01-28libspice: add surface 0 supportIzik Eidus1-1/+1
This include alot of infestracture for off screens. Signed-off-by: Izik Eidus <ieidus@redhat.com>
2009-12-30spice: PKG_CHECK_MODULES: CEGUI versionArnon Gilboa1-1/+1
2009-12-28client: add soft renderer and ceguiYaniv Kamay1-0/+5
2009-11-23spice: server: add memslots support.Izik Eidus1-1/+1
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2009-10-26fix build on DebianYaniv Kamay1-0/+7
2009-10-18tunnelYonit Halperin1-0/+5
2009-10-14change development version to 0.5.0Yaniv Kamay1-2/+2
2009-10-14fresh startYaniv Kamay1-0/+321