add package ftgl

This commit is contained in:
erkanisik1
2020-06-29 12:52:07 +03:00
parent 6e74bebce0
commit 758302eecc
6 changed files with 276 additions and 0 deletions
+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.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="8508f26c84001d7bc949246affa03744fa1fd22e" type="tarbz2">mirrors://sourceforge/ftgl/ftgl-2.1.3-rc5.tar.bz2</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="1">
<Date>2016-05-08</Date>
<Version>2.1.3_rc5</Version>
<Comment>First release</Comment>
<Name>Ali Algul(gulle)</Name>
<Email>aligulle3801@gmail.com</Email>
</Update>
</History>
</PISI>