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

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

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

%def_disable docs

Name: libgegl
Version: 0.1.0
Release: alt1
Summary: A graph based image processing framework
License: LGPLv3+/GPLv3+
Group: System/Libraries
Url: http://www.gimp.org
Packager: Valery Inozemtsev <shrek at altlinux.ru>

Source: gegl-%version.tar
Patch: gegl-%version-%release.patch

BuildRequires: asciidoc gcc-c++ graphviz glib2-devel libSDL-devel libavformat-devel libbabl-devel libjpeg-devel libopenraw-devel
BuildRequires: librsvg-devel libspiro-devel openexr-devel python-modules-encodings ruby w3m

%description
GEGL (Generic Graphics Library) is a graph based image processing framework.
GEGLs original design was made to scratch GIMPs itches for a new
compositing and processing core. This core is being designed to have
minimal dependencies. and a simple well defined API.

%package devel
Summary: Headers for developing programs that will use %name
Group: Development/C
Requires: %name = %version-%release

%description devel
This package contains the libraries and header files needed for
developing with %name.

%prep
%setup -q -n gegl-%version
%patch -p1

%build
%autoreconf
%configure \
%{subst_enable docs} \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install

%files
%_bindir/gegl
%_libdir/*.so.*
%dir %_libdir/gegl-0.0
%_libdir/gegl-0.0/*.so

%files devel
%_includedir/gegl-0.0
%_libdir/*.so
%_pkgconfigdir/*.pc
%if_enabled docs
%_datadir/gtk-doc/html/gegl
%endif

%changelog

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

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