pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ftgl</Name>
  6. <Homepage>http://ftgl.sourceforge.net</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>Font rendering library for OpenGL</Summary>
  14. <Description>FTGL is a free, open source library to enable developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts.</Description>
  15. <Archive sha1sum="2b2cd9dd1d7b66f9da716423d8ce823588c64962" type="targz">https://github.com/frankheckenbach/ftgl/archive/v2.4.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>freeglut-devel</Dependency>
  18. <Dependency>mesa-devel</Dependency>
  19. <Dependency>mesa-glu-devel</Dependency>
  20. <Dependency>freetype-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch level="1">ftgl-2.1.3-rc5-ldflags.patch</Patch>
  24. <Patch level="1">ftgl-2.1.3-rc5-ttf_font.patch</Patch>
  25. <Patch>gentoo_build.patch</Patch> -->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>ftgl</Name>
  30. <RuntimeDependencies>
  31. <Dependency>mesa</Dependency>
  32. <Dependency>mesa-glu</Dependency>
  33. <Dependency>libgcc</Dependency>
  34. <Dependency>freetype</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>ftgl-devel</Name>
  43. <Summary>Development files for ftgl</Summary>
  44. <RuntimeDependencies>
  45. <Dependency release="current">ftgl</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="2">
  54. <Date>2021-03-19</Date>
  55. <Version>2.4.0</Version>
  56. <Comment>Version bump</Comment>
  57. <Name>fury</Name>
  58. <Email>wascheme@tuta.ii</Email>
  59. </Update>
  60. <Update release="1">
  61. <Date>2020-06-29</Date>
  62. <Version>2.1.3_rc5</Version>
  63. <Comment>First release</Comment>
  64. <Name>Ali Algul(gulle)</Name>
  65. <Email>aligulle3801@gmail.com</Email>
  66. </Update>
  67. </History>
  68. </PISI>