[Lunar-commits] <moonbase> cairo: version bumped to 1.10.0.

Florin Braescu florin at lunar-linux.org
Wed Sep 8 16:54:10 CEST 2010


commit b0b6c2d9701c01474424fa72191f8e49aa275e34
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Sep 8 17:54:10 2010 +0300

    cairo: version bumped to 1.10.0.
    
    Cairo was reworked to interoperate more closely with various acceleration
    architectures. A tracing utility, cairo-trace, was implemented, creating
    replayable, compact sequences of drawing commands made by an application,
    allowing better debug and performance optimization. The image backend is
    much faster with a new polygon rasterisation engine and a complete overhaul
    of the tessellator. The API was extended to better support printing,
    including dramatic file size reductions. The RGB16 format was resurrected.
---
 graphics/cairo/BUILD   |    6 ------
 graphics/cairo/DEPENDS |    3 ---
 graphics/cairo/DETAILS |    9 +++------
 3 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/graphics/cairo/BUILD b/graphics/cairo/BUILD
deleted file mode 100644
index 4b72671..0000000
--- a/graphics/cairo/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
-  patch_it $SOURCE2 1  &&
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/graphics/cairo/DEPENDS b/graphics/cairo/DEPENDS
index ff3ef9d..84ddd11 100644
--- a/graphics/cairo/DEPENDS
+++ b/graphics/cairo/DEPENDS
@@ -3,7 +3,4 @@ depends fontconfig
 depends libpng
 depends pixman
 
-optional_depends  "glitz"  "--enable-glitz"  "--disable-glitz"  \
-                  "to enable an (experimental) OpenGL backend to cairo" 
-
 optional_depends  "%X"  "--with-x"  "" "for X11 support"
diff --git a/graphics/cairo/DETAILS b/graphics/cairo/DETAILS
index 242e855..c9bbce7 100644
--- a/graphics/cairo/DETAILS
+++ b/graphics/cairo/DETAILS
@@ -1,14 +1,11 @@
           MODULE=cairo
-         VERSION=1.8.10
+         VERSION=1.10.0
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-1.8.8-lcd-filter.patch.bz2
       SOURCE_URL=http://cairographics.org/releases
-     SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:fd5e8ca82ff0e8542ea4c51612cad387f2a49df3
-     SOURCE2_VFY=sha1:378103f0928297c446edea16d4ad84665a6f914a
+      SOURCE_VFY=sha1:efe7e47408d5188690228ccadc8523652f6bf702
         WEB_SITE=http://cairographics.org
          ENTERED=20040506
-         UPDATED=20100304
+         UPDATED=20100908
            SHORT="A multi-platform 2D vector graphics library"
 
 cat << EOF


More information about the Lunar-commits mailing list