diff options
-rw-r--r-- | development/CImg/CImg.SlackBuild | 8 | ||||
-rw-r--r-- | development/CImg/CImg.info | 6 | ||||
-rw-r--r-- | development/CImg/README | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/development/CImg/CImg.SlackBuild b/development/CImg/CImg.SlackBuild index e7d74614f4..bb17457042 100644 --- a/development/CImg/CImg.SlackBuild +++ b/development/CImg/CImg.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for CImg. # # Copyright 2009-2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com> -# Copyright 2014-2016 Edward W. Koenig <kingbeowulf {at} gmail [dot] com> +# Copyright 2014-2017 Edward W. Koenig <kingbeowulf {at} gmail [dot] com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=CImg -VERSION=${VERSION:-1.6.9} +VERSION=${VERSION:-1.7.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,8 +58,8 @@ cat CImg.h > $PKG/usr/include/CImg/CImg.h mkdir -p $PKG/usr/share/CImg cp -a plugins/ $PKG/usr/share/CImg -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html -#html mssing from this release +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +# html directory on github but not cimg.eu, skipping, see README cp -a Licence* README.txt examples $PKG/usr/doc/$PRGNAM-$VERSION/ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/development/CImg/CImg.info b/development/CImg/CImg.info index 9ef15263c3..ac217e3d1b 100644 --- a/development/CImg/CImg.info +++ b/development/CImg/CImg.info @@ -1,8 +1,8 @@ PRGNAM="CImg" -VERSION="1.6.9" +VERSION="1.7.9" HOMEPAGE="http://cimg.eu/" -DOWNLOAD="http://cimg.eu/files/CImg_1.6.9.zip" -MD5SUM="e3c069228dc71fe596b50949dbcbeceb" +DOWNLOAD="http://cimg.eu/files/CImg_1.7.9.zip" +MD5SUM="81c26cfd69624270ddf63b09e93e6783" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/development/CImg/README b/development/CImg/README index 5806fd2836..f6d4e96d9a 100644 --- a/development/CImg/README +++ b/development/CImg/README @@ -5,3 +5,7 @@ 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 +documentation. Please refer to http://cimg.eu/reference/index.html or +download a copy from https://github.com/dtschump/CImg |