[cairo] Enable tee surface backend

Christopher Aillon caillon at fedoraproject.org
Mon Jan 24 23:46:45 UTC 2011


commit 03967e71e2b01cb5132c7a6153885c84a0c568fc
Author: Christopher Aillon <caillon at redhat.com>
Date:   Mon Jan 24 15:45:41 2011 -0800

    Enable tee surface backend
    
    Needed for building Firefox >= 4.0 Beta 10

 cairo.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/cairo.spec b/cairo.spec
index d60df1c..edfe562 100644
--- a/cairo.spec
+++ b/cairo.spec
@@ -5,7 +5,7 @@
 Summary:	A 2D graphics library
 Name:		cairo
 Version:	1.10.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 URL:		http://cairographics.org
 #VCS:		git:git://git.freedesktop.org/git/cairo
 Source0:	http://cairographics.org/snapshots/%{name}-%{version}.tar.gz
@@ -98,7 +98,8 @@ This package contains tools for working with the cairo graphics library.
 	--enable-ps 		\
 	--enable-pdf 		\
 	--enable-svg 		\
-        --enable-gobject        \
+	--enable-tee 		\
+	--enable-gobject        \
 	--disable-gtk-doc
 make V=1 %{?_smp_mflags}
 
@@ -131,6 +132,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/cairo/cairo-ps.h
 %{_includedir}/cairo/cairo-script-interpreter.h
 %{_includedir}/cairo/cairo-svg.h
+%{_includedir}/cairo/cairo-tee.h
 %{_includedir}/cairo/cairo-version.h
 %{_includedir}/cairo/cairo-xlib-xrender.h
 %{_includedir}/cairo/cairo-xlib.h
@@ -143,6 +145,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/cairo-png.pc
 %{_libdir}/pkgconfig/cairo-ps.pc
 %{_libdir}/pkgconfig/cairo-svg.pc
+%{_libdir}/pkgconfig/cairo-tee.pc
 %{_libdir}/pkgconfig/cairo-xlib.pc
 %{_libdir}/pkgconfig/cairo-xlib-xrender.pc
 %{_datadir}/gtk-doc/html/cairo
@@ -163,6 +166,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/cairo
 
 %changelog
+* Mon Jan 24 2011 Christopher Aillon <caillon at redhat.com> - 1.10.2-2
+- Enable tee support
+
 * Mon Jan 03 2011 Benjamin Otte <otte at redhat.com> - 1.10.2-1
 - Update to 1.10.2
 


More information about the scm-commits mailing list