105 lines
4.1 KiB
XML
105 lines
4.1 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>opencv</Name>
|
|
<Homepage>http://opencv.willowgarage.com/wiki</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>BSD</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Computer vision library</Summary>
|
|
<Description>opencv is a programming library mainly aimed at the real time computer vision. Example applications are human-computer interaction, object identification, face recognition, motion tracking, mobile robotics.</Description>
|
|
<Archive sha1sum="5022f51933d8888965c5f7a3b78813a41ec0b72d" type="targz">https://github.com/opencv/opencv/archive/2.4.13.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>cmake</Dependency>
|
|
<Dependency>gtk2-devel</Dependency>
|
|
<Dependency>libv4l-devel</Dependency>
|
|
<Dependency>openexr-libs</Dependency>
|
|
<Dependency>jasper-devel</Dependency>
|
|
<Dependency>lapack-devel</Dependency>
|
|
<Dependency>ilmbase-devel</Dependency>
|
|
<Dependency>openexr-devel</Dependency>
|
|
<Dependency>lapack-devel</Dependency>
|
|
<Dependency>xine-lib-devel</Dependency>
|
|
<Dependency>libdc1394-devel</Dependency>
|
|
<Dependency>gstreamer-devel</Dependency>
|
|
<Dependency>libjpeg-turbo-devel</Dependency>
|
|
<Dependency>gst-plugins-base-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>opencv</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>gtk2</Dependency>
|
|
<Dependency>zlib</Dependency>
|
|
<Dependency>glib2</Dependency>
|
|
<Dependency>jasper</Dependency>
|
|
<Dependency>libgcc</Dependency>
|
|
<Dependency>libpng</Dependency>
|
|
<Dependency>libv4l</Dependency>
|
|
<Dependency>ilmbase</Dependency>
|
|
<Dependency>openexr-libs</Dependency>
|
|
<Dependency>xine-lib</Dependency>
|
|
<Dependency>libdc1394</Dependency>
|
|
<Dependency>gstreamer</Dependency>
|
|
<Dependency>gst-plugins-base</Dependency>
|
|
<Dependency>libjpeg-turbo</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="doc">/usr/share/OpenCV</Path>
|
|
<Path fileType="data">/usr/share/opencv</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>opencv-docs</Name>
|
|
<Summary>Computer vision library documents and examples</Summary>
|
|
<Files>
|
|
<Path fileType="doc">/usr/share/doc/opencv</Path>
|
|
<Path fileType="doc">/usr/share/doc/opencv/samples</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>opencv-devel</Name>
|
|
<Summary>Development files for opencv</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">opencv</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="header">/usr/include</Path>
|
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="3">
|
|
<Date>2016-11-06</Date>
|
|
<Version>2.4.13</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Stefan Gronewold(groni)</Name>
|
|
<Email>groni@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2016-06-09</Date>
|
|
<Version>2.4.11</Version>
|
|
<Comment>Release Bump</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2015-09-15</Date>
|
|
<Version>2.4.11</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Ayhan Yalçınsoy</Name>
|
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|