alexe 发表于 2005-8-24 23:21:08

cairo 1.0 再过几个小时就要发布了

这是 cairo 1.0的声明:
http://cworth.org/~cworth/tmp/cairo-1.0-announcement

这个版本比0.9.2修正了很多的bug,也提高了某些性能。
并且除了win32.xlib,image这三个backend,其他的backend将都不作为缺省的被编译backend。

cairo终于正式出炉了。

jcome 发表于 2005-8-24 23:53:17


PS. Call it "cairo" or the "cairo graphics library", but try not to
ever call it "Cairo" unless writing it at the beginning of a sentence.


哈哈。

yangh 发表于 2005-8-25 09:07:46

快了。cvs 里的 NEWS 都写成 1.0.0 了。

dukeduan 发表于 2005-8-25 09:37:26

版本升得可真快,看来是箭在弦上,不得不发啊。
:mrgreen:

mandrakechina 发表于 2005-8-25 12:38:12

already here:[fundawang@localhost ~]urpmq libcairo2 -r
libcairo2-1.0.0-2mdk

blewz 发表于 2005-8-25 12:44:05

#cvs update
#./autogen --prefix=/usr/
#vi cairo.pc

prefix=/usr/
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: cairo
Description: Multi-platform 2D graphics library
Version: 1.0.1

Requires.private: freetype2 >= 8.0.2 fontconfig xrender libpng12
Libs:-L${libdir} -lcairo
Cflags:-I${includedir}/cairo

jcome 发表于 2005-8-25 13:20:50

比较头疼rpm和deb的软件包的命名方法。

》》cairo 1.0 发布
》》libcairo2-1.0.0-2mdk
》》libcairo2

这个2是什么意思 :?:

mandrakechina 发表于 2005-8-25 13:59:58

freetype 2.1.10 -> libfreetype6

好像是根据.so的版本来决定的。

rockmen 发表于 2005-8-26 00:42:29

cairo的网站好像DOWN了~,到目前为止都进不去

qazwer 发表于 2005-8-29 23:36:57

$ apt-cache show libcairo2
Package: libcairo2
Priority: optional
Section: libs
Installed-Size: 484
Maintainer: Dave Beckett <[email protected]>
Architecture: i386
Source: libcairo
Version: 1.0.0-1ubuntu1
Replaces: libcairo0.5.1, libcairo0.6.0, libcairo0.9.0
Provides: libcairo
Depends: libc6 (>= 2.3.4-1), libfontconfig1 (>= 2.3.0), libfreetype6 (>= 2.1.5-1), libpng12-0 (>= 1.2.8rel), libx11-6, libxrender1, zlib1g (>= 1:1.2.1)
Conflicts: python2.4-cairo (<= 0.9.0-3ubuntu1)
Filename: pool/main/libc/libcairo/libcairo2_1.0.0-1ubuntu1_i386.deb
Size: 263730
MD5sum: 282f5166c6af3e0010f87b6195de8669
Description: The Cairo 2D vector graphics library
Cairo is a multi-platform library providing anti-aliased
vector-based rendering for multiple target backends. Paths consist
of line segments and cubic splines and can be rendered at any width
with various join and cap styles. All colors may be specified with
optional translucence (opacity/alpha) and combined using the
extended Porter/Duff compositing algebra as found in the X Render
Extension.
.
Cairo exports a stateful rendering API similar in spirit to the path
construction, text, and painting operators of PostScript, (with the
significant addition of translucence in the imaging model). When
complete, the API is intended to support the complete imaging model of
PDF 1.4.
.
This package contains the shared libraries.
Bugs: mailto:[email protected]
Origin: Ubuntu
Task: edubuntu-desktop
页: [1]
查看完整版本: cairo 1.0 再过几个小时就要发布了