mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
graphics/exact-image: Updated for version 0.8.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
2acad05de9
commit
429da75853
3 changed files with 15 additions and 14 deletions
|
@ -1,10 +1,11 @@
|
||||||
ExactImage is an image processing library which reimplements ImageMagick
|
ExactImage is an image processing library which reimplements
|
||||||
functions with a significant speed improvement. The library also provides
|
ImageMagick functions with a significant speed improvement.
|
||||||
several new algorithms: lossless JPEG transforms and creation of searchable
|
The library also provides several new algorithms: lossless JPEG
|
||||||
PDFs from hOCR annotated HTML created with an OCR program such as Tesseract or
|
transforms and creation of searchable PDFs from hOCR annotated HTML
|
||||||
Cuneiform (available at Slackbuilds.org). There are bindings for PHP, Lua, Perl,
|
created with an OCR program such as Tesseract or Cuneiform (available
|
||||||
and Python. See /usr/doc/exact-image-*/examples/ for information on using
|
at Slackbuilds.org). There are bindings for PHP, Lua, Perl, and Python.
|
||||||
exactimage with Perl, Python, PHP and Lua.
|
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
|
ExactImage requires agg. Lua and evas are optional dependencies available
|
||||||
Slackbuilds.org, while bardecode is optional but not available.
|
at Slackbuilds.org, while bardecode is optional but not available.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Written by Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
|
# Written by Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
|
||||||
|
|
||||||
PRGNAM=exact-image
|
PRGNAM=exact-image
|
||||||
VERSION=${VERSION:-0.8.4}
|
VERSION=${VERSION:-0.8.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="exact-image"
|
PRGNAM="exact-image"
|
||||||
VERSION="0.8.4"
|
VERSION="0.8.5"
|
||||||
HOMEPAGE="http://www.exactcode.de/site/open_source/exactimage/"
|
HOMEPAGE="http://www.exactcode.de/site/open_source/exactimage/"
|
||||||
DOWNLOAD="http://dl.exactcode.de/oss/exact-image/exact-image-0.8.4.tar.bz2"
|
DOWNLOAD="http://dl.exactcode.de/oss/exact-image/exact-image-0.8.5.tar.bz2"
|
||||||
MD5SUM="a7f18ca4d2970d9e2d74bdea84990c78"
|
MD5SUM="54c5dc9afd86ec573e7e2e9a80f45c71"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Benjamin Trigona-Harany"
|
MAINTAINER="Benjamin Trigona-Harany"
|
||||||
EMAIL="bosth@alumni.sfu.ca"
|
EMAIL="bosth@alumni.sfu.ca"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="Erik Hanson,Niels Horn"
|
||||||
|
|
Loading…
Reference in a new issue