diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2011-05-14 00:12:02 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-17 09:56:18 -0500 |
commit | 429da758530b2523b2f92dbec074eb5de7291535 (patch) | |
tree | 3df21f3d242ea0b6630a396df53624b78bbfe211 /graphics/exact-image | |
parent | 2acad05de94a31fd268366e6e73ade5684dba4ab (diff) | |
download | slackbuilds-429da758530b2523b2f92dbec074eb5de7291535.tar.gz |
graphics/exact-image: Updated for version 0.8.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/exact-image')
-rw-r--r-- | graphics/exact-image/README | 19 | ||||
-rw-r--r-- | graphics/exact-image/exact-image.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/exact-image/exact-image.info | 8 |
3 files changed, 15 insertions, 14 deletions
diff --git a/graphics/exact-image/README b/graphics/exact-image/README index c22626293b..462851f603 100644 --- a/graphics/exact-image/README +++ b/graphics/exact-image/README @@ -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. diff --git a/graphics/exact-image/exact-image.SlackBuild b/graphics/exact-image/exact-image.SlackBuild index ed882c73be..031b6e806b 100644 --- a/graphics/exact-image/exact-image.SlackBuild +++ b/graphics/exact-image/exact-image.SlackBuild @@ -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} diff --git a/graphics/exact-image/exact-image.info b/graphics/exact-image/exact-image.info index b3d5b3b5aa..50e4eb3774 100644 --- a/graphics/exact-image/exact-image.info +++ b/graphics/exact-image/exact-image.info @@ -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" |