pspec.xml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gdal</Name>
  6. <Homepage>https://gdal.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>science.gis</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>A translator library for raster geospatial data formats (includes OGR support)</Summary>
  15. <Description>GDAL is a translator library for raster geospatial data formats which presents a single abstract data model to the calling application for all supported formats.</Description>
  16. <Archive sha1sum="3fedd60ac105946e51008c306721e27e01165e7c" type="targz">http://download.osgeo.org/gdal/3.7.3/gdal-3.7.3.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>swig</Dependency>
  20. <Dependency>curl-devel</Dependency>
  21. <Dependency>hdf5-devel</Dependency>
  22. <Dependency>geos-devel</Dependency>
  23. <Dependency>proj-devel</Dependency>
  24. <Dependency>tiff-devel</Dependency>
  25. <Dependency>expat-devel</Dependency>
  26. <Dependency>libpng-devel</Dependency>
  27. <Dependency>netcdf-devel</Dependency>
  28. <Dependency>sqlite-devel</Dependency>
  29. <Dependency>unixODBC-devel</Dependency>
  30. <Dependency>openjpeg2-devel</Dependency>
  31. <Dependency>libgeotiff-devel</Dependency>
  32. <Dependency>libspatialite-devel</Dependency>
  33. <Dependency>mariadb-lib</Dependency>
  34. <!-- for python bindings-->
  35. <Dependency>python3-devel</Dependency>
  36. <Dependency>python3-numpy</Dependency>
  37. <Dependency>python3-build</Dependency>
  38. <Dependency>python3-setuptools</Dependency>
  39. <!-- for building man files
  40. <Dependency>python3-devel</Dependency>
  41. <Dependency>python3-breathe</Dependency>
  42. <Dependency>python3-sphinx_rtd_theme</Dependency>
  43. -->
  44. </BuildDependencies>
  45. </Source>
  46. <Package>
  47. <Name>gdal</Name>
  48. <Summary>A translator library for raster geospatial data formats (includes OGR support)</Summary>
  49. <RuntimeDependencies>
  50. <Dependency>geos</Dependency>
  51. <Dependency>hdf5</Dependency>
  52. <Dependency>proj</Dependency>
  53. <Dependency>swig</Dependency>
  54. <Dependency>tiff</Dependency>
  55. <Dependency>expat</Dependency>
  56. <Dependency>libpng</Dependency>
  57. <Dependency>netcdf</Dependency>
  58. <Dependency>libfreexl</Dependency>
  59. <Dependency>openjpeg2</Dependency>
  60. <Dependency>libgeotiff</Dependency>
  61. <Dependency>unixODBC</Dependency>
  62. <Dependency>mariadb-lib</Dependency>
  63. <Dependency>libjpeg-turbo</Dependency>
  64. <Dependency>libspatialite</Dependency>
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="data">/usr/share</Path>
  68. <Path fileType="library">/usr/lib</Path>
  69. <Path fileType="executable">/usr/bin</Path>
  70. </Files>
  71. </Package>
  72. <Package>
  73. <Name>python-gdal</Name>
  74. <Summary>gdal python bindings</Summary>
  75. <RuntimeDependencies>
  76. <Dependency>python</Dependency>
  77. <Dependency>libgcc</Dependency>
  78. <Dependency>python3-numpy</Dependency>
  79. <Dependency release="current">gdal</Dependency>
  80. </RuntimeDependencies>
  81. <Files>
  82. <Path fileType="executable">/usr/bin/epsg_tr.py</Path>
  83. <Path fileType="executable">/usr/bin/pct2rgb.py</Path>
  84. <Path fileType="executable">/usr/bin/rgb2pct.py</Path>
  85. <Path fileType="executable">/usr/bin/esri2wkt.py</Path>
  86. <Path fileType="executable">/usr/bin/gcps2vec.py</Path>
  87. <Path fileType="executable">/usr/bin/gcps2wld.py</Path>
  88. <Path fileType="executable">/usr/bin/gdal2xyz.py</Path>
  89. <Path fileType="executable">/usr/bin/gdalmove.py</Path>
  90. <Path fileType="executable">/usr/bin/ogrmerge.py</Path>
  91. <Path fileType="executable">/usr/bin/gdal_auth.py</Path>
  92. <Path fileType="executable">/usr/bin/gdal_calc.py</Path>
  93. <Path fileType="executable">/usr/bin/gdal_edit.py</Path>
  94. <Path fileType="executable">/usr/bin/gdalident.py</Path>
  95. <Path fileType="executable">/usr/bin/gdal2tiles.py</Path>
  96. <Path fileType="executable">/usr/bin/gdal_merge.py</Path>
  97. <Path fileType="executable">/usr/bin/gdal_sieve.py</Path>
  98. <Path fileType="executable">/usr/bin/gdalchksum.py</Path>
  99. <Path fileType="executable">/usr/bin/gdalimport.py</Path>
  100. <Path fileType="executable">/usr/bin/gdal_retile.py</Path>
  101. <Path fileType="executable">/usr/bin/gdalcompare.py</Path>
  102. <Path fileType="executable">/usr/bin/mkgraticule.py</Path>
  103. <Path fileType="executable">/usr/bin/gdal_proximity.py</Path>
  104. <Path fileType="executable">/usr/bin/gdal_fillnodata.py</Path>
  105. <Path fileType="executable">/usr/bin/gdal_pansharpen.py</Path>
  106. <Path fileType="executable">/usr/bin/gdal_polygonize.py</Path>
  107. <Path fileType="executable">/usr/bin/ogr_layer_algebra.py</Path>
  108. <Path fileType="executable">/usr/bin/gdalattachpct.py</Path>
  109. <Path fileType="header">/usr/lib/python3*</Path>
  110. </Files>
  111. </Package>
  112. <Package>
  113. <Name>gdal-devel</Name>
  114. <Summary>Development files for gdal</Summary>
  115. <RuntimeDependencies>
  116. <Dependency release="current">gdal</Dependency>
  117. </RuntimeDependencies>
  118. <Files>
  119. <Path fileType="header">/usr/include</Path>
  120. <Path fileType="man">/usr/share/man/man3</Path>
  121. </Files>
  122. </Package>
  123. <History>
  124. <Update release="8">
  125. <Date>2023-11-04</Date>
  126. <Version>3.7.3</Version>
  127. <Comment>Version bump.</Comment>
  128. <Name>Mustafa Cinasal</Name>
  129. <Email>muscnsl@gmail.com</Email>
  130. </Update>
  131. <Update release="7">
  132. <Date>2020-09-24</Date>
  133. <Version>3.1.3</Version>
  134. <Comment>Major version bump.</Comment>
  135. <Name>Blue Devil</Name>
  136. <Email>bluedevil@sctzine.com</Email>
  137. </Update>
  138. <Update release="6">
  139. <Date>2019-02-07</Date>
  140. <Version>2.3.1</Version>
  141. <Comment>Version Bump</Comment>
  142. <Name>Mustafa Cinasal</Name>
  143. <Email>muscnsl@gmail.com</Email>
  144. </Update>
  145. <Update release="5">
  146. <Date>2018-02-15</Date>
  147. <Version>2.2.3</Version>
  148. <Comment>Version Bump</Comment>
  149. <Name>Mustafa Cinasal</Name>
  150. <Email>muscnsl@gmail.com</Email>
  151. </Update>
  152. <Update release="4">
  153. <Date>2018-02-14</Date>
  154. <Version>2.2.0</Version>
  155. <Comment>Rebuild</Comment>
  156. <Name>Mustafa Cinasal</Name>
  157. <Email>muscnsl@gmail.com</Email>
  158. </Update>
  159. <Update release="3">
  160. <Date>2017-05-30</Date>
  161. <Version>2.2.0</Version>
  162. <Comment>Version Bump</Comment>
  163. <Name>Mustafa Cinasal</Name>
  164. <Email>muscnsl@gmail.com</Email>
  165. </Update>
  166. <Update release="2">
  167. <Date>2016-06-09</Date>
  168. <Version>2.0.2</Version>
  169. <Comment>Release Bump</Comment>
  170. <Name>Pisi Linux Community</Name>
  171. <Email>admin@pisilinux.org</Email>
  172. </Update>
  173. <Update release="1">
  174. <Date>2016-02-24</Date>
  175. <Version>2.0.2</Version>
  176. <Comment>First release</Comment>
  177. <Name>Ertuğrul Erata</Name>
  178. <Email>ertugrulerata@gmail.com</Email>
  179. </Update>
  180. </History>
  181. </PISI>