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

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

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

Name: libbabl
Version: 0.1.0
Release: alt1

Summary: babl is a dynamic, any to any, pixel format translation library
License: GPL,LGPL
Group: System/Libraries
Url: http://www.gegl.org/babl/
Packager: Valery Inozemtsev <crux at altlinux.ru>

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

BuildRequires: librsvg-utils w3m inkscape ruby ruby-module-date-time

%description
babl is a dynamic, any to any, pixel format translation library.
It allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations.
A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and data types.
Features
* Fast.
* Accurate.
* Stable, small API.
* Self profiling and optimizing.
* ANSI C, works on win32, linux and mac, 32bit and 64bit systems.
* Extendable with new formats, color models, components and datatypes.
* Reference 64bit floating point conversions for datatypes and color models.

%package devel
Summary: development files of babl
Group: Development/C
Requires: %name = %version-%release

%description devel
babl is a dynamic, any to any, pixel format translation library. This package contain development files.

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

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

%install
%make DESTDIR=%buildroot install

%files
%doc AUTHORS COPYING NEWS TODO
%_libdir/*.so.*
%dir %_libdir/babl-0.0
%_libdir/babl-0.0/*.so

%files devel
%_includedir/babl-0.0
%_libdir/*.so
%_pkgconfigdir/*.pc

%changelog

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

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