Bladeren bron

upgrading package: cairo 1.0.4 -> 1.2.0

Ralf S. Engelschall 19 jaren geleden
bovenliggende
commit
2adf58ec3d
2 gewijzigde bestanden met toevoegingen van 5 en 31 verwijderingen
  1. 3 29
      cairo/cairo.patch
  2. 2 2
      cairo/cairo.spec

+ 3 - 29
cairo/cairo.patch

@@ -1,33 +1,7 @@
-Index: pixman/src/pixman.h
---- pixman/src/pixman.h.orig	2005-10-03 22:44:42 +0200
-+++ pixman/src/pixman.h	2005-10-05 20:37:17 +0200
-@@ -80,6 +80,7 @@
-  * PERFORMANCE OF THIS SOFTWARE.
-  */
- 
-+#include "config.h"
- 
- #if defined (__SVR4) && defined (__sun)
- # include <sys/int_types.h>
-@@ -95,7 +96,13 @@
-   typedef __int64 int64_t;
-   typedef unsigned __int64 uint64_t;
- #else
--# include <stdint.h>
-+# if   HAVE_STDINT_H
-+#  include <stdint.h>
-+# elif HAVE_INTTYPES_H
-+#  include <inttypes.h>
-+# elif HAVE_SYS_INT_TYPES_H
-+#  include <sys/int_types.h>
-+# endif
- #endif
- 
- #include "pixman-remap.h"
 Index: src/cairoint.h
---- src/cairoint.h.orig	2005-10-03 22:44:43 +0200
-+++ src/cairoint.h	2005-10-05 20:37:56 +0200
-@@ -149,8 +149,6 @@
+--- src/cairoint.h.orig	2006-06-30 02:05:59 +0200
++++ src/cairoint.h	2006-07-15 10:20:06 +0200
+@@ -160,8 +160,6 @@
  #endif
  
  #ifndef CAIRO_MUTEX_DECLARE

+ 2 - 2
cairo/cairo.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG
 Class:        PLUS
 Group:        XWindow
 License:      MIT-style
-Version:      1.0.4
-Release:      20060503
+Version:      1.2.0
+Release:      20060715
 
 #   package options
 %option       with_pdf   yes