summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edward W. Koenig2017-06-07 10:05:32 +0200
committer Willy Sudiarto Raharjo2017-06-10 05:47:38 +0200
commite3c2182316025dc705097cfbb337a0ca02b6e9fa (patch)
tree88c2a09f79398a94a3033700f6ae86a1ff2ae122
parentc62deab46b69c69bffb7c3f4ea17e5495e3a8ab2 (diff)
downloadslackbuilds-e3c2182316025dc705097cfbb337a0ca02b6e9fa.tar.gz
development/CImg: Updated for version 2.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--development/CImg/CImg.SlackBuild2
-rw-r--r--development/CImg/CImg.info6
-rw-r--r--development/CImg/README8
3 files changed, 8 insertions, 8 deletions
diff --git a/development/CImg/CImg.SlackBuild b/development/CImg/CImg.SlackBuild
index bb17457042..1d8750bf7c 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 ac217e3d1b..1e4343fa05 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 f6d4e96d9a..5acf206f51 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