NOTICE: This package has been removed from pkgsrc

./graphics/libart2, High-performance 2D graphics library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.3.19nb1, Package name: libart2-2.3.19nb1, Maintainer: jmmv

Libart is a library for high-performance 2D graphics. It is currently
being used as the antialiased rendering engine for the Gnome Canvas.
It is also the rendering engine for Gill, the Gnome Illustration app.

Libart supports a very powerful imaging model, basically the same as
SVG and the Java 2D API. It includes all PostScript imaging
operations, and adds antialiasing and alpha-transparency.

Libart is also highly tuned for incremental rendering. It contains
data structures and algorithms suited to rapid, precise computation
of Region of Interest, as well as a two-phase rendering pipeline
optimized for interactive display.


Master sites: (Expand)

SHA1: 7f1ff36c91cdc8f14b62acb50836f52a0c735b9e
RMD160: 36dca48e3ddcd7e9d11f79e54dd7007cf97ac079
Filesize: 295.449 KB

Version history: (Expand)


CVS history: (Expand)


   2007-09-21 15:00:20 by Thomas Klausner | Files touched by this commit (12) | Package removed
Log message:
Rename libart2 to libart to match the upstream name.
   2007-03-01 19:05:44 by Matthias Drochner | Files touched by this commit (3)
Log message:
add some extern "C" to make it usable from c++ again
bump PKGREVISION
   2007-03-01 15:27:45 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 2.3.19:
==============
Version 2.3.19
==============

- Fix typo that broke versioning. (Yanko Kaneti)

==============
Version 2.3.18
==============

- Port to automake 1.9 (Christian Persch)
- Cygwin build fixes (Cygwin ports maintainer)
- Fixes for memory management on win32 (Dom Lachowicz)
- Compiler warning fixes (Kjartan, Tor Lillqvist)
   2007-01-18 20:39:01 by Roland Illig | Files touched by this commit (1)
Log message:
Needs GNU Make.
   2006-11-05 18:23:45 by Joerg Sonnenberger | Files touched by this commit (16)
Log message:
DESTDIR support.
   2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
   2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877)
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
   2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749)
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.