<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice-common.git/m4, branch master</title>
<subtitle>spice-common</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/'/>
<entry>
<title>Use lz4 if possible</title>
<updated>2016-01-28T13:16:10+00:00</updated>
<author>
<name>Pavel Grunt</name>
<email>pgrunt@redhat.com</email>
</author>
<published>2016-01-20T08:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/commit/?id=6424c0baee9b25cc4508e3f1a81f7be5546a3793'/>
<id>6424c0baee9b25cc4508e3f1a81f7be5546a3793</id>
<content type='text'>
Change the default option to "auto"

Acked-by: Victor Toso &lt;victortoso@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the default option to "auto"

Acked-by: Victor Toso &lt;victortoso@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>m4: Add macro for --with-sasl</title>
<updated>2015-12-18T12:57:58+00:00</updated>
<author>
<name>Pavel Grunt</name>
<email>pgrunt@redhat.com</email>
</author>
<published>2015-12-16T17:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/commit/?id=c3f2d217af40fa1da2cb42c69ca4a89fd8e7ef03'/>
<id>c3f2d217af40fa1da2cb42c69ca4a89fd8e7ef03</id>
<content type='text'>
It is not used by spice-common, but both server and client can use it.
Compared to current checks in spice-gtk and spice server this macro only
supports libsasl2.

Acked-by: Christophe Fergeau &lt;cfergeau@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is not used by spice-common, but both server and client can use it.
Compared to current checks in spice-gtk and spice server this macro only
supports libsasl2.

Acked-by: Christophe Fergeau &lt;cfergeau@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>m4: Fix SPICE_WARNING on el6</title>
<updated>2015-12-14T14:30:41+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2015-12-14T14:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/commit/?id=d13fdd7fa9f539959529535fbfacbdbb5972a9a7'/>
<id>d13fdd7fa9f539959529535fbfacbdbb5972a9a7</id>
<content type='text'>
autogen.sh fails on el6 unless the second argument to
AC_DEFUN([SPICE_WARNING]) is enclosed in []
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
autogen.sh fails on el6 unless the second argument to
AC_DEFUN([SPICE_WARNING]) is enclosed in []
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new libcacard.h if possible</title>
<updated>2015-11-25T14:16:35+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@gmail.com</email>
</author>
<published>2015-11-24T01:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/commit/?id=f8db887eb0f06abbbf0f5a4fff8f93be62e3433d'/>
<id>f8db887eb0f06abbbf0f5a4fff8f93be62e3433d</id>
<content type='text'>
libcacard.h requires 2.5.1. Keep compatibility for older versions until
the transition in distros to the standalone version is done.

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
[ Christophe: add &lt; 2.5.1 fallback ]
Signed-off-by: Christophe Fergeau &lt;cfergeau@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libcacard.h requires 2.5.1. Keep compatibility for older versions until
the transition in distros to the standalone version is done.

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
[ Christophe: add &lt; 2.5.1 fallback ]
Signed-off-by: Christophe Fergeau &lt;cfergeau@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: Add SPICE_CHECK_GSTREAMER_ELEMENTS()</title>
<updated>2015-11-16T15:31:06+00:00</updated>
<author>
<name>Francois Gouget</name>
<email>fgouget@codeweavers.com</email>
</author>
<published>2015-11-03T12:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/commit/?id=f471022453c20e7fcfb54b865d5fbfbcf71fa6c2'/>
<id>f471022453c20e7fcfb54b865d5fbfbcf71fa6c2</id>
<content type='text'>
This makes it possible to warn the developer that the GStreamer elements
needed at runtime are missing and give him a hint on how to fix the
issue.

Signed-off-by: Francois Gouget &lt;fgouget@codeweavers.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to warn the developer that the GStreamer elements
needed at runtime are missing and give him a hint on how to fix the
issue.

Signed-off-by: Francois Gouget &lt;fgouget@codeweavers.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: Add SPICE_CHECK_GSTREAMER()</title>
<updated>2015-11-04T09:34:19+00:00</updated>
<author>
<name>Francois Gouget</name>
<email>fgouget@codeweavers.com</email>
</author>
<published>2015-11-03T12:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/commit/?id=437b817f49287e82cc800f3c1632e2499e0176da'/>
<id>437b817f49287e82cc800f3c1632e2499e0176da</id>
<content type='text'>
This simplifies checking for GStreamer modules by setting all the
variables we normally need.

Signed-off-by: Francois Gouget &lt;fgouget@codeweavers.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simplifies checking for GStreamer modules by setting all the
variables we normally need.

Signed-off-by: Francois Gouget &lt;fgouget@codeweavers.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: Add the SPICE_WARNING() and SPICE_PRINT_MESSAGES m4 macros</title>
<updated>2015-11-04T09:34:19+00:00</updated>
<author>
<name>Francois Gouget</name>
<email>fgouget@codeweavers.com</email>
</author>
<published>2015-11-03T12:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/commit/?id=899a7c75e31c4ac9d64ab6ec7b61b2b6c6de3e3a'/>
<id>899a7c75e31c4ac9d64ab6ec7b61b2b6c6de3e3a</id>
<content type='text'>
A call to SPICE_WARNING() anywhere in the configure file results in the
warning being printed at the end of the configure run where it will be
be visible. This makes it possible to keep the SPICE_WARNING() calls
together with the related feature checks instead of having to put a
separate AC_MSG_WARN() call near the end.

Signed-off-by: Francois Gouget &lt;fgouget@codeweavers.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A call to SPICE_WARNING() anywhere in the configure file results in the
warning being printed at the end of the configure run where it will be
be visible. This makes it possible to keep the SPICE_WARNING() calls
together with the related feature checks instead of having to put a
separate AC_MSG_WARN() call near the end.

Signed-off-by: Francois Gouget &lt;fgouget@codeweavers.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: Add missing # to comment</title>
<updated>2015-11-02T11:30:09+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2015-10-30T15:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/commit/?id=304a16fdadbf2628556ba6e5fcb5b1634960f7c2'/>
<id>304a16fdadbf2628556ba6e5fcb5b1634960f7c2</id>
<content type='text'>
SPICE_CHECK_SMARTCARD documentation ends with a '-------' comment, but
the # to start the comment is missing, causing a warning message when
running configure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SPICE_CHECK_SMARTCARD documentation ends with a '-------' comment, but
the # to start the comment is missing, causing a warning message when
running configure.
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: Rename SUPPORT_GL to HAVE_GL</title>
<updated>2015-10-23T12:05:39+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2015-10-14T08:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/commit/?id=d8c3568a3160aa3dfcd1d3b7728360c33d2d6911'/>
<id>d8c3568a3160aa3dfcd1d3b7728360c33d2d6911</id>
<content type='text'>
The other conditionals are using the HAVE_ prefix, using HAVE_GL rather
than SUPPORT_GL improves consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The other conditionals are using the HAVE_ prefix, using HAVE_GL rather
than SUPPORT_GL improves consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>build-sys: Set automake conditional in SPICE_CHECK_SMARTCARD</title>
<updated>2015-10-23T12:05:39+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2015-10-14T08:47:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice-common.git/commit/?id=f77805773f1cee4164569ecd92838cead36aac22'/>
<id>f77805773f1cee4164569ecd92838cead36aac22</id>
<content type='text'>
spice-server will use this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
spice-server will use this.
</pre>
</div>
</content>
</entry>
</feed>
