pspec.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>sdl-ttf</Name>
  6. <Homepage>http://www.libsdl.org/projects/SDL_ttf/</Homepage>
  7. <Packager>
  8. <Name>Mathias Freire</Name>
  9. <Email>mathiasfreire45@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>TrueType font support for SDL2</Summary>
  14. <Description>SDL_ttf is a TrueType font rendering library that is used with the SDL library, and almost as portable.</Description>
  15. <Archive sha1sum="0ccf7c70e26b7801d83f4847766e09f09db15cc6" type="targz">http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libsdl-devel</Dependency>
  18. <Dependency>freetype-devel</Dependency>
  19. <Dependency>libtool</Dependency>
  20. <Dependency>libICE-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>sdl-ttf</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libsdl</Dependency>
  27. <Dependency>harfbuzz</Dependency>
  28. <Dependency>freetype</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>sdl-ttf-devel</Name>
  37. <Summary>Development files for sdl-ttf</Summary>
  38. <RuntimeDependencies>
  39. <Dependency>libsdl-devel</Dependency>
  40. <Dependency release="current">sdl-ttf</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>sdl-ttf-32bit</Name>
  50. <PartOf>emul32</PartOf>
  51. <Summary>32-bit shared libraries for sdl-ttf</Summary>
  52. <BuildType>emul32</BuildType>
  53. <BuildDependencies>
  54. <Dependency>libsdl-32bit</Dependency>
  55. <Dependency>freetype-32bit</Dependency>
  56. </BuildDependencies>
  57. <RuntimeDependencies>
  58. <Dependency>libpng-32bit</Dependency>
  59. <Dependency>libsdl-32bit</Dependency>
  60. <Dependency>harfbuzz-32bit</Dependency>
  61. <Dependency>freetype-32bit</Dependency>
  62. <Dependency release="current">sdl-ttf</Dependency>
  63. </RuntimeDependencies>
  64. <Files>
  65. <Path fileType="library">/usr/lib32/</Path>
  66. </Files>
  67. </Package>
  68. <History>
  69. <Update release="6">
  70. <Date>2020-03-07</Date>
  71. <Version>2.0.11</Version>
  72. <Comment>Rebuild New T.</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="5">
  77. <Date>2018-08-29</Date>
  78. <Version>2.0.11</Version>
  79. <Comment>Rebuild New T.</Comment>
  80. <Name>Mustafa Cinasal</Name>
  81. <Email>muscnsl@gmail.com</Email>
  82. </Update>
  83. <Update release="4">
  84. <Date>2017-03-09</Date>
  85. <Version>2.0.11</Version>
  86. <Comment>Rebuild for new toolchain.</Comment>
  87. <Name>Stefan Gronewold (groni)</Name>
  88. <Email>groni@pisilinux.org</Email>
  89. </Update>
  90. <Update release="3">
  91. <Date>2016-11-24</Date>
  92. <Version>2.0.14</Version>
  93. <Comment>Rebuild for Pisi Linux 2.0</Comment>
  94. <Name>Stefan Gronewold (groni)</Name>
  95. <Email>groni@pisilinux.org</Email>
  96. </Update>
  97. <Update release="2">
  98. <Date>2016-06-09</Date>
  99. <Version>2.0.14</Version>
  100. <Comment>Release Bump</Comment>
  101. <Name>Pisi Linux Community</Name>
  102. <Email>admin@pisilinux.org</Email>
  103. </Update>
  104. <Update release="1">
  105. <Date>2016-04-11</Date>
  106. <Version>2.0.14</Version>
  107. <Comment>First release</Comment>
  108. <Name>Mathias Freire</Name>
  109. <Email>mathiasfreire45@gmail.com</Email>
  110. </Update>
  111. </History>
  112. </PISI>