Sat, 01 Apr 2023 16:54:11 EDT

Information for build libotf-0.9.11-1.ru

ID2035
Package Namelibotf
Version0.9.11
Release1.ru
Epoch
SummaryA Library for handling OpenType Font
DescriptionThe library "libotf" provides the following facilites. Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. Convert a Unicode character sequence to a glyph code sequence by using the above tables. The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts. This library is currently used by the m17n library. It seems that the probject Free Type Layout provides the similar (or better) facility as this library, but currently they have not yet released their library. So, we have developed this one.
Built byorcan
State complete
StartedMon, 19 Jul 2010 10:45:27 EDT
CompletedMon, 19 Jul 2010 10:51:28 EDT
Taskbuild (centos5-rutgers-staging, libotf-0.9.11-1.ru.src.rpm)
Tags
centos5-rutgers
centos5-rutgers-staging
centos5-rutgers-testing
RPMs
src
libotf-0.9.11-1.ru.src.rpm (info) (download)
i386 (build logs)
libotf-0.9.11-1.ru.i386.rpm (info) (download)
libotf-devel-0.9.11-1.ru.i386.rpm (info) (download)
libotf-debuginfo-0.9.11-1.ru.i386.rpm (info) (download)
x86_64 (build logs)
libotf-0.9.11-1.ru.x86_64.rpm (info) (download)
libotf-devel-0.9.11-1.ru.x86_64.rpm (info) (download)
libotf-debuginfo-0.9.11-1.ru.x86_64.rpm (info) (download)
Changelog * Mon Jul 19 2010 Orcan Ogetbil <orcan@nbcs.rutgers.edu> - CentOS port * Wed May 19 2010 Neal Becker <ndbecker2@gmail.com> - 0.9.11-1 - Update to 0.9.11 * Sat Oct 24 2009 Neal Becker <ndbecker2@gmail.com> - 0.9.9-3 - Add BR libXaw-devel (BR 530586) * Fri Oct 09 2009 Neal Becker <ndbecker2@gmail.com> - 0.9.9-2 - Remove libotf-config (just just pkg-config instead) - Remove example/Makefile to fix multilib conflict * Tue Aug 25 2009 Neal Becker <ndbecker2@gmail.com> - 0.9.9-1 - Update to 0.9.9 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Aug 08 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.8-1 - Update to 0.9.8 * Mon Apr 14 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.7-4 - Remove .deps from example * Fri Mar 28 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.7-3 - Change to LGPLv2+ - Add examples * Wed Mar 26 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.7-2 - Cleanup suggestions from panemade at gmail dot com * Tue Mar 25 2008 Neal Becker <ndbecker2@gmail.com> - 0.9.7-1 - Initial