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

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

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

%define oname lcms

Name: python-module-lcms
Version: 1.17
Release: alt2

Summary: Python binding for little cms color engine

License: LGPL
Group: System/Libraries
Url: http://www.littlecms.com

Source: %url/%oname-%version.tar.bz2
Patch: %name.patch

# Automatically added by buildreq on Thu Feb 21 2008

BuildRequires: gcc-c++ glibc-devel libjpeg-devel liblcms-devel libtiff-devel python-devel swig zlib-devel

%description
This package contains the python binding for
CMM engine to deal with color management stuff.

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

%build
cd python
rm -f lcms.py lcms_wrap.cxx
swig -python -c++ -I../include lcms.i
cd ..
%__autoreconf
%configure --with-python --disable-static

cd python
%make_build

%install
cd python
%makeinstall_std
rm -f %buildroot%python_sitelibdir/_lcms.{a,la}

%files
%doc AUTHORS NEWS README*
%python_sitelibdir/_lcms.so
%python_sitelibdir/lcms.py*

%changelog

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

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