pspec.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>giflib</Name>
  6. <Homepage>https://sourceforge.net/projects/giflib/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>Library to handle, display and manipulate GIF images</Summary>
  14. <Description>The giflib package contains a shared library of functions for loading and saving GIF format image files. It is API and ABI compatible with libungif, the library which supported uncompressed GIFs while the Unisys LZW patent was in effect.</Description>
  15. <Archive sha1sum="c3f774dcbdf26afded7788979c8081d33c6426dc" type="targz">mirrors://sourceforge/giflib/giflib-5.2.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <!--<Dependency>libXt-devel</Dependency>
  18. <Dependency>libSM-devel</Dependency>
  19. <Dependency>libICE-devel</Dependency>-->
  20. </BuildDependencies>
  21. <Patches>
  22. <Patch level="1">giflib-5.1.9-fix-missing-quantize-API-symbols.patch</Patch>
  23. <Patch level="1">giflib-5.1.9-make-flags.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>giflib</Name>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>giflib-devel</Name>
  37. <RuntimeDependencies>
  38. <Dependency release="current">giflib</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. <Path fileType="doc">/usr/share/doc/giflib/html</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>giflib-32bit</Name>
  47. <!-- <PartOf>emul32</PartOf> -->
  48. <Summary>32-bit shared libraries for giflib</Summary>
  49. <!-- <BuildType>emul32</BuildType> -->
  50. <BuildDependencies>
  51. <!--<Dependency>libXt-32bit</Dependency>
  52. <Dependency>libSM-32bit</Dependency>
  53. <Dependency>libICE-32bit</Dependency>-->
  54. </BuildDependencies>
  55. <RuntimeDependencies>
  56. <Dependency release="current">giflib</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="library">/usr/lib32</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="7">
  64. <Date>2020-01-18</Date>
  65. <Version>5.2.1</Version>
  66. <Comment>Rebuild.</Comment>
  67. <Name>Mustafa Cinasal</Name>
  68. <Email>muscnsl@gmail.com</Email>
  69. </Update>
  70. <Update release="6">
  71. <Date>2019-09-30</Date>
  72. <Version>5.2.1</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>Mustafa Cinasal</Name>
  75. <Email>muscnsl@gmail.com</Email>
  76. </Update>
  77. <Update release="5">
  78. <Date>2018-07-28</Date>
  79. <Version>5.1.4</Version>
  80. <Comment>Rebuild.</Comment>
  81. <Name>Pisi Linux Community</Name>
  82. <Email>admin@pisilinux.org</Email>
  83. </Update>
  84. <Update release="4">
  85. <Date>2017-02-05</Date>
  86. <Version>5.1.4</Version>
  87. <Comment>Version Bump</Comment>
  88. <Name>Pisi Linux Community</Name>
  89. <Email>admin@pisilinux.org</Email>
  90. </Update>
  91. <Update release="3">
  92. <Date>2016-06-09</Date>
  93. <Version>5.0.6</Version>
  94. <Comment>Release Bump</Comment>
  95. <Name>Pisi Linux Community</Name>
  96. <Email>admin@pisilinux.org</Email>
  97. </Update>
  98. <Update release="2">
  99. <Date>2016-05-25</Date>
  100. <Version>5.0.6</Version>
  101. <Comment>Release bump</Comment>
  102. <Name>Serdar Soytetir</Name>
  103. <Email>kaptan@pisilinux.org</Email>
  104. </Update>
  105. <Update release="1">
  106. <Date>2014-05-20</Date>
  107. <Version>5.0.6</Version>
  108. <Comment>First release</Comment>
  109. <Name>Serdar Soytetir</Name>
  110. <Email>kaptan@pisilinux.org</Email>
  111. </Update>
  112. </History>
  113. </PISI>