From 41714fb84b83b4854f5a99f8fed37c06306f0184 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Jan 31 2006 16:17:08 +0000 Subject: - add patch from Tim Mayberry to support embbedded bitmap fonts (bug 176910) --- diff --git a/cairo.spec b/cairo.spec index 3d0f8bb..d45588c 100644 --- a/cairo.spec +++ b/cairo.spec @@ -4,7 +4,7 @@ Summary: A vector graphics library Name: cairo Version: 1.0.2 -Release: 3.2 +Release: 4 URL: http://cairographics.org Source0: %{name}-%{version}.tar.gz License: LGPL/MPL @@ -18,10 +18,14 @@ Obsoletes: libpixman-debuginfo <= 0.1.6 Requires: /sbin/ldconfig BuildRequires: pkgconfig BuildRequires: libXrender-devel +BuildRequires: libX11-devel BuildRequires: libpng-devel BuildRequires: freetype-devel >= %{freetype_version} BuildRequires: fontconfig-devel >= %{fontconfig_version} +Patch0: cairo-1.0.2-embedded-bitmaps.patch +Patch1: cairo-1.0.2-fix-build.patch + %description Cairo is a vector graphics library designed to provide high-quality display and print output. Currently supported output targets include @@ -47,6 +51,8 @@ source vector graphics library. %prep %setup -q +%patch0 -p1 -b .embedded-bitmaps +%patch1 -p1 -b .fix-build %build %configure --enable-warnings --disable-glitz --disable-quartz \ @@ -81,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/* %changelog +* Tue Jan 31 2006 Ray Strode 1.0.2-4 +- add patch from Tim Mayberry to support embbedded bitmap + fonts (bug 176910) + * Tue Jan 3 2006 Jesse Keating 1.0.2-3.2 - rebuilt again