[saga] 01/01: Fix opencv module

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Mon Aug 24 23:14:16 UTC 2015


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

johanvdw-guest pushed a commit to branch master
in repository saga.

commit 9e4a871d62a74311e70b46145a8140423e05800c
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue Aug 25 01:14:09 2015 +0200

    Fix opencv module
    
    The module was compiling but not loading in SAGA GIS.
---
 debian/changelog                            | 6 ++++++
 debian/patches/0007-Fix-opencv-module.patch | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b587141..09f1d17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+saga (2.2.0+dfsg-2) UNRELEASED; urgency=medium
+
+  * Fix opencv module
+
+ -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Tue, 25 Aug 2015 01:13:59 +0200
+
 saga (2.2.0+dfsg-1) unstable; urgency=medium
 
   [ Johan Van de Wauw ]
diff --git a/debian/patches/0007-Fix-opencv-module.patch b/debian/patches/0007-Fix-opencv-module.patch
index 1d8e339..e460900 100644
--- a/debian/patches/0007-Fix-opencv-module.patch
+++ b/debian/patches/0007-Fix-opencv-module.patch
@@ -32,7 +32,7 @@ index e3210ee..0fa0202 100644
  CXX_INCS           = -I$(top_srcdir)/src/saga_core -I/usr/include/opencv
  AM_CXXFLAGS        = -fPIC $(CXX_INCS) $(DEF_SAGA) $(UC_DEFS) $(DBGFLAGS) $(GOMPFLAGS)
 -AM_LDFLAGS         = -fPIC -shared -avoid-version -lcv
-+AM_LDFLAGS         = -fPIC -shared -avoid-version -lopencv_core -lopencv_imgproc -lopencv_flann
++AM_LDFLAGS         = -fPIC -shared -avoid-version -lopencv_legacy -lopencv_imgproc -lopencv_flann
  pkglib_LTLIBRARIES = libimagery_opencv.la
  libimagery_opencv_la_SOURCES =\
  MLB_Interface.cpp\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git



More information about the Pkg-grass-devel mailing list