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

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

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

Name: libagg
Version: 2.5
Release: alt1
Summary: Anti-Grain Geometry
Group: System/Libraries
URL: http://www.antigrain.com
License: GPL

Source: agg-%version.tar.gz

Patch1: agg-2.5-alt-link.patch
Patch2: agg-2.4-alt-examples.patch

BuildRequires: gcc-c++ libSDL-devel libXt-devel libfreetype-devel pkg-config

%description
A High Quality Rendering Engine for C++

%package devel
Summary: Support files necessary to compile applications with agg
Group: Development/C++
Requires: %name = %version-%release libSDL-devel libXt-devel libfreetype-devel

%description devel
Libraries, headers, and support files necessary to compile applications using agg

%def_disable static
%set_verify_elf_method unresolved=relaxed

%prep
%setup -q -n agg-%version

%patch1 -p1
%patch2 -p1

%build
%__autoreconf
%configure \
%{subst_enable static}
%make_build

%install
%make DESTDIR=%buildroot install

%post
%post_ldconfig

%postun
%postun_ldconfig

%files
%_libdir/lib*.so.*

%files devel
%_includedir/agg2
%_libdir/*.so
%_pkgconfigdir/*.pc
%_datadir/aclocal/*.m4

%changelog

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

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