[Spice-devel] [PATCH 1/2] Integrate patch for mac performance issue into build system
Kirill Moizik
kirill at daynix.com
Wed Aug 5 08:30:19 PDT 2015
On Wed, Aug 5, 2015 at 5:40 PM, Kirill Moizik <kirill at daynix.com> wrote:
> From: Kirill Moizik <kmoizik at redhat.com>
>
> ---
> modulesets/spice.xml | 15 ++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/modulesets/spice.xml b/modulesets/spice.xml
> index f1abf6e..0bcdc6b 100644
> --- a/modulesets/spice.xml
> +++ b/modulesets/spice.xml
> @@ -19,6 +19,9 @@
> <repository type="git" name="qemu"
> href="git://git.qemu.org"/>
>
> + <repository type="tarball" name="cairographics"
> + href="http://cairographics.org/releases/"/>
> +
> <repository type="git" name="libvirt.org"
> href="git://libvirt.org/"/>
>
> @@ -45,6 +48,18 @@
> </branch>
> </autotools>
>
> + <autotools id="cairo">
> + <branch module="cairo-1.14.0.tar.xz" repo="cairographics"
> version="1.14.0"
> + hash="sha1:53cf589b983412ea7f78feee2e1ba9cea6e3ebae">
> + <patch file="
> https://raw.githubusercontent.com/yabloki/spice-jhbuild/osx/cairo-quartz-surface-performance-patch.patch"
> />
>
I put link to my local repo. If patch will be pushed, this link should be
changed to real one
> + </branch>
> + <dependencies>
> + <dep package="pixman"/>
> + <dep package="fontconfig"/>
> + <dep package="freetype"/>
> + </dependencies>
> + </autotools>
> +
> <autotools id="spice-server" autogenargs="--enable-werror
> --enable-smartcard --with-sasl --disable-client" >
> <branch repo="spice.git" module="spice"/>
> <dependencies>
> --
> 2.3.2 (Apple Git-55)
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20150805/b06017f3/attachment.html>
More information about the Spice-devel
mailing list