[Spice-devel] [PATCH 1/2] Integrate patch for mac performance issue into build system

Kirill Moizik kirill at daynix.com
Wed Aug 5 07:40:35 PDT 2015


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" />
+    </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)



More information about the Spice-devel mailing list