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

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

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

%def_disable static

Name: libsvg-cairo
Version: 0.1.6
Release: alt2
License: BSD-like
Group: System/Libraries
URL: http://www.xsvg.org/
Summary: SVG rendering using Cairo

Source0: %name-%version.tar.gz

# Automatically added by buildreq on Wed Aug 30 2006

BuildRequires: gcc-c++ libXt-devel libcairo-devel libjpeg-devel libpng-devel libsvg-devel libxml2-devel pkg-config

%description
libxsvg provides the ability to render SVG content from files or
buffers. All rendering is performed using the Cairo rendering library
(formerly called Xr).

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

%description devel
Header files for libxsvg library.

%package static
Summary: Static libxsvg library
Group: Development/C++
Requires: %name-devel = %version-%release

%description static
Static libxsvg library.

%prep
%setup -q

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

%install
%make DESTDIR=%buildroot  install

%post
%post_ldconfig

%postun
%postun_ldconfig

%files
%_libdir/lib*.so.*

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

%if_enabled static
%files static
%_libdir/lib*.a
%endif

%changelog

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

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