[Lunar-commits] <moonbase> cairo: version bumped to 1.8.0.
Florin Braescu
florin at lunar-linux.org
Sun Sep 28 21:35:38 CEST 2008
commit ab5bc423504ec956cf818f68f2cadd1a0075569c
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Sep 28 22:35:38 2008 +0300
cairo: version bumped to 1.8.0.
Many improvements were made to Cairo's ability to handle text, including
a new "user fonts" feature as well as allowing glyphs to be embedded in
PDF output along with their original text (for searching, selection, and
copy-and-paste). A major revamp of the build system makes it much easier
to build Cairo on various platforms. The performance on remote X servers
without the Render extension was improved. The output of cairo-ps and
cairo-pdf was made more efficient. Completions were made to the API. Many
bugs were fixed.
---
graphics/cairo/DEPENDS | 1 +
graphics/cairo/DETAILS | 16 ++++++++--------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/graphics/cairo/DEPENDS b/graphics/cairo/DEPENDS
index 8c1c0cc..8fb5326 100644
--- a/graphics/cairo/DEPENDS
+++ b/graphics/cairo/DEPENDS
@@ -1,6 +1,7 @@
depends pkgconfig
depends fontconfig
depends libpng
+depends pixman
optional_depends "glitz" "--enable-glitz" "--disable-glitz" \
"to enable an (experimental) OpenGL backend to cairo" &&
diff --git a/graphics/cairo/DETAILS b/graphics/cairo/DETAILS
index 93a6058..9091cae 100644
--- a/graphics/cairo/DETAILS
+++ b/graphics/cairo/DETAILS
@@ -1,14 +1,14 @@
MODULE=cairo
- VERSION=1.6.4
+ VERSION=1.8.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-lcd-filter.patch
- SOURCE_URL=http://cairographics.org/releases/
- SOURCE2_URL=$PATCH_URL/
- SOURCE_VFY=sha1:9d990fe39a125ceb07221623c237cd7015855d5c
- SOURCE2_VFY=sha1:1f0dfcef13b7756aed3e2924b4823e7496dc2bc1
- WEB_SITE=http://cairographics.org/
+ SOURCE2=$MODULE-$VERSION-lcd-filter.patch.bz2
+ SOURCE_URL=http://cairographics.org/releases
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:8a689ca47c24216f37bb8cabae21ff08a7f47899
+ SOURCE2_VFY=sha1:dca17faf85fa02a5325d11d38161475d42a1b3b2
+ WEB_SITE=http://cairographics.org
ENTERED=20040506
- UPDATED=20080620
+ UPDATED=20080928
SHORT="A multi-platform 2D vector graphics library"
cat << EOF
More information about the Lunar-commits
mailing list