Update to 2.0.0 tree from current Fremantle build
[opencv] / debian / control
1 Source: opencv
2 Priority: optional
3 Section: devel
4 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel@lists.alioth.debian.org>
5 Uploaders: Sam Hocevar (Debian packages) <sam+deb@zoy.org>, Nobuhiro Iwamatsu <iwamatsu@debian.org>
6 Build-Depends: debhelper (>= 5.0), quilt (>= 0.45-6osso2),
7  libavcodec-dev (>= 0.svn20080206), libavformat-dev, libswscale-dev, libgtk2.0-dev,
8  libjpeg62-dev, libpng12-dev, libtiff4-dev,
9  zlib1g-dev, python-dev (>= 2.5.2-3maemo4), swig, python-support (>= 0.4.1)
10 Standards-Version: 3.8.4
11 Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/opencv/trunk/
12 Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/opencv/
13 Homepage: http://opencvlibrary.sourceforge.net/
14
15 Package: opencv-doc
16 Section: doc
17 Architecture: all
18 Depends: ${misc:Depends}
19 Conflicts: libopencv-doc
20 Replaces: libopencv-doc
21 Description: OpenCV documentation and examples
22  This package contains the OpenCV documentation and example programs.
23  .
24  The Open Computer Vision Library is a collection of algorithms and sample
25  code for various computer vision problems. The library is compatible with
26  IPL (Intel's Image Processing Library) and, if available, can use IPP
27  (Intel's Integrated Performance Primitives) for better performance.
28  .
29  OpenCV provides low level portable data types and operators, and a set
30  of high level functionalities for video acquisition, image processing and
31  analysis, structural analysis, motion analysis and object tracking, object
32  recognition, camera calibration and 3D reconstruction.
33
34 Package: libcv-dev
35 Section: libdevel
36 Architecture: any
37 Depends: ${shlibs:Depends}, libcv4 (= ${binary:Version}), pkg-config, ${misc:Depends}
38 Conflicts: libopencv-dev
39 Replaces: libopencv-dev
40 Description: development files for libcv
41  This package contains the header files and static library needed to compile
42  applications that use OpenCV (Open Computer Vision).
43  .
44  The Open Computer Vision Library is a collection of algorithms and sample
45  code for various computer vision problems. The library is compatible with
46  IPL (Intel's Image Processing Library) and, if available, can use IPP
47  (Intel's Integrated Performance Primitives) for better performance.
48  .
49  OpenCV provides low level portable data types and operators, and a set
50  of high level functionalities for video acquisition, image processing and
51  analysis, structural analysis, motion analysis and object tracking, object
52  recognition, camera calibration and 3D reconstruction.
53
54 Package: libcvaux-dev
55 Section: libdevel
56 Architecture: any
57 Depends: ${shlibs:Depends}, libcvaux4 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), pkg-config, ${misc:Depends}
58 Description: development files for libcvaux
59  This package contains the header files and static library needed to compile
60  applications that use the OpenCV (Open Computer Vision) extensions.
61  .
62  The Open Computer Vision Library is a collection of algorithms and sample
63  code for various computer vision problems. The library is compatible with
64  IPL (Intel's Image Processing Library) and, if available, can use IPP
65  (Intel's Integrated Performance Primitives) for better performance.
66  .
67  OpenCV provides low level portable data types and operators, and a set
68  of high level functionalities for video acquisition, image processing and
69  analysis, structural analysis, motion analysis and object tracking, object
70  recognition, camera calibration and 3D reconstruction.
71
72 Package: libhighgui-dev
73 Section: libdevel
74 Architecture: any
75 Depends: ${shlibs:Depends}, libhighgui4 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), libpng12-dev, libjpeg-dev, zlib1g-dev, libtiff4-dev, libgtk2.0-dev, libavcodec-dev (>= 0.cvs20050918-2), libavformat-dev, libswscale-dev, libjasper-dev, pkg-config, ${misc:Depends}
76 Description: development files for libhighgui
77  This package contains the header files and static library needed to compile
78  applications that use the OpenCV (Open Computer Vision) GUI.
79  .
80  The Open Computer Vision Library is a collection of algorithms and sample
81  code for various computer vision problems. The library is compatible with
82  IPL (Intel's Image Processing Library) and, if available, can use IPP
83  (Intel's Integrated Performance Primitives) for better performance.
84  .
85  OpenCV provides low level portable data types and operators, and a set
86  of high level functionalities for video acquisition, image processing and
87  analysis, structural analysis, motion analysis and object tracking, object
88  recognition, camera calibration and 3D reconstruction.
89
90 Package: libcv4
91 Section: libs
92 Architecture: any
93 Depends: ${shlibs:Depends}, ${misc:Depends}
94 Description: computer vision library
95  This package contains the OpenCV (Open Computer Vision) runtime libraries.
96  .
97  The Open Computer Vision Library is a collection of algorithms and sample
98  code for various computer vision problems. The library is compatible with
99  IPL (Intel's Image Processing Library) and, if available, can use IPP
100  (Intel's Integrated Performance Primitives) for better performance.
101  .
102  OpenCV provides low level portable data types and operators, and a set
103  of high level functionalities for video acquisition, image processing and
104  analysis, structural analysis, motion analysis and object tracking, object
105  recognition, camera calibration and 3D reconstruction.
106
107 Package: libcvaux4
108 Section: libs
109 Architecture: any
110 Depends: ${shlibs:Depends}, ${misc:Depends}
111 Description: computer vision extension library
112  This package contains the OpenCV (Open Computer Vision) extensions runtime
113  library.
114  .
115  The Open Computer Vision Library is a collection of algorithms and sample
116  code for various computer vision problems. The library is compatible with
117  IPL (Intel's Image Processing Library) and, if available, can use IPP
118  (Intel's Integrated Performance Primitives) for better performance.
119  .
120  OpenCV provides low level portable data types and operators, and a set
121  of high level functionalities for video acquisition, image processing and
122  analysis, structural analysis, motion analysis and object tracking, object
123  recognition, camera calibration and 3D reconstruction.
124
125 Package: libhighgui4
126 Section: libs
127 Architecture: any
128 Depends: ${shlibs:Depends}, ${misc:Depends}
129 Description: computer vision GUI library
130  This package contains the OpenCV (Open Computer Vision) GUI library.
131  .
132  The Open Computer Vision Library is a collection of algorithms and sample
133  code for various computer vision problems. The library is compatible with
134  IPL (Intel's Image Processing Library) and, if available, can use IPP
135  (Intel's Integrated Performance Primitives) for better performance.
136  .
137  OpenCV provides low level portable data types and operators, and a set
138  of high level functionalities for video acquisition, image processing and
139  analysis, structural analysis, motion analysis and object tracking, object
140  recognition, camera calibration and 3D reconstruction.
141
142 Package: python-opencv
143 Section: python
144 Architecture: any
145 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
146 Provides: ${python:Provides}
147 Replaces: python2.3-opencv (<= 0.9.7-3)
148 Conflicts: python2.3-opencv (<= 0.9.7-3)
149 Description: Python bindings for the computer vision library
150  This package contains Python bindings for the OpenCV (Open Computer Vision)
151  library.
152  .
153  The Open Computer Vision Library is a collection of algorithms and sample
154  code for various computer vision problems. The library is compatible with
155  IPL (Intel's Image Processing Library) and, if available, can use IPP
156  (Intel's Integrated Performance Primitives) for better performance.
157  .
158  OpenCV provides low level portable data types and operators, and a set
159  of high level functionalities for video acquisition, image processing and
160  analysis, structural analysis, motion analysis and object tracking, object
161  recognition, camera calibration and 3D reconstruction.
162