X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=debian%2Fcontrol;h=7b265c9cfe4c13e63bfd38bb2e0649b80dc9530d;hp=7044d62e3f42649c707078c5eba452e0d498b15b;hb=refs%2Fheads%2Fmaster;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/debian/control b/debian/control index 7044d62..7b265c9 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,21 @@ Source: opencv Priority: optional Section: devel -Maintainer: Ubuntu MOTU Developers -XSBC-Original-Maintainer: Debian Scientific Computing Team -Uploaders: Sam Hocevar (Debian packages) -Build-Depends: debhelper (>= 5.0), libjpeg62-dev, zlib1g-dev, libpng12-dev, libtiff4-dev, libgtk2.0-dev -Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/opencv/ -XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/opencv/ +Maintainer: Debian Scientific Computing Team +Uploaders: Sam Hocevar (Debian packages) , Nobuhiro Iwamatsu +Build-Depends: debhelper (>= 5.0), quilt (>= 0.45-6osso2), + libavcodec-dev (>= 0.svn20080206), libavformat-dev, libswscale-dev, libgtk2.0-dev, + libjpeg62-dev, libpng12-dev, libtiff4-dev, + zlib1g-dev, python-dev (>= 2.5.2-3maemo4), swig, python-support (>= 0.4.1) +Standards-Version: 3.8.4 +Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/opencv/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/opencv/ +Homepage: http://opencvlibrary.sourceforge.net/ Package: opencv-doc Section: doc Architecture: all +Depends: ${misc:Depends} Conflicts: libopencv-doc Replaces: libopencv-doc Description: OpenCV documentation and examples @@ -30,7 +34,7 @@ Description: OpenCV documentation and examples Package: libcv-dev Section: libdevel Architecture: any -Depends: libcv1 (= ${Source-Version}), libcvaux-dev (= ${Source-Version}), libhighgui-dev (= ${Source-Version}), pkg-config +Depends: ${shlibs:Depends}, libcv4 (= ${binary:Version}), pkg-config, ${misc:Depends} Conflicts: libopencv-dev Replaces: libopencv-dev Description: development files for libcv @@ -50,7 +54,7 @@ Description: development files for libcv Package: libcvaux-dev Section: libdevel Architecture: any -Depends: libcvaux1 (= ${Source-Version}), libcv-dev (>= ${Source-Version}), pkg-config +Depends: ${shlibs:Depends}, libcvaux4 (= ${binary:Version}), libcv-dev (>= ${binary:Version}), pkg-config, ${misc:Depends} Description: development files for libcvaux This package contains the header files and static library needed to compile applications that use the OpenCV (Open Computer Vision) extensions. @@ -68,7 +72,7 @@ Description: development files for libcvaux Package: libhighgui-dev Section: libdevel Architecture: any -Depends: libhighgui1 (= ${Source-Version}), libcv-dev (>= ${Source-Version}), libpng12-dev, libjpeg-dev, zlib1g-dev, libtiff4-dev, libgtk2.0-dev, pkg-config +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} Description: development files for libhighgui This package contains the header files and static library needed to compile applications that use the OpenCV (Open Computer Vision) GUI. @@ -83,7 +87,7 @@ Description: development files for libhighgui analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. -Package: libcv1 +Package: libcv4 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -100,7 +104,7 @@ Description: computer vision library analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. -Package: libcvaux1 +Package: libcvaux4 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -118,7 +122,7 @@ Description: computer vision extension library analysis, structural analysis, motion analysis and object tracking, object recognition, camera calibration and 3D reconstruction. -Package: libhighgui1 +Package: libhighgui4 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} @@ -134,3 +138,25 @@ Description: computer vision GUI library 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: python-opencv +Section: python +Architecture: any +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Provides: ${python:Provides} +Replaces: python2.3-opencv (<= 0.9.7-3) +Conflicts: python2.3-opencv (<= 0.9.7-3) +Description: Python bindings for the computer vision library + This package contains Python bindings for the OpenCV (Open Computer Vision) + library. + . + 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. +