[med-svn] [beads] 01/01: More fixed to use Debian packaged CImg.h

Andreas Tille tille at debian.org
Fri Oct 20 12:05:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository beads.

commit 6bedf0dbdb88c61b8edb606373e2760ec10d22f4
Author: Andreas Tille <tille at debian.org>
Date:   Fri Oct 20 13:41:14 2017 +0200

    More fixed to use Debian packaged CImg.h
---
 debian/patches/use_debian_packaged_cimg.h | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/debian/patches/use_debian_packaged_cimg.h b/debian/patches/use_debian_packaged_cimg.h
index d6bcd5b..c35d8ad 100644
--- a/debian/patches/use_debian_packaged_cimg.h
+++ b/debian/patches/use_debian_packaged_cimg.h
@@ -23,3 +23,26 @@ Description: Use Debian packaged CImg.h from cimg-dev package since
  ENDIF(WIN32)
  
  SUBDIRS (qtbeads)
+--- a/src/qtbeads/CMakeLists.txt
++++ b/src/qtbeads/CMakeLists.txt
+@@ -33,7 +33,6 @@ SET( BEADS_FOR_QT_CPP
+ 	../spot_document_gnumeric
+ 	../spotSvgDocument
+ 	../images/imageDeNovo
+-	../CImg
+ )
+   
+ # with SET() command you can change variables or define new ones
+--- a/src/images/imageCode.h
++++ b/src/images/imageCode.h
+@@ -3,8 +3,8 @@
+ 
+ #include "../config.h"
+ 
+-#include "../CImg.h"
+-//#include <CImg.h>
++//#include "../CImg.h"
++#include <CImg.h>
+ 
+ //Images pour lesquelles les valeurs des pixels sont des codes et non des valeurs quantitatives
+ //Sont des codes: l'image des directions, l'image des numeros

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/beads.git



More information about the debian-med-commit mailing list