123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ftgl</Name>
- <Homepage>http://ftgl.sourceforge.net</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MIT</License>
- <IsA>library</IsA>
- <Summary>Font rendering library for OpenGL</Summary>
- <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>
- <Archive sha1sum="2b2cd9dd1d7b66f9da716423d8ce823588c64962" type="targz">https://github.com/frankheckenbach/ftgl/archive/v2.4.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>freeglut-devel</Dependency>
- <Dependency>mesa-devel</Dependency>
- <Dependency>mesa-glu-devel</Dependency>
- <Dependency>freetype-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">ftgl-2.1.3-rc5-ldflags.patch</Patch>
- <Patch level="1">ftgl-2.1.3-rc5-ttf_font.patch</Patch>
- <Patch>gentoo_build.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>ftgl</Name>
- <RuntimeDependencies>
- <Dependency>mesa</Dependency>
- <Dependency>mesa-glu</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>freetype</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>ftgl-devel</Name>
- <Summary>Development files for ftgl</Summary>
- <RuntimeDependencies>
- <Dependency release="current">ftgl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2021-03-19</Date>
- <Version>2.4.0</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>wascheme@tuta.ii</Email>
- </Update>
- <Update release="1">
- <Date>2020-06-29</Date>
- <Version>2.1.3_rc5</Version>
- <Comment>First release</Comment>
- <Name>Ali Algul(gulle)</Name>
- <Email>aligulle3801@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|