Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37561887
en ru br
Репозитории ALT
5.1: 2.1.2-alt1
4.1: 2.1.2-alt1
4.0: 2.0.11-alt1
3.0: 2.0.11-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libftgl

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

Name: libftgl
Version: 2.0.11
Release: alt1

Summary: Library for using fonts in OpenGL applications
License: LGPL/BSD-like
Group: System/Libraries
Url: http://www.wxwidgets.org/
Packager: Andrey Astafiev <andrei at altlinux.ru>

Source: ftgl-%version.tar.bz2

# Automatically added by buildreq on Mon Jan 24 2005

BuildRequires: doxygen freetype2-devel gcc-c++ hostinfo libglut-devel libstdc++-devel xorg-x11-devel xorg-x11-libs zlib-devel

%description
FTGL is a free open source library to enable developers to use arbitrary
fonts in their OpenGL (www.opengl.org)  applications.
Unlike other OpenGL font libraries FTGL uses standard font file formats
so doesn't need a preprocessing step to convert the high quality font data
into a lesser quality, proprietary format.
FTGL uses the Freetype (www.freetype.org) font library to open and 'decode'
the fonts. It then takes that output and stores it in a format most efficient
for OpenGL rendering.

%package devel
Summary: Development files for FTGL
Group: Development/C
Requires: %name = %version

%description devel
Header files for FTGL library.

%prep
%setup -q -n FTGL

%build
pushd unix
%configure --disable-freetypetest --enable-shared --disable-static
%make_build
popd

%install
pushd unix
%makeinstall
popd

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%exclude %_bindir
%doc README.txt HISTORY.txt demo
%_libdir/*.so.*

%files devel
%_libdir/*.so
%_libdir/pkgconfig/*
%_includedir/FTGL
%doc %_docdir/ftgl

%changelog

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

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