[opencv] 08/11: Don't build with jasper. Closes: #818207 This causes libopencv-highgui to lose symbols, so we need to rename the package and do a transition, but the package isn't uploaded yet, so don't care. (from mapreri)

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Mon Jul 18 14:51:08 UTC 2016


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

locutusofborg pushed a commit to branch for-3.1.0
in repository opencv.

commit f6ab981e6e37eb955c2e7279223a18def958352f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Jul 18 16:05:27 2016 +0200

    Don't build with jasper. Closes: #818207 This causes
     libopencv-highgui to lose symbols, so we need to rename the package and do a
     transition, but the package isn't uploaded yet, so don't care. (from mapreri)
---
 debian/control | 2 --
 debian/rules   | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 3a24645..7b7c014 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 9),
  cmake (>= 2.8.7),
  libavcodec-dev, libavformat-dev, libswscale-dev, libgtk2.0-dev, libgtkglext1-dev,
  libgl1-mesa-dev, libglu1-mesa-dev,
- libjasper-dev (>= 1.900.1),
  libjpeg-dev,
  libpng-dev,
  libtiff-dev,
@@ -704,7 +703,6 @@ Depends: ${misc:Depends},
 	libavformat-dev,
 	libswscale-dev,
 	libgtk2.0-dev,
-	libjasper-dev (>= 1.900.1),
 	libjpeg-dev,
 	libpng-dev,
 	libtiff-dev,
diff --git a/debian/rules b/debian/rules
index 1649775..5dacf6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,7 @@ CMAKE_FLAGS = \
 	-DWITH_FFMPEG=ON	\
 	-DWITH_GSTREAMER=OFF	\
 	-DWITH_GTK=ON	\
-	-DWITH_JASPER=ON	\
+	-DWITH_JASPER=OFF	\
 	-DWITH_JPEG=ON	\
 	-DWITH_PNG=ON	\
 	-DWITH_TIFF=ON	\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git



More information about the debian-science-commits mailing list