pspec.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>t1lib</Name>
  6. <Homepage>ftp://metalab.unc.edu/pub/Linux/libs/graphics/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>A Type 1 Font Rasterizer Library for UNIX/X11</Summary>
  14. <Description>t1lib is a library written in the C programming language allowing a programmer to generate bitmaps from Adobe (TM) Type 1 fonts quite easily. These bitmaps are returned in a data structure with type GLYPH. This special GLYPH-type is also used in the X11 window system to describe character bitmaps. It contains the bitmap data as well as some metric information. But t1lib is in itself entirely independent of the X11-system or any other graphical user interface.</Description>
  15. <Archive sha1sum="4b4fc22c8688eefaaa8cfc990f0039f95f4287de" type="targz">https://www.ibiblio.org/pub/Linux/libs/graphics/t1lib-5.1.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libXmu-devel</Dependency>
  18. <Dependency>libICE-devel</Dependency>
  19. <Dependency>libXt-devel</Dependency>
  20. <Dependency>libXpm-devel</Dependency>
  21. <Dependency>libXext-devel</Dependency>
  22. <Dependency>libSM-devel</Dependency>
  23. <Dependency>libXaw-devel</Dependency>
  24. </BuildDependencies>
  25. <Patches>
  26. <Patch level="1">parallel.patch</Patch>
  27. <Patch level="1">t1lib-5.1.2-format-security.patch</Patch>
  28. <Patch level="1">t1lib-5.1.2-CVE-2010-2642_2011-0433_2011-5244.patch</Patch>
  29. <Patch level="1">t1lib-5.1.2-cve-2011-0764.patch</Patch>
  30. <Patch level="1">t1lib-5.1.2-CVE-2011-1552_1553_1554.patch</Patch>
  31. </Patches>
  32. </Source>
  33. <Package>
  34. <Name>t1lib</Name>
  35. <RuntimeDependencies>
  36. <Dependency>libXmu</Dependency>
  37. <Dependency>libICE</Dependency>
  38. <Dependency>libXt</Dependency>
  39. <Dependency>libXpm</Dependency>
  40. <Dependency>libXext</Dependency>
  41. <Dependency>libSM</Dependency>
  42. <Dependency>libXaw</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/bin</Path>
  46. <Path fileType="config">/etc/t1lib</Path>
  47. <Path fileType="doc">/usr/share/doc/t1lib</Path>
  48. <Path fileType="library">/usr/lib</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>t1lib-devel</Name>
  53. <Summary>Development files for t1lib</Summary>
  54. <RuntimeDependencies>
  55. <Dependency release="current">t1lib</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="header">/usr/include</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="1" type="security">
  63. <Date>2020-03-20</Date>
  64. <Version>5.1.2</Version>
  65. <Comment>First release</Comment>
  66. <Name>Pisi Linux Admins</Name>
  67. <Email>admins@pisilinux.org</Email>
  68. </Update>
  69. </History>
  70. </PISI>