pspec.xml 4.5 KB

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