Cairo (neko mips4)

From Nekoware

Jump to: navigation, search
neko_cairo
Packaged by: Jeremy Meng on the version 2 package byTobias Paprotta paprotta@nano.uni-hannover.deupdated byJoerg Behrens behrens@takenet.de
Internal Version: 4
Download: neko_cairo-1.2.2.tardist
Current release: 1.2.2 / August 14 2006
Use: Unknown
Licence: Unknown
Website:


Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, Win32, image buffers, and PostScript, PDF, and SVG file output. Experimental backends include OpenGL (through glitz), Quartz, and XCB.

Cairo is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available (eg. through the X Render Extension).

The cairo API provides operations similar to the drawing operators of PostScript and PDF. Operations in cairo including stroking and filling cubic Bézier splines, transforming and compositing translucent images, and antialiased text rendering. All drawing operations can be transformed by any affine transformation (scale, rotation, shear, etc.)

Contents

[edit] Installing the package

Download and install the neko_cairo-1.2.2 (version 4) tardist package from the Nekoware repository.

Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:

~ $ inst -f /path/to/neko_cairo-1.2.2.tardist
install all
keep *.opt.src
go
quit

You will need "root" privileges to install the software.

A list of all files is installed by this package is available.

[edit] Package Dependencies

The following additional packages are required to run this software correctly:


[edit] Package Incompatibilities

The following packages are marked as incompatible.

  • No incompatibilities.

[edit] Package Layout

Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.

Name Size [Kbytes] Default Order Description
neko_cairo.sw.hdr 75 Yes 9999 header
neko_cairo.sw.lib 1,489 Yes 9999 shared libraries
neko_cairo.man.html 752 Yes 9999 html documentation
neko_cairo.opt.relnotes 2 No 9999 release notes
neko_cairo.opt.src 2,765 No 9999 original source code
neko_cairo.opt.dist 13 No 9999 distribution files


[edit] Compiling

As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.


[edit] Environment

export CC=c99
export CFLAGS='-O3 -mips4 -I/usr/nekoware/include -OPT:Olimit=0:roundoff=3  -TARG:platform=IP27:proc=r10000'
export CXXFLAGS=$CFLAGS
export CPPFLAGS='-I/usr/nekoware/include'
export CXX=CC
export F77=f77
export LDFLAGS='-L/usr/nekoware/lib -rpath /usr/nekoware/lib'
export PKG_CONFIG=/usr/nekoware/bin/pkg-config
export PKG_CONFIG_PATH='/usr/nekoware/lib/pkgconfig'
export PKG_CONFIG_LIBDIR='/usr/nekoware/lib'
export LD_LIBRARY_PATH='/usr/nekoware/lib'
export LD_LIBRARYN32_PATH='/usr/nekoware/lib'
export LD_LIBRARY64_PATH='/usr/nekoware/lib64'
export GNOME2_DIR='/usr/nekoware'
export GNUMAKE='/usr/nekoware/bin/make'
export PATH=/usr/nekoware/bin:$PATH
export PYTHONHOME=/usr/nekoware
export PYTHONPATH=/usr/nekoware/lib/python2.4
export PERL=/usr/nekoware/bin/perl
export QTDIR=/usr/nekoware/qt4



[edit] Configure

./configure --enable-glitz --enable-pdf --enable-ps --enable-freetype=yes --enable-png=yes --prefix=/usr/nekoware
gmake 
gmake test
gmake install


[edit] Release Notes

Click on the "show" link to expand the contents of the package's 'relnotes' file.


[edit] Errors/Miscellaneous

This version of cairo uses the included pixman (libpixman.so.1 sgi1.0), instead of the installed one (libpixman.so.2 sgi2.0). Although they have different SGI library versions, the included one is actually newer than the installed one.


[edit] Older Versions


[edit] External Links

None.

Personal tools