graphics/exact-image: Updated for version 0.8.5.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2011-05-14 00:12:02 -03:00 committed by Robby Workman
parent 2acad05de9
commit 429da75853
3 changed files with 15 additions and 14 deletions

View file

@ -1,10 +1,11 @@
ExactImage is an image processing library which reimplements ImageMagick
functions with a significant speed improvement. The library also provides
several new algorithms: lossless JPEG transforms and creation of searchable
PDFs from hOCR annotated HTML created with an OCR program such as Tesseract or
Cuneiform (available at Slackbuilds.org). There are bindings for PHP, Lua, Perl,
and Python. See /usr/doc/exact-image-*/examples/ for information on using
exactimage with Perl, Python, PHP and Lua.
ExactImage is an image processing library which reimplements
ImageMagick functions with a significant speed improvement.
The library also provides several new algorithms: lossless JPEG
transforms and creation of searchable PDFs from hOCR annotated HTML
created with an OCR program such as Tesseract or Cuneiform (available
at Slackbuilds.org). There are bindings for PHP, Lua, Perl, and Python.
See /usr/doc/exact-image-*/examples/ for information on using exactimage
with Perl, Python, PHP and Lua.
ExactImage requires agg. Lua and evas are optional dependencies available at
Slackbuilds.org, while bardecode is optional but not available.
ExactImage requires agg. Lua and evas are optional dependencies available
at Slackbuilds.org, while bardecode is optional but not available.

View file

@ -3,7 +3,7 @@
# Written by Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
PRGNAM=exact-image
VERSION=${VERSION:-0.8.4}
VERSION=${VERSION:-0.8.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="exact-image"
VERSION="0.8.4"
VERSION="0.8.5"
HOMEPAGE="http://www.exactcode.de/site/open_source/exactimage/"
DOWNLOAD="http://dl.exactcode.de/oss/exact-image/exact-image-0.8.4.tar.bz2"
MD5SUM="a7f18ca4d2970d9e2d74bdea84990c78"
DOWNLOAD="http://dl.exactcode.de/oss/exact-image/exact-image-0.8.5.tar.bz2"
MD5SUM="54c5dc9afd86ec573e7e2e9a80f45c71"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="bosth@alumni.sfu.ca"
APPROVED="Erik Hanson"
APPROVED="Erik Hanson,Niels Horn"