SHA256
1
0
forked from pool/cairo

Accepting request 115972 from home:dimstar:branches:GNOME:Factory

Update to 0.12.2

OBS-URL: https://build.opensuse.org/request/show/115972
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=60
This commit is contained in:
Vincent Untz
2012-05-16 07:02:25 +00:00
committed by Git OBS Bridge
parent a4f7d57219
commit 3a718f724c
5 changed files with 30 additions and 38 deletions

View File

@@ -20,18 +20,16 @@
%define build_gl_backend 0
Name: cairo
Version: 1.12.0
Version: 1.12.2
Release: 0
Summary: Vector Graphics Library with Cross-Device Output Support
License: LGPL-2.1+ or MPL-1.1
Group: System/Libraries
Url: http://cairographics.org/
Source: http://cairographics.org/releases/%{name}-%{version}.tar.gz
Source: http://cairographics.org/releases/%{name}-%{version}.tar.xz
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM cairo-modules-no-version.patch dimstar@opensuse.org -- Build modules with -module -avoid-version.
# PATCH-FIX-UPSTREAM cairo-modules-no-version.patch fdo#29319 dimstar@opensuse.org -- Build modules with -module -avoid-version.
Patch0: cairo-modules-no-version.patch
# PATCH-FIX-UPSTREAM cairo-fix-wrong-allocation bnc#758422 fdo#49089 jeffm@suse.com -- Fix wrong allocation in _cairo_pdf_surface_add_source_surface
Patch1: cairo-fix-wrong-allocation.patch
# These libraries are needed only for tests.
# Do not enable tests in build systems, it causes build loop!
#BuildRequires: librsvg-devel poppler-devel
@@ -39,6 +37,7 @@ Patch1: cairo-fix-wrong-allocation.patch
BuildRequires: Mesa-devel
%endif
BuildRequires: gtk-doc
# Needed by patch0
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig(fontconfig)
@@ -148,9 +147,9 @@ cairo.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
# Needed by patch0
NOCONFIGURE=1 ./autogen.sh
%configure \
--with-pic \