<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git/client, branch 0.4</title>
<subtitle>Spice</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/'/>
<entry>
<title>spice: Adding README to all subdirs</title>
<updated>2010-02-01T12:26:03+00:00</updated>
<author>
<name>Uri Lublin</name>
<email>uril@redhat.com</email>
</author>
<published>2010-01-13T16:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=a85232b0b91146e4226f494675b3385ef42b5426'/>
<id>a85232b0b91146e4226f494675b3385ef42b5426</id>
<content type='text'>
Also adding some information to toplevel (spice) README
And do not touch README when running autogen.sh

Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adding some information to toplevel (spice) README
And do not touch README when running autogen.sh

Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>change version to 0.4.2</title>
<updated>2010-01-10T21:30:40+00:00</updated>
<author>
<name>Yaniv Kamay</name>
<email>ykamay@redhat.com</email>
</author>
<published>2010-01-10T21:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=e02374c544c5db22423d48a88bca03acfa597174'/>
<id>e02374c544c5db22423d48a88bca03acfa597174</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spice: config: Add DISTRIBUTION and PATCHID to configure summary</title>
<updated>2010-01-10T21:28:42+00:00</updated>
<author>
<name>Uri Lublin</name>
<email>uril@redhat.com</email>
</author>
<published>2010-01-10T21:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=ea8fce17e28809ec393ca2a5b566692a725069d9'/>
<id>ea8fce17e28809ec393ca2a5b566692a725069d9</id>
<content type='text'>
Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>spice: add COPYING file to all subdirs (subdir config)</title>
<updated>2010-01-10T19:47:11+00:00</updated>
<author>
<name>Uri Lublin</name>
<email>uril@redhat.com</email>
</author>
<published>2010-01-10T18:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=a3110544226606e6fde79ef61f59ca82a8303ef4'/>
<id>a3110544226606e6fde79ef61f59ca82a8303ef4</id>
<content type='text'>
GPL2

Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GPL2

Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add patch id and distro name to version string</title>
<updated>2010-01-10T18:16:32+00:00</updated>
<author>
<name>Yaniv Kamay</name>
<email>ykamay@redhat.com</email>
</author>
<published>2010-01-10T18:14:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=54535ba04e65e7815f572b7335713089907c7656'/>
<id>54535ba04e65e7815f572b7335713089907c7656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spice: autogen.sh: call autogen.sh.shared separately from subdirs (subdir config)</title>
<updated>2010-01-10T17:46:45+00:00</updated>
<author>
<name>Uri Lublin</name>
<email>uril@redhat.com</email>
</author>
<published>2010-01-07T13:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=236b692a78964d08287b9adc208fda9e2b0a989b'/>
<id>236b692a78964d08287b9adc208fda9e2b0a989b</id>
<content type='text'>
Move original autogen.sh to autogen.sh.shared
Create links in each subdir (subdir/autogen.sh --&gt; ../autogem.sh.shared)
Make new autogen.sh which simply
  1. cd subdir &amp;&amp; ./autogen.sh
  2. run autogen.sh.shared for the current dir (spice)
Update all Makefile.am accordingly (dist-hook).

Signed-off-by: Yaniv Kamay &lt;ykamay@rehdat.com&gt;
Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move original autogen.sh to autogen.sh.shared
Create links in each subdir (subdir/autogen.sh --&gt; ../autogem.sh.shared)
Make new autogen.sh which simply
  1. cd subdir &amp;&amp; ./autogen.sh
  2. run autogen.sh.shared for the current dir (spice)
Update all Makefile.am accordingly (dist-hook).

Signed-off-by: Yaniv Kamay &lt;ykamay@rehdat.com&gt;
Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>spice: configure: mv ffmpeg_inc.h.in from common/ to client/</title>
<updated>2010-01-10T17:46:36+00:00</updated>
<author>
<name>Uri Lublin</name>
<email>uril@redhat.com</email>
</author>
<published>2010-01-07T20:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=cf60cddbdd3468ec49d387f1944c068bd35fca92'/>
<id>cf60cddbdd3468ec49d387f1944c068bd35fca92</id>
<content type='text'>
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 &lt;ykamay@rehdat.com&gt;
Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;ykamay@rehdat.com&gt;
Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>client/x11/Makefile.am: make CLIENT_DIR $(top_srcdir) instead of ..</title>
<updated>2010-01-10T17:46:27+00:00</updated>
<author>
<name>Uri Lublin</name>
<email>uril@redhat.com</email>
</author>
<published>2010-01-07T18:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=4569295e5c74de4fd3c36af4216e2f42e809e9e0'/>
<id>4569295e5c74de4fd3c36af4216e2f42e809e9e0</id>
<content type='text'>
Enables out-of-directory configure &amp; compile

Signed-off-by: Yaniv Kamay &lt;ykamay@rehdat.com&gt;
Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enables out-of-directory configure &amp; compile

Signed-off-by: Yaniv Kamay &lt;ykamay@rehdat.com&gt;
Signed-off-by: Uri Lublin &lt;uril@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>spice: subdirs: support ./autogen.sh in a "make dist" tarball (subdir config)</title>
<updated>2010-01-10T17:46:19+00:00</updated>
<author>
<name>Uri Lublin</name>
<email>uril@redhat.com</email>
</author>
<published>2010-01-03T17:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=ecc4e7d2cf9744acb18ab906348c98c89dcf5a13'/>
<id>ecc4e7d2cf9744acb18ab906348c98c89dcf5a13</id>
<content type='text'>
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 &lt;uril@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;uril@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>spice: client: Makefile.am: add missing files to file-list (subdir config)</title>
<updated>2010-01-10T17:45:15+00:00</updated>
<author>
<name>Uri Lublin</name>
<email>uril@redhat.com</email>
</author>
<published>2010-01-05T20:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=bfba2971bc3363ad6bd1dfeea5ce002b93431db7'/>
<id>bfba2971bc3363ad6bd1dfeea5ce002b93431db7</id>
<content type='text'>
The follwing files exist in client directory but not in RED_COMMON_SRCS,
thus they are not part of distribution tarball (make dist).
Adding them fixes building the spice client out of a distribution tarball.

Those files are:
icon.h
process_loop.h
red_gdi_canvas.cpp
red_gdi_canvas.h
red_pixmap_gdi.h
gdi_canvas.cpp

Similarly, the following files were added to spicec_SOURCES in
client/x11/Makefile.am:
event_sources_p.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The follwing files exist in client directory but not in RED_COMMON_SRCS,
thus they are not part of distribution tarball (make dist).
Adding them fixes building the spice client out of a distribution tarball.

Those files are:
icon.h
process_loop.h
red_gdi_canvas.cpp
red_gdi_canvas.h
red_pixmap_gdi.h
gdi_canvas.cpp

Similarly, the following files were added to spicec_SOURCES in
client/x11/Makefile.am:
event_sources_p.h
</pre>
</div>
</content>
</entry>
</feed>
