diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2017-06-07 09:05:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-10 10:47:38 +0700 |
commit | e3c2182316025dc705097cfbb337a0ca02b6e9fa (patch) | |
tree | 88c2a09f79398a94a3033700f6ae86a1ff2ae122 | |
parent | c62deab46b69c69bffb7c3f4ea17e5495e3a8ab2 (diff) |
development/CImg: Updated for version 2.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | development/CImg/CImg.SlackBuild | 2 | ||||
-rw-r--r-- | development/CImg/CImg.info | 6 | ||||
-rw-r--r-- | development/CImg/README | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/development/CImg/CImg.SlackBuild b/development/CImg/CImg.SlackBuild index bb17457042cb..1d8750bf7cb9 100644 --- a/development/CImg/CImg.SlackBuild +++ b/development/CImg/CImg.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=CImg -VERSION=${VERSION:-1.7.9} +VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/CImg/CImg.info b/development/CImg/CImg.info index ac217e3d1b93..1e4343fa05be 100644 --- a/development/CImg/CImg.info +++ b/development/CImg/CImg.info @@ -1,8 +1,8 @@ PRGNAM="CImg" -VERSION="1.7.9" +VERSION="2.0.0" HOMEPAGE="http://cimg.eu/" -DOWNLOAD="http://cimg.eu/files/CImg_1.7.9.zip" -MD5SUM="81c26cfd69624270ddf63b09e93e6783" +DOWNLOAD="http://cimg.eu/files/CImg_2.0.0.zip" +MD5SUM="40f163f16805c8eefc14765fd50c0e59" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/CImg/README b/development/CImg/README index f6d4e96d9a06..5acf206f512f 100644 --- a/development/CImg/README +++ b/development/CImg/README @@ -1,9 +1,9 @@ The CImg Library is an open-source C++ toolkit for image processing. -It mainly consists in a (big) single header file CImg.h providing a set of -C++ classes and functions that can be used in your own sources, to load/save, -manage/process and display generic images. It's actually a very simple -toolkit for coding image processing stuffs in C++ : Just include the header +It mainly consists in a (big) single header file CImg.h providing a set of +C++ classes and functions that can be used in your own sources, to load/save, +manage/process and display generic images. It's actually a very simple +toolkit for coding image processing stuffs in C++ : Just include the header file CImg.h, and you are ready to handle images in your C++ programs. Note: The archives hosted on http://cimg.eu/files/ do not contain the HTML |