123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>proj</Name>
- <Homepage>https://proj.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>science.gis</PartOf>
- <License>MIT</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Cartographic Projections library</Summary>
- <Description>Proj.4 cartographic projection software with updated NAD27 grids.</Description>
- <Archive sha1sum="3e713e3f7bbd0e0211dda500bfc5b05364c45485" type="targz">https://download.osgeo.org/proj/proj-7.1.1.tar.gz</Archive>
- <Archive sha1sum="ede1c255adebb903f9ec33c5760ecb0df7b3b03c" type="targz" target="proj-7.1.1/nad">https://download.osgeo.org/proj/proj-datumgrid-1.8.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>curl-devel</Dependency>
- <Dependency>tiff-devel</Dependency>
- <Dependency>sqlite-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>proj</Name>
- <Summary>Cartographic Projections library</Summary>
- <RuntimeDependencies>
- <Dependency>tiff</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/proj</Path>
- </Files>
- </Package>
- <Package>
- <Name>proj-devel</Name>
- <Summary>Development files for proj</Summary>
- <RuntimeDependencies>
- <Dependency release="current">proj</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2023-11-05</Date>
- <Version>7.1.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-09-24</Date>
- <Version>7.1.1</Version>
- <Comment>Major version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-07</Date>
- <Version>5.1.0</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-04-15</Date>
- <Version>4.9.3</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>4.9.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-24</Date>
- <Version>4.9.2</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|