[otb] 08/20: Add (build) dependencies for gl, glew & glfw.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun May 1 13:57:26 UTC 2016


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

sebastic pushed a commit to branch master
in repository otb.

commit 899cf476b679d44cca5272b141e5707c4f9e724b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun May 1 00:32:37 2016 +0200

    Add (build) dependencies for gl, glew & glfw.
---
 debian/changelog  | 1 +
 debian/control    | 6 ++++++
 debian/control.in | 6 ++++++
 debian/rules      | 3 +++
 4 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9501caa..cf20ce6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ otb (5.4.0~rc1+dfsg0-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Exclude documentation with problematic license terms.
+  * Add (build) dependencies for gl, glew & glfw.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 01 May 2016 00:18:10 +0200
 
diff --git a/debian/control b/debian/control
index 63cd9c1..8873152 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,9 @@ Build-Depends: debhelper (>= 9),
                libfftw3-dev,
                libgdal-dev (>= 1.10.0),
                libgeotiff-dev,
+               libgl1-mesa-dev | libgl-dev,
+               libglew-dev,
+               libglfw3-dev,
                libinsighttoolkit4-dev,
                libkml-dev,
                libmuparser-dev,
@@ -43,6 +46,9 @@ Depends: cmake (>= 2.8.3),
          libboost-graph-dev,
          libgdal-dev (>= 1.10.0),
          libgeotiff-dev,
+         libgl1-mesa-dev | libgl-dev,
+         libglew-dev,
+         libglfw3-dev,
          libinsighttoolkit4-dev,
          libkml-dev,
          libmuparser-dev,
diff --git a/debian/control.in b/debian/control.in
index f61776e..2b762f9 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -16,6 +16,9 @@ Build-Depends: debhelper (>= 9),
                libfftw3-dev,
                libgdal-dev (>= 1.10.0),
                libgeotiff-dev,
+               libgl1-mesa-dev | libgl-dev,
+               libglew-dev,
+               libglfw3-dev,
                libinsighttoolkit4-dev,
                libkml-dev,
                libmuparser-dev,
@@ -43,6 +46,9 @@ Depends: cmake (>= 2.8.3),
          libboost-graph-dev,
          libgdal-dev (>= 1.10.0),
          libgeotiff-dev,
+         libgl1-mesa-dev | libgl-dev,
+         libglew-dev,
+         libglfw3-dev,
          libinsighttoolkit4-dev,
          libkml-dev,
          libmuparser-dev,
diff --git a/debian/rules b/debian/rules
index c9c1aa4..c035875 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,10 +36,13 @@ CMAKE_FLAGS = \
 	-DOTB_INSTALL_ARCHIVE_DIR:STRING=lib/$(DEB_HOST_MULTIARCH) \
 	-DCMAKE_SKIP_RPATH:BOOL=ON \
 	-DOTB_USE_CURL:BOOL=ON \
+	-DOTB_USE_GLEW:BOOL=ON \
+	-DOTB_USE_GLFW:BOOL=ON \
 	-DOTB_USE_LIBKML:BOOL=ON \
 	-DOTB_USE_MUPARSER:BOOL=ON \
 	-DOTB_USE_QT4:BOOL=ON \
 	-DOTB_USE_OPENCV:BOOL=ON \
+	-DOTB_USE_OPENGL:BOOL=ON \
 	-DBUILD_SHARED_LIBS:BOOL=ON \
 	-DOTB_WRAP_PYTHON:BOOL=ON \
 	-DBUILD_EXAMPLES:BOOL=OFF \

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



More information about the Pkg-grass-devel mailing list