Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37407496
en ru br
ALT Linux repos
5.0: 2.0-alt1
4.1: 2.0-alt0.1

Group :: System/Libraries
RPM: libgraphite

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname graphite
Summary: Graphite Engine

Name: libgraphite
Version: 2.0
Release: alt1

License: LGPL or CPL
Group: System/Libraries
Url: http://scripts.sil.org/

Packager: Vitaly Lipatov <lav at altlinux.ru>

# svn://scripts.sil.org/graphite/graphite/trunk.

# http://sourceforge.net/project/showfiles.php?group_id=66144
Source: %oname-%version.tar.bz2
Patch: %name-gcc43.patch

# Automatically added by buildreq on Sat Jul 07 2007

BuildRequires: gcc-c++ glibc-devel libpango-devel libXft-devel

%description
The Graphite smart font engine is the bit that takes a unicode string,font
formatting information (features, size, etc.) and a font and returns a set
of positioned glyphs. Graphite also does more than this, in that it can
handle cursor tracking and interaction with the application for string
selection, etc.

%package devel
Summary: Header files for %name library
Group: Development/C++
Requires: %name = %version-%release

%description devel
Header files for %name library.

%package pango
Summary: Pango module for %name library
Group: System/Libraries
Requires: %name = %version-%release

%description pango
The pango module is available to be built as part of pango.
Until that goes upstream it can also be compiled as part of the pangographite package.


%prep
%setup -q -n %oname-%version
%patch

%build
%autoreconf
%configure --disable-static
%make_build

%install
%makeinstall_std

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

%files
%doc INSTALL README license/
%_libdir/lib*.so.*

%files pango
%_libdir/pango/1.6.0/modules/graphite/*.so
%doc wrappers/pangographite/README

%files devel
%_libdir/lib*.so
%_includedir/%oname/
%_pkgconfigdir/*.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin