[opencv] 21/26: Added libopencv-cvv* packages
Leopold Palomo-Avellaneda
leo at alaxarxa.net
Thu Sep 7 12:48:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
lepalom-guest pushed a commit to branch debian-robotics
in repository opencv.
commit 388e3d3a4c150036e884f56c3e9dcdb795f93a9a
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date: Wed Sep 6 10:26:40 2017 +0200
Added libopencv-cvv* packages
---
debian/control | 49 ++++++++++++++++++++++++++++++++++++++++
debian/libopencv-cvv-dev.docs | 1 +
debian/libopencv-cvv-dev.install | 4 ++++
debian/libopencv-cvv3.2.install | 1 +
4 files changed, 55 insertions(+)
diff --git a/debian/control b/debian/control
index d6b9cd1..4d98ad2 100644
--- a/debian/control
+++ b/debian/control
@@ -987,6 +987,55 @@ Description: computer vision 3D data visualization library
analysis, structural analysis, motion analysis and object tracking, object
recognition, camera calibration and 3D reconstruction.
+Package: libopencv-cvv-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends:
+ libopencv-core-dev (= ${binary:Version}),
+ libopencv-cvv3.2 (= ${binary:Version}),
+ ${misc:Depends},
+Description: development files for libopencv-cvv3.2
+ This package contains the header files and static library needed to compile
+ applications that use OpenCV (Open Computer Vision) cvv module. This module
+ provides an interactive GUI to debug and incrementally design computer vision
+ algorithms.
+ .
+ The Open Computer Vision Library is a collection of algorithms and sample
+ code for various computer vision problems. The library is compatible with
+ IPL (Intel's Image Processing Library) and, if available, can use IPP
+ (Intel's Integrated Performance Primitives) for better performance.
+ .
+ OpenCV provides low level portable data types and operators, and a set
+ of high level functionalities for video acquisition, image processing and
+ analysis, structural analysis, motion analysis and object tracking, object
+ recognition, camera calibration and 3D reconstruction.
+
+Package: libopencv-cvv3.2
+Section: libs
+Architecture: any
+Multi-Arch: same
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ libopencv-core3.2 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: computer vision interactive GUI to debug
+ This package contains the OpenCV (Open Computer Vision) cvv module. This module
+ provides an interactive GUI to debug and incrementally design computer vision
+ algorithms.
+ .
+ The Open Computer Vision Library is a collection of algorithms and sample
+ code for various computer vision problems. The library is compatible with
+ IPL (Intel's Image Processing Library) and, if available, can use IPP
+ (Intel's Integrated Performance Primitives) for better performance.
+ .
+ OpenCV provides low level portable data types and operators, and a set
+ of high level functionalities for video acquisition, image processing and
+ analysis, structural analysis, motion analysis and object tracking, object
+ recognition, camera calibration and 3D reconstruction.
+
Package: libopencv-contrib-dev
Section: libdevel
Architecture: any
diff --git a/debian/libopencv-cvv-dev.docs b/debian/libopencv-cvv-dev.docs
new file mode 100644
index 0000000..e174728
--- /dev/null
+++ b/debian/libopencv-cvv-dev.docs
@@ -0,0 +1 @@
+debian/README.Debian
diff --git a/debian/libopencv-cvv-dev.install b/debian/libopencv-cvv-dev.install
new file mode 100644
index 0000000..3da1f9a
--- /dev/null
+++ b/debian/libopencv-cvv-dev.install
@@ -0,0 +1,4 @@
+usr/include/opencv2/cvv.hpp
+usr/include/opencv2/cvv/*
+usr/lib/*/libopencv_cvv.a
+usr/lib/*/libopencv_cvv.so
diff --git a/debian/libopencv-cvv3.2.install b/debian/libopencv-cvv3.2.install
new file mode 100644
index 0000000..13998cb
--- /dev/null
+++ b/debian/libopencv-cvv3.2.install
@@ -0,0 +1 @@
+usr/lib/*/libopencv_cvv.so.*
--
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