Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37563563
en ru br
Репозитории ALT

Группа :: Разработка/Python
Пакет: python-module-ttfquery

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname TTFQuery
Name: python-module-ttfquery
Version: 1.0.1
Release: alt2

Summary: FontTools-based package for querying system fonts

Group: Development/Python
License: BSD-like
Url: http://ttfquery.sourceforge.net/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://downloads.sourceforge.net/ttfquery/%oname-%version.tar.gz

BuildArch: noarch

%setup_python_module %oname

BuildPreReq: rpm-build-compat >= 1.2

BuildRequires: python-devel python-module-setuptools python-module-fonttools

%description
TTFQuery builds on the FontTools package to allow the Python programmer
to accomplish a number of tasks:

 * query the system to find installed fonts
 * retrieve metadata about any TTF font file (even those not yet
   installed)
     o abstract family type
     o proper font name
     o glyph outlines
 * build simple metadata registries for run-time font matching

With these functionalities, it is possible to readily
create OpenGL solid-text rendering libraries which
can accept abstract font-family names as font specifiers
and deliver platform-specific TTF files to match those libraries.

TTFQuery doesn't provide rendering services, but a sample
implementation can be found in the OpenGLContext project, from
which TTFQuery was refactored.

%prep
%setup -n %oname-%version

%build
%python_build

%install
%python_install

%files
%doc license.txt
%python_sitelibdir/ttfquery/
%python_sitelibdir/*egg-info/

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin