libraries/lcms2: Updated for version 2.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ffa085a910
commit
e06cadf3e8
|
@ -1,4 +1,8 @@
|
|||
Little cms is a small, speed optimized color management engine.
|
||||
|
||||
This is lcms2, the new version of the lcms library. It is safe to
|
||||
install it alongside Slackware's version of lcms.
|
||||
install it alongside the version of lcms in Slackware-13.37.
|
||||
|
||||
lcms2 is included in Slackware-current since April 14, 2012, so, if
|
||||
you are running -current, you should probably use the official package
|
||||
instead of this one.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# Modified for lcms2 & SlackBuilds.org by David Spencer <baildon.research@googlemail.com>
|
||||
|
||||
PRGNAM=lcms2
|
||||
VERSION=${VERSION:-2.2}
|
||||
VERSION=${VERSION:-2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="lcms2"
|
||||
VERSION="2.2"
|
||||
VERSION="2.3"
|
||||
HOMEPAGE="http://www.littlecms.com/"
|
||||
DOWNLOAD="http://www.littlecms.com/lcms2-2.2.tar.gz"
|
||||
MD5SUM="aaf33c7c25675e6163189ba488ae20f5"
|
||||
DOWNLOAD="http://www.littlecms.com/lcms2-2.3.tar.gz"
|
||||
MD5SUM="327348d67c979c88c2dec59a23a17d85"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="David Spencer"
|
||||
EMAIL="baildon.research@googlemail.com"
|
||||
APPROVED="Niels Horn"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in New Issue