Accepting request 80704 from home:vuntz:branches:GNOME:Factory
tweak OBS-URL: https://build.opensuse.org/request/show/80704 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=44
This commit is contained in:
parent
824e4f7d15
commit
c2ba7eea4c
@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 12:06:00 UTC 2011 - coolo@novell.com
|
Mon Aug 29 12:06:00 UTC 2011 - coolo@novell.com
|
||||||
|
|
||||||
- disable lto for cairo-sphinx as it breaks with as-needed
|
- Add cairo-fix-libs.patch: disable lto for cairo-sphinx as it
|
||||||
|
breaks with -Wl,--as-needed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 22 15:19:31 CET 2011 - vuntz@opensuse.org
|
Tue Feb 22 15:19:31 CET 2011 - vuntz@opensuse.org
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
Name: cairo
|
Name: cairo
|
||||||
Version: 1.10.2
|
Version: 1.10.2
|
||||||
Release: 8
|
Release: 8
|
||||||
|
# FIXME: on update, check that cairo-fix-libs.patch (patch1) is still needed (nobody has the right fix for upstream :/)
|
||||||
License: LGPLv2.1+ ; MPL ..
|
License: LGPLv2.1+ ; MPL ..
|
||||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||||
Url: http://cairographics.org/
|
Url: http://cairographics.org/
|
||||||
@ -151,7 +152,6 @@ cairo.
|
|||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
--disable-silent-rules \
|
|
||||||
--with-pic \
|
--with-pic \
|
||||||
--enable-fc \
|
--enable-fc \
|
||||||
--enable-ft \
|
--enable-ft \
|
||||||
@ -170,7 +170,7 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
%endif
|
%endif
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
--disable-static
|
--disable-static
|
||||||
%{__make} %{?jobs:-j %jobs}
|
%{__make} %{?jobs:-j %jobs} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
Reference in New Issue
Block a user