123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- <?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="ed6ba1a2fbb4868343495757079cd60f3a6096d5" type="targz">https://github.com/opencv/opencv/archive/3.2.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>libv4l-devel</Dependency>
- <Dependency>openexr-libs</Dependency>
- <Dependency>jasper-devel</Dependency>
- <Dependency>ilmbase-devel</Dependency>
- <Dependency>openexr-devel</Dependency>
- <Dependency>lapack-devel</Dependency>
- <Dependency>python-numpy</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>xine-lib-devel</Dependency>
- <Dependency>libdc1394-devel</Dependency>
- <Dependency>gstreamer-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>libjpeg-turbo-devel</Dependency>
- <Dependency>gst-plugins-base-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>opencv</Name>
- <RuntimeDependencies>
- <Dependency>gtk2</Dependency>
- <Dependency>cairo</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>gdk-pixbuf</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="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2017-09-22</Date>
- <Version>3.2.0</Version>
- <Comment>Release bump.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2017-07-07</Date>
- <Version>3.2.0</Version>
- <Comment>Release bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2017-04-17</Date>
- <Version>3.2.0</Version>
- <Comment>Version bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <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>
|