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