2008-10-08 07:27:10 +02:00
|
|
|
# Template build file for 'imlib2'.
|
|
|
|
pkgname=imlib2
|
2012-06-06 10:21:02 +02:00
|
|
|
version=1.4.5
|
|
|
|
revision=1
|
2011-02-20 13:35:40 +01:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/enlightenment/imlib2-$version.tar.gz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2009-12-30 23:47:39 +01:00
|
|
|
configure_args="--sysconfdir=/etc/imlib2 --enable-visibility-hiding"
|
2012-06-06 10:21:02 +02:00
|
|
|
makedepends="pkg-config freetype-devel jpeg-devel libpng-devel>=1.5.10 tiff-devel libid3tag-devel giflib-devel libXext-devel"
|
|
|
|
subpackages="imlib2-devel"
|
2008-10-08 07:27:10 +02:00
|
|
|
short_desc="Image manipulation library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-06-06 10:21:02 +02:00
|
|
|
checksum=6e809413a571f82b9e67aeaf5577a1245a034c866ae5fa83c191a227f60cc7a0
|
2008-10-08 07:27:10 +02:00
|
|
|
long_desc="
|
|
|
|
Imlib 2 is the successor to Imlib. It is NOT a newer version - it is a
|
|
|
|
completely new library. Imlib 2 can be installed alongside Imlib 1.x
|
|
|
|
without any problems since they are effectively different libraries - BUT
|
|
|
|
they have very similar functionality.
|
|
|
|
|
|
|
|
Imlib 2 does the following:
|
|
|
|
|
|
|
|
* Load/Save image files from disk in one of many formats
|
|
|
|
* Render image data onto other images or an X-Windows drawable
|
|
|
|
* Produce pixmaps and pixmap masks of Images
|
|
|
|
* Apply filters and transformations to images
|
|
|
|
* Accept RGBA Data for images and apply colour correction/modifications
|
|
|
|
* Alpha blend Images on other images or drawables
|
|
|
|
* Render truetype anti-aliased text straight and at angles
|
|
|
|
* Render rectangles, anti-aliased lines, and multi-coloured gradients
|
|
|
|
* Cache data intelligently for maximum performance
|
|
|
|
* Allocate colours automatically
|
|
|
|
* Allow full control over caching and color allocation
|
|
|
|
* Provide highly optimized MMX assembly for core routines
|
|
|
|
* Provide plug-in filter interface
|
|
|
|
* Provide on-the-fly runtime plug-in image loading and saving interface
|
|
|
|
* Fastest image compositing, rendering and manipulation library for X"
|