This commit is contained in:
parent
3430e59097
commit
6253d41cdd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c85e19ec4b8c01edb16f9ed63184e26ee9e225ff5f3fa4cfb19f960fb579912e
|
|
||||||
size 4113500
|
|
3
cairo-1.7.4.tar.bz2
Normal file
3
cairo-1.7.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df6f21fb51b6c0ad6d51007fdbc34d58b48de1b8ca763a5ec77becb3ceb3986c
|
||||||
|
size 4826995
|
@ -1,20 +1,18 @@
|
|||||||
--- configure.in
|
--- configure.in.org 2008-08-24 21:48:16.371754232 +1000
|
||||||
+++ configure.in
|
+++ configure.in 2008-08-24 21:49:29.076460416 +1000
|
||||||
@@ -20,6 +20,7 @@ AM_INIT_AUTOMAKE([1.7])
|
@@ -25,6 +25,7 @@
|
||||||
dnl ===========================================================================
|
dnl ===========================================================================
|
||||||
|
|
||||||
# libtool shared library version
|
# libtool shared library version
|
||||||
+m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$])dnl
|
+m4_pattern_allow([^LT_(CURRENT|REVISION|AGE)$])dnl
|
||||||
|
|
||||||
# Increment if the interface has additions, changes, removals.
|
# Increment if the interface has additions, changes, removals.
|
||||||
LT_CURRENT=13
|
m4_define(LT_CURRENT, 22)
|
||||||
@@ -56,7 +57,9 @@ AC_PATH_PROG(XARGS, xargs)
|
@@ -63,6 +64,7 @@
|
||||||
dnl ===========================================================================
|
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
+AC_PROG_CXX
|
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
+AM_PROG_CC_C_O
|
AC_PROG_CXX dnl required for BeOS (and cannot be a conditional dependency)
|
||||||
|
+AC_PROG_CC_C_O
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE!
|
AC_PROG_LIBTOOL dnl required version (1.4) DON'T REMOVE!
|
||||||
AC_STDC_HEADERS
|
AC_STDC_HEADERS
|
||||||
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 27 23:02:25 CEST 2008 - mboman@novell.com
|
||||||
|
|
||||||
|
- Update to version 1.7.4:
|
||||||
|
+ Including the missing header file cairo-user-font-private.h
|
||||||
|
+ Improvements around cairo text API.
|
||||||
|
+ New API allowing the user of cairo API to provide drawings for glyphs
|
||||||
|
in a font.
|
||||||
|
+ show_text_glyphs - new API
|
||||||
|
+ LCD subpixel filtering using FreeType
|
||||||
|
+ Toy font face constructor and getter
|
||||||
|
+ FreeType: respecting FC_FT_FACE
|
||||||
|
+ PS/PDF: More efficient output
|
||||||
|
+ Xlib: Dithering
|
||||||
|
+ Xlib: Avoid rendering glyphs out of surface bounds
|
||||||
|
+ Xlib: Improved performance with Xrender-less X servers
|
||||||
|
+ Directfb: backend improvements
|
||||||
|
+ Countless bugs have been fixed and optimizations made
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 9 23:02:25 CEST 2008 - maw@suse.de
|
Mon Jun 9 23:02:25 CEST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
31
cairo.spec
31
cairo.spec
@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cairo (Version 1.6.4)
|
# spec file for package cairo (Version 1.7.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -27,7 +34,7 @@ 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.6.4
|
Version: 1.7.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch1: cairo-ac.patch
|
Patch1: cairo-ac.patch
|
||||||
@ -162,6 +169,22 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 28 2008 mboman@novell.com
|
||||||
|
- Update to version 1.7.4:
|
||||||
|
+ Including the missing header file cairo-user-font-private.h
|
||||||
|
+ Improvements around cairo text API.
|
||||||
|
+ New API allowing the user of cairo API to provide drawings for glyphs
|
||||||
|
in a font.
|
||||||
|
+ show_text_glyphs - new API
|
||||||
|
+ LCD subpixel filtering using FreeType
|
||||||
|
+ Toy font face constructor and getter
|
||||||
|
+ FreeType: respecting FC_FT_FACE
|
||||||
|
+ PS/PDF: More efficient output
|
||||||
|
+ Xlib: Dithering
|
||||||
|
+ Xlib: Avoid rendering glyphs out of surface bounds
|
||||||
|
+ Xlib: Improved performance with Xrender-less X servers
|
||||||
|
+ Directfb: backend improvements
|
||||||
|
+ Countless bugs have been fixed and optimizations made
|
||||||
* Tue Jun 10 2008 maw@suse.de
|
* Tue Jun 10 2008 maw@suse.de
|
||||||
- Update to version 1.6.4:
|
- Update to version 1.6.4:
|
||||||
+ Improved PDF and PostScript output
|
+ Improved PDF and PostScript output
|
||||||
|
Loading…
Reference in New Issue
Block a user