summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
Diffstat (limited to 'development')
-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