This commit is contained in:
parent
6253d41cdd
commit
b4eef61a82
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df6f21fb51b6c0ad6d51007fdbc34d58b48de1b8ca763a5ec77becb3ceb3986c
|
|
||||||
size 4826995
|
|
3
cairo-1.8.0.tar.bz2
Normal file
3
cairo-1.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b9db8a09333c68b03300536b7b4a98a4a1a1ea295228d167c81328f38891c4f
|
||||||
|
size 4934905
|
@ -1,18 +1,13 @@
|
|||||||
--- configure.in.org 2008-08-24 21:48:16.371754232 +1000
|
diff --git a/configure.ac b/configure.ac
|
||||||
+++ configure.in 2008-08-24 21:49:29.076460416 +1000
|
index 02e8c8e..fc875a8 100644
|
||||||
@@ -25,6 +25,7 @@
|
--- a/configure.ac
|
||||||
dnl ===========================================================================
|
+++ b/configure.ac
|
||||||
|
@@ -8,6 +8,8 @@ AC_CONFIG_HEADERS(config.h)
|
||||||
# libtool shared library version
|
AC_CONFIG_AUX_DIR(build)
|
||||||
|
AC_CONFIG_MACRO_DIR(build)
|
||||||
|
AM_INIT_AUTOMAKE([1.8 gnu -Wall no-define])
|
||||||
+m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$])dnl
|
+m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$])dnl
|
||||||
|
|
||||||
# Increment if the interface has additions, changes, removals.
|
|
||||||
m4_define(LT_CURRENT, 22)
|
|
||||||
@@ -63,6 +64,7 @@
|
|
||||||
AC_PROG_CC
|
|
||||||
AC_PROG_CPP
|
|
||||||
AC_PROG_CXX dnl required for BeOS (and cannot be a conditional dependency)
|
|
||||||
+AC_PROG_CC_C_O
|
+AC_PROG_CC_C_O
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL dnl Must be called before AC_PROG_LIBTOOL
|
||||||
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE!
|
AC_PROG_LIBTOOL dnl ([1.4]) Don't remove!
|
||||||
AC_STDC_HEADERS
|
GTK_DOC_CHECK([1.6])
|
||||||
|
13
cairo-pixman-version.patch
Normal file
13
cairo-pixman-version.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index fc875a8..5c87899 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -421,7 +421,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
|
||||||
|
dnl ===========================================================================
|
||||||
|
|
||||||
|
CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
|
||||||
|
- pixman_REQUIRES="pixman-1 >= 0.12.0"
|
||||||
|
+ pixman_REQUIRES="pixman-1 >= 0.11.8"
|
||||||
|
PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, , [AC_MSG_RESULT(no)
|
||||||
|
use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
|
||||||
|
image_REQUIRES=$pixman_REQUIRES
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 30 07:06:06 WST 2008 - mboman@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.8.0:
|
||||||
|
+ Many API changes. See NEWS for full details
|
||||||
|
+ cairo-xlib: Improved performance with X server without Render
|
||||||
|
+ cairo-ft: respecting FC_FT_FACE
|
||||||
|
+ cairo-directfb: backend improvements
|
||||||
|
+ Misc other fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 11:55:35 CDT 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Add cairo-pixman-version.patch.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 22 14:47:09 CDT 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.7.6:
|
||||||
|
+ Build improvements
|
||||||
|
+ API changes since 1.7.4:
|
||||||
|
* Remove cairo_font_options_set_lcd_filter and
|
||||||
|
cairo_font_options_get_lcd_filter
|
||||||
|
* Replace cairo_has_show_glyphs with
|
||||||
|
cairo_surface_has_show_glyphs
|
||||||
|
* Add cairo_text_cluster_flags_t to
|
||||||
|
cairo_show_text_glyphs, cairo_scaled_font_text_to_glyphs,
|
||||||
|
and cairo_user_scaled_font_text_to_glyphs_func_t
|
||||||
|
* Note that there have been no API changes with respect to
|
||||||
|
previous stable versions of cairo (1.0.x, 1.2.x, 1.4.x, or
|
||||||
|
1.6.x).
|
||||||
|
+ Bugs fixed: bmo453199#c5, bfo#16819
|
||||||
|
+ Misc other fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 27 23:02:25 CEST 2008 - mboman@novell.com
|
Wed Aug 27 23:02:25 CEST 2008 - mboman@novell.com
|
||||||
|
|
||||||
|
76
cairo.spec
76
cairo.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cairo (Version 1.7.4)
|
# spec file for package cairo (Version 1.8.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -34,10 +34,12 @@ License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
|||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
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/
|
||||||
Version: 1.7.4
|
Version: 1.8.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch1: cairo-ac.patch
|
Patch1: cairo-ac.patch
|
||||||
|
# PATCH-FIX-OPENSUSE cairo-pixman-version.patch maw@novell.com -- Allow builds against an old version of pixman. Remove it when xorg-x11-libs is finally accepted!
|
||||||
|
Patch2: cairo-pixman-version.patch
|
||||||
# This fixes a problem with libpixman getting the depth wrong for some
|
# This fixes a problem with libpixman getting the depth wrong for some
|
||||||
# 16bpp image formats but still render things correctly. Using
|
# 16bpp image formats but still render things correctly. Using
|
||||||
# surface->depth instead of image->depth for the ximage was a quick way to
|
# surface->depth instead of image->depth for the ximage was a quick way to
|
||||||
@ -114,7 +116,8 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
# %patch4
|
# %patch4
|
||||||
# %patch6 -p1
|
# %patch6 -p1
|
||||||
# %patch7 -p1
|
# %patch7 -p1
|
||||||
@ -169,6 +172,31 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 30 2008 mboman@suse.de
|
||||||
|
- Update to version 1.8.0:
|
||||||
|
+ Many API changes. See NEWS for full details
|
||||||
|
+ cairo-xlib: Improved performance with X server without Render
|
||||||
|
+ cairo-ft: respecting FC_FT_FACE
|
||||||
|
+ cairo-directfb: backend improvements
|
||||||
|
+ Misc other fixes
|
||||||
|
* Wed Sep 24 2008 maw@suse.de
|
||||||
|
- Add cairo-pixman-version.patch.
|
||||||
|
* Tue Sep 23 2008 maw@suse.de
|
||||||
|
- Update to version 1.7.6:
|
||||||
|
+ Build improvements
|
||||||
|
+ API changes since 1.7.4:
|
||||||
|
* Remove cairo_font_options_set_lcd_filter and
|
||||||
|
cairo_font_options_get_lcd_filter
|
||||||
|
* Replace cairo_has_show_glyphs with
|
||||||
|
cairo_surface_has_show_glyphs
|
||||||
|
* Add cairo_text_cluster_flags_t to
|
||||||
|
cairo_show_text_glyphs, cairo_scaled_font_text_to_glyphs,
|
||||||
|
and cairo_user_scaled_font_text_to_glyphs_func_t
|
||||||
|
* Note that there have been no API changes with respect to
|
||||||
|
previous stable versions of cairo (1.0.x, 1.2.x, 1.4.x, or
|
||||||
|
1.6.x).
|
||||||
|
+ Bugs fixed: bmo453199#c5, bfo#16819
|
||||||
|
+ Misc other fixes.
|
||||||
* Thu Aug 28 2008 mboman@novell.com
|
* Thu Aug 28 2008 mboman@novell.com
|
||||||
- Update to version 1.7.4:
|
- Update to version 1.7.4:
|
||||||
+ Including the missing header file cairo-user-font-private.h
|
+ Including the missing header file cairo-user-font-private.h
|
||||||
@ -203,7 +231,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
* Thu Apr 10 2008 ro@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
- added baselibs.conf file to build xxbit packages
|
- added baselibs.conf file to build xxbit packages
|
||||||
for multilib support
|
for multilib support
|
||||||
* Mon Jan 28 2008 maw@suse.de
|
* Tue Jan 29 2008 maw@suse.de
|
||||||
- Update to version 1.4.14:
|
- Update to version 1.4.14:
|
||||||
+ Fixes backported from the 1.5 development branch:
|
+ Fixes backported from the 1.5 development branch:
|
||||||
* Fix a regression (which first appeared in 1.4.12) where
|
* Fix a regression (which first appeared in 1.4.12) where
|
||||||
@ -255,9 +283,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
* Fix a crash due to a LOCK vs. UNLOCK typo
|
* Fix a crash due to a LOCK vs. UNLOCK typo
|
||||||
* Backend-specific fixes
|
* Backend-specific fixes
|
||||||
* Miscellaneous fixes
|
* Miscellaneous fixes
|
||||||
* Mon Jun 18 2007 maw@suse.de
|
* Tue Jun 19 2007 maw@suse.de
|
||||||
- Add %%run_ldconfig to %%post and %%postun sections.
|
- Add %%run_ldconfig to %%post and %%postun sections.
|
||||||
* Mon Mar 26 2007 sbrabec@suse.cz
|
* Tue Mar 27 2007 sbrabec@suse.cz
|
||||||
- Disabled DirectFB by default (#256775).
|
- Disabled DirectFB by default (#256775).
|
||||||
- Ported bugzilla-104365.patch.
|
- Ported bugzilla-104365.patch.
|
||||||
* Tue Mar 13 2007 sbrabec@suse.cz
|
* Tue Mar 13 2007 sbrabec@suse.cz
|
||||||
@ -267,10 +295,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
* Many bug fixes.
|
* Many bug fixes.
|
||||||
* Documentation improvements.
|
* Documentation improvements.
|
||||||
- Enabled XCB and DirectFB backends.
|
- Enabled XCB and DirectFB backends.
|
||||||
* Fri Feb 02 2007 sbrabec@suse.cz
|
* Sat Feb 03 2007 sbrabec@suse.cz
|
||||||
- Removed references to /opt/gnome.
|
- Removed references to /opt/gnome.
|
||||||
- Fixed devel dependencies.
|
- Fixed devel dependencies.
|
||||||
* Fri Jan 26 2007 jhargadon@suse.de
|
* Sat Jan 27 2007 jhargadon@suse.de
|
||||||
- removed patch cairo-remove-requires-private.patch (#237155)
|
- removed patch cairo-remove-requires-private.patch (#237155)
|
||||||
* Tue Jan 23 2007 ro@suse.de
|
* Tue Jan 23 2007 ro@suse.de
|
||||||
- drop requires for gnome-filesystem
|
- drop requires for gnome-filesystem
|
||||||
@ -278,7 +306,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- update to version 1.2.4
|
- update to version 1.2.4
|
||||||
- fixed several rendering bugs
|
- fixed several rendering bugs
|
||||||
- add cairo-1.2.4-lcd-filter-1.patch to resolve bug #213989
|
- add cairo-1.2.4-lcd-filter-1.patch to resolve bug #213989
|
||||||
* Thu Sep 14 2006 sbrabec@suse.cz
|
* Fri Sep 15 2006 sbrabec@suse.cz
|
||||||
- Create correct dependencies in older products.
|
- Create correct dependencies in older products.
|
||||||
* Fri Aug 18 2006 jhargadon@suse.de
|
* Fri Aug 18 2006 jhargadon@suse.de
|
||||||
- update to version 1.2.2
|
- update to version 1.2.2
|
||||||
@ -289,7 +317,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- Fix create_similar to preserve fallback resolution and font options
|
- Fix create_similar to preserve fallback resolution and font options
|
||||||
* Wed Aug 16 2006 gekker@suse.de
|
* Wed Aug 16 2006 gekker@suse.de
|
||||||
- Disable gtk-doc, it comes prebuilt and this decreases build deps
|
- Disable gtk-doc, it comes prebuilt and this decreases build deps
|
||||||
* Fri Jul 28 2006 gekker@suse.de
|
* Sat Jul 29 2006 gekker@suse.de
|
||||||
- Update to version 1.2.0
|
- Update to version 1.2.0
|
||||||
- Remove upstreamed patches
|
- Remove upstreamed patches
|
||||||
- API addition: cairo_xlib_surface_get_width,cairo_xlib_surface_get_height
|
- API addition: cairo_xlib_surface_get_width,cairo_xlib_surface_get_height
|
||||||
@ -301,7 +329,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
* Sat May 13 2006 joeshaw@suse.de
|
* Sat May 13 2006 joeshaw@suse.de
|
||||||
- Add a patch to fix a crash in Nautilus, backported from 1.0.4.
|
- Add a patch to fix a crash in Nautilus, backported from 1.0.4.
|
||||||
bnc #174152
|
bnc #174152
|
||||||
* Fri Apr 28 2006 mfabian@suse.de
|
* Sat Apr 29 2006 mfabian@suse.de
|
||||||
- Bugzilla #104365: delete fontconfig pattern elements before
|
- Bugzilla #104365: delete fontconfig pattern elements before
|
||||||
trying to add them if the intention is to override default
|
trying to add them if the intention is to override default
|
||||||
settings.
|
settings.
|
||||||
@ -314,14 +342,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Jan 25 2006 sbrabec@suse.cz
|
* Wed Jan 25 2006 sbrabec@suse.cz
|
||||||
- Removed Xlib version fb repeating picture bug check (#100469).
|
- Removed Xlib version fb repeating picture bug check (#100469).
|
||||||
* Mon Jan 23 2006 dreveman@suse.de
|
* Tue Jan 24 2006 dreveman@suse.de
|
||||||
- Fix 16bpp issue.
|
- Fix 16bpp issue.
|
||||||
* Wed Jan 11 2006 sbrabec@suse.cz
|
* Wed Jan 11 2006 sbrabec@suse.cz
|
||||||
- Do not require libpixman, it's included now.
|
- Do not require libpixman, it's included now.
|
||||||
- Obsolete no longer needed libpixman.
|
- Obsolete no longer needed libpixman.
|
||||||
* Wed Nov 23 2005 gekker@suse.de
|
* Thu Nov 24 2005 gekker@suse.de
|
||||||
- Fix broken build (Thanks to Richard Guenther for the patch).
|
- Fix broken build (Thanks to Richard Guenther for the patch).
|
||||||
* Tue Nov 01 2005 sbrabec@suse.cz
|
* Wed Nov 02 2005 sbrabec@suse.cz
|
||||||
- Updated to version 1.0.2.
|
- Updated to version 1.0.2.
|
||||||
* Tue Oct 04 2005 sbrabec@suse.cz
|
* Tue Oct 04 2005 sbrabec@suse.cz
|
||||||
- Enabled ps and pdf backends (#120049).
|
- Enabled ps and pdf backends (#120049).
|
||||||
@ -332,7 +360,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
* Sat Sep 03 2005 gekker@suse.de
|
* Sat Sep 03 2005 gekker@suse.de
|
||||||
- Remove Requires.private from the cairo.pc file as it causes
|
- Remove Requires.private from the cairo.pc file as it causes
|
||||||
build failures in gcc.
|
build failures in gcc.
|
||||||
* Thu Sep 01 2005 gekker@suse.de
|
* Fri Sep 02 2005 gekker@suse.de
|
||||||
- Update to released version 1.0.0
|
- Update to released version 1.0.0
|
||||||
- Remove upsteamed patch
|
- Remove upsteamed patch
|
||||||
* Tue Aug 30 2005 mfabian@suse.de
|
* Tue Aug 30 2005 mfabian@suse.de
|
||||||
@ -340,33 +368,33 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
fix crashes in pangocairo. See also:
|
fix crashes in pangocairo. See also:
|
||||||
http://bugzilla.gnome.org/show_bug.cgi?id=313685
|
http://bugzilla.gnome.org/show_bug.cgi?id=313685
|
||||||
http://bugzilla.gnome.org/attachment.cgi?id=50878&action=view
|
http://bugzilla.gnome.org/attachment.cgi?id=50878&action=view
|
||||||
* Mon Aug 29 2005 mfabian@suse.de
|
* Tue Aug 30 2005 mfabian@suse.de
|
||||||
- Bugzilla #113545: add patch by Zhe Su to support embedded
|
- Bugzilla #113545: add patch by Zhe Su to support embedded
|
||||||
bitmaps.
|
bitmaps.
|
||||||
* Thu Aug 18 2005 kukuk@suse.de
|
* Thu Aug 18 2005 kukuk@suse.de
|
||||||
- RPM can calculate dependencies much better than using a
|
- RPM can calculate dependencies much better than using a
|
||||||
hardcoded list
|
hardcoded list
|
||||||
* Wed Aug 17 2005 gekker@suse.de
|
* Thu Aug 18 2005 gekker@suse.de
|
||||||
- Update to version 0.9.2
|
- Update to version 0.9.2
|
||||||
* Wed Aug 03 2005 sbrabec@suse.cz
|
* Thu Aug 04 2005 sbrabec@suse.cz
|
||||||
- Xlib version fb repeating picture bug check update (#100469).
|
- Xlib version fb repeating picture bug check update (#100469).
|
||||||
* Tue Aug 02 2005 gekker@suse.de
|
* Tue Aug 02 2005 gekker@suse.de
|
||||||
- Fix requirements
|
- Fix requirements
|
||||||
* Mon Aug 01 2005 gekker@suse.de
|
* Tue Aug 02 2005 gekker@suse.de
|
||||||
- Updated to version 0.6.0.
|
- Updated to version 0.6.0.
|
||||||
* Wed Jun 01 2005 sbrabec@suse.cz
|
* Thu Jun 02 2005 sbrabec@suse.cz
|
||||||
- Updated to version 0.5.0.
|
- Updated to version 0.5.0.
|
||||||
* Wed Jun 01 2005 sbrabec@suse.cz
|
* Wed Jun 01 2005 sbrabec@suse.cz
|
||||||
- Fixed devel requirements.
|
- Fixed devel requirements.
|
||||||
* Mon May 09 2005 sbrabec@suse.cz
|
* Tue May 10 2005 sbrabec@suse.cz
|
||||||
- Packaged license files.
|
- Packaged license files.
|
||||||
* Mon May 09 2005 sbrabec@suse.cz
|
* Tue May 10 2005 sbrabec@suse.cz
|
||||||
- Updated to version 0.4.0.
|
- Updated to version 0.4.0.
|
||||||
* Wed Jan 26 2005 sbrabec@suse.cz
|
* Thu Jan 27 2005 sbrabec@suse.cz
|
||||||
- Updated to version 0.3.0.
|
- Updated to version 0.3.0.
|
||||||
* Wed Jan 26 2005 meissner@suse.de
|
* Wed Jan 26 2005 meissner@suse.de
|
||||||
- Added libpng-devel-packages to nfb #49052
|
- Added libpng-devel-packages to nfb #49052
|
||||||
* Wed May 19 2004 clahey@suse.de
|
* Thu May 20 2004 clahey@suse.de
|
||||||
- Updated to 0.1.23.
|
- Updated to 0.1.23.
|
||||||
* Tue Apr 20 2004 uli@suse.de
|
* Tue Apr 20 2004 uli@suse.de
|
||||||
- initial package
|
- initial package
|
||||||
|
Loading…
Reference in New Issue
Block a user