From e3c2182316025dc705097cfbb337a0ca02b6e9fa Mon Sep 17 00:00:00 2001 From: "Edward W. Koenig" Date: Wed, 7 Jun 2017 09:05:32 +0100 Subject: development/CImg: Updated for version 2.0.0. Signed-off-by: David Spencer --- development/CImg/CImg.SlackBuild | 2 +- development/CImg/CImg.info | 6 +++--- 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 -- cgit v1.2.3