pspec.xml 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>opencv</Name>
  6. <Homepage>http://opencv.willowgarage.com/wiki</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>Computer vision library</Summary>
  14. <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>
  15. <Archive sha1sum="ed6ba1a2fbb4868343495757079cd60f3a6096d5" type="targz">https://github.com/opencv/opencv/archive/3.2.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>gtk2-devel</Dependency>
  19. <Dependency>cairo-devel</Dependency>
  20. <Dependency>libv4l-devel</Dependency>
  21. <Dependency>openexr-libs</Dependency>
  22. <Dependency>jasper-devel</Dependency>
  23. <Dependency>ilmbase-devel</Dependency>
  24. <Dependency>openexr-devel</Dependency>
  25. <Dependency>lapack-devel</Dependency>
  26. <Dependency>python-numpy</Dependency>
  27. <Dependency>python-devel</Dependency>
  28. <Dependency>xine-lib-devel</Dependency>
  29. <Dependency>libdc1394-devel</Dependency>
  30. <Dependency>gstreamer-devel</Dependency>
  31. <Dependency>gdk-pixbuf-devel</Dependency>
  32. <Dependency>libjpeg-turbo-devel</Dependency>
  33. <Dependency>gst-plugins-base-devel</Dependency>
  34. </BuildDependencies>
  35. </Source>
  36. <Package>
  37. <Name>opencv</Name>
  38. <RuntimeDependencies>
  39. <Dependency>gtk2</Dependency>
  40. <Dependency>cairo</Dependency>
  41. <Dependency>zlib</Dependency>
  42. <Dependency>glib2</Dependency>
  43. <Dependency>jasper</Dependency>
  44. <Dependency>libgcc</Dependency>
  45. <Dependency>libpng</Dependency>
  46. <Dependency>libv4l</Dependency>
  47. <Dependency>ilmbase</Dependency>
  48. <Dependency>openexr-libs</Dependency>
  49. <Dependency>xine-lib</Dependency>
  50. <Dependency>libdc1394</Dependency>
  51. <Dependency>gstreamer</Dependency>
  52. <Dependency>gdk-pixbuf</Dependency>
  53. <Dependency>gst-plugins-base</Dependency>
  54. <Dependency>libjpeg-turbo</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="library">/usr/lib</Path>
  58. <Path fileType="executable">/usr/bin</Path>
  59. <Path fileType="doc">/usr/share/OpenCV</Path>
  60. <Path fileType="data">/usr/share/opencv</Path>
  61. </Files>
  62. </Package>
  63. <Package>
  64. <Name>opencv-docs</Name>
  65. <Summary>Computer vision library documents and examples</Summary>
  66. <Files>
  67. <Path fileType="doc">/usr/share/doc/opencv</Path>
  68. <Path fileType="doc">/usr/share/doc/opencv/samples</Path>
  69. </Files>
  70. </Package>
  71. <Package>
  72. <Name>opencv-devel</Name>
  73. <Summary>Development files for opencv</Summary>
  74. <RuntimeDependencies>
  75. <Dependency release="current">opencv</Dependency>
  76. </RuntimeDependencies>
  77. <Files>
  78. <Path fileType="header">/usr/include</Path>
  79. <Path fileType="library">/usr/lib/pkgconfig</Path>
  80. </Files>
  81. </Package>
  82. <History>
  83. <Update release="6">
  84. <Date>2017-09-22</Date>
  85. <Version>3.2.0</Version>
  86. <Comment>Release bump.</Comment>
  87. <Name>Kamil Atlı</Name>
  88. <Email>suvari@pisilinux.org</Email>
  89. </Update>
  90. <Update release="5">
  91. <Date>2017-07-07</Date>
  92. <Version>3.2.0</Version>
  93. <Comment>Release bump</Comment>
  94. <Name>Ayhan Yalçınsoy</Name>
  95. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  96. </Update>
  97. <Update release="4">
  98. <Date>2017-04-17</Date>
  99. <Version>3.2.0</Version>
  100. <Comment>Version bump</Comment>
  101. <Name>Ayhan Yalçınsoy</Name>
  102. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  103. </Update>
  104. <Update release="3">
  105. <Date>2016-11-06</Date>
  106. <Version>2.4.13</Version>
  107. <Comment>Version bump.</Comment>
  108. <Name>Stefan Gronewold(groni)</Name>
  109. <Email>groni@pisilinux.org</Email>
  110. </Update>
  111. <Update release="2">
  112. <Date>2016-06-09</Date>
  113. <Version>2.4.11</Version>
  114. <Comment>Release Bump</Comment>
  115. <Name>Pisi Linux Community</Name>
  116. <Email>admin@pisilinux.org</Email>
  117. </Update>
  118. <Update release="1">
  119. <Date>2015-09-15</Date>
  120. <Version>2.4.11</Version>
  121. <Comment>First release</Comment>
  122. <Name>Ayhan Yalçınsoy</Name>
  123. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  124. </Update>
  125. </History>
  126. </PISI>