pspec.xml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pdal</Name>
  6. <Homepage>http://www.pdal.io</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Icon>pdal</Icon>
  15. <Summary>PDAL is Point Data Abstraction Library.</Summary>
  16. <Description>PDAL is a C++ library for translating and manipulating point cloud data. It is very much like the GDAL library which handles raster and vector data. The About page provides high level overview of the library and its philosophy.</Description>
  17. <Archive sha1sum="9b5c74e03c83507a26f9c59a4532a3623eaefbbb" type="targz">https://github.com/PDAL/PDAL/releases/download/2.5.6/PDAL-2.5.6-src.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>ninja</Dependency>
  21. <Dependency>eigen3</Dependency>
  22. <Dependency>doxygen</Dependency>
  23. <Dependency>gdal-devel</Dependency>
  24. <Dependency>curl-devel</Dependency>
  25. <Dependency>zstd-devel</Dependency>
  26. <Dependency>geos-devel</Dependency>
  27. <Dependency>hdf5-devel</Dependency>
  28. <Dependency>zlib-devel</Dependency>
  29. <Dependency>qhull-devel</Dependency>
  30. <Dependency>boost-devel</Dependency>
  31. <Dependency>netcdf-devel</Dependency>
  32. <Dependency>python-numpy</Dependency>
  33. <Dependency>sqlite-devel</Dependency>
  34. <Dependency>python3-devel</Dependency>
  35. <Dependency>libxml2-devel</Dependency>
  36. <Dependency>jsoncpp-devel</Dependency>
  37. <Dependency>openssl-devel</Dependency>
  38. <Dependency>postgresql-lib</Dependency>
  39. <Dependency>python3-sphinx</Dependency>
  40. <Dependency>python3-breathe</Dependency>
  41. <Dependency>libunwind-devel</Dependency>
  42. <Dependency>libgeotiff-devel</Dependency>
  43. <Dependency>postgresql-server</Dependency>
  44. <Dependency>OpenSceneGraph-devel</Dependency>
  45. <Dependency>python3-sphinx_rtd_theme</Dependency>
  46. </BuildDependencies>
  47. <Patches>
  48. <!-- <Patch>PDAL_sphinxconf.patch </Patch> -->
  49. <!-- <Patch>PDAL_unbundle.patch</Patch> -->
  50. </Patches>
  51. </Source>
  52. <Package>
  53. <Name>pdal</Name>
  54. <RuntimeDependencies>
  55. <Dependency>curl</Dependency>
  56. <Dependency>gdal</Dependency>
  57. <Dependency>zlib</Dependency>
  58. <Dependency>zstd</Dependency>
  59. <Dependency>libgcc</Dependency>
  60. <Dependency>libxml2</Dependency>
  61. <Dependency>openssl</Dependency>
  62. <Dependency>libunwind</Dependency>
  63. <Dependency>libgeotiff</Dependency>
  64. <Dependency>postgresql-lib</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="executable">/usr/bin</Path>
  68. <Path fileType="doc">/usr/share/doc</Path>
  69. <Path fileType="data">/usr/share/bash-completion/completions/pdal</Path>
  70. <Path fileType="library">/usr/lib/libpdal_base.so*</Path>
  71. <Path fileType="library">/usr/lib/libpdal_plugin_kernel_fauxplugin.so*</Path>
  72. <Path fileType="library">/usr/lib/libpdal_plugin_reader_pgpointcloud.so*</Path>
  73. <Path fileType="library">/usr/lib/libpdal_util.so*</Path>
  74. <Path fileType="library">/usr/lib/libpdal_plugin_writer_pgpointcloud.so*</Path>
  75. <Path fileType="library">/usr/lib/libpdalcpp.so</Path>
  76. </Files>
  77. </Package>
  78. <Package>
  79. <Name>pdal-devel</Name>
  80. <Summary>Development files for pdal</Summary>
  81. <RuntimeDependencies>
  82. <Dependency>gdal</Dependency>
  83. <Dependency>libxml2-devel</Dependency>
  84. <Dependency release="current">pdal</Dependency>
  85. </RuntimeDependencies>
  86. <Files>
  87. <Path fileType="header">/usr/include</Path>
  88. <Path fileType="library">/usr/lib/cmake/PDAL</Path>
  89. <Path fileType="library">/usr/lib/pkgconfig</Path>
  90. </Files>
  91. </Package>
  92. <History>
  93. <Update release="3">
  94. <Date>2023-11-05</Date>
  95. <Version>2.5.6</Version>
  96. <Comment>Version bump.</Comment>
  97. <Name>Mustafa Cinasal</Name>
  98. <Email>muscnsl@gmail.com</Email>
  99. </Update>
  100. <Update release="2">
  101. <Date>2023-11-01</Date>
  102. <Version>2.4.3</Version>
  103. <Comment>Rebuild</Comment>
  104. <Name>Kamil Atlı</Name>
  105. <Email>suvari@pisilinux.org</Email>
  106. </Update>
  107. <Update release="1">
  108. <Date>2022-08-06</Date>
  109. <Version>2.4.3</Version>
  110. <Comment>First release</Comment>
  111. <Name>Kamil Atlı</Name>
  112. <Email>suvari@pisilinux.org</Email>
  113. </Update>
  114. </History>
  115. </PISI>