Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37594364
en ru br
Репозитории ALT
S:3.1.5-alt2.2
5.1: 1.6.1-alt4
4.1: 1.6.1-alt1
4.0: 1.4.0-alt1.a
3.0: 1.2.2-alt1
www.altlinux.org/Changes

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

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

%define _optlevel s
%define beta %nil

%define rname OpenEXR
Name: openexr
Version: 1.6.1
Release: alt1

Group: System/Libraries
Summary: A high-dynamic-range image file library
License: Modified BSD
URL: http://www.openexr.org/

Provides: %rname = %version-%release
Obsoletes: %rname <= %version-%release

Source: %name-%version%beta.tar
Patch1: OpenEXR-1.2.2-zlib.patch
Patch2: OpenEXR-1.2.2-forwardfriend.patch
Patch3: openexr-1.4.0-alt-fix-linking.patch

# Automatically added by buildreq on Mon Sep 27 2004 (-bi)

BuildRequires: xorg-x11-devel gcc-c++
BuildRequires: libGLU-devel libfltk-devel
BuildRequires: libstdc++-devel zlib-devel ilmbase-devel
#BuildRequires: python-base python-modules-compiler python-modules-encodings rpm-build-python

%description
OpenEXR is an image file format and library developed by Industrial Light
& Magic, and later released to the public. It provides support for high
dynamic range and a 16-bit floating point "half" data type which is
compatible with the half data type in the Cg programming language.

%package utils
Group: Graphics
Summary: Utilites for EXR-files
Requires: %name = %version-%release
#
%description utils
This package contains utilites for %name

%package devel
Summary: Headers for developing programs that will use %name
Group: Development/Other
Requires: %name = %version-%release
Requires: ilmbase-devel
#
%description devel
This package contains the static libraries and header files needed for
developing applications with %name

%prep
%setup -q -n %name-%version
#%patch1 -p1
#%patch2 -p1
#%patch3 -p1

#autoreconf

./bootstrap ||:


%build
%configure \
 --enable-shared \
 --disable-static \
 --enable-dependency-tracking \
 --enable-imfexamples \
 --disable-ilmbasetest

%make_build


%install
%make DESTDIR=%buildroot install
rm -rf ./installed-docs
ln -sf %buildroot/%_docdir/%rname-%version ./installed-docs

%post
%post_ldconfig
%postun
%postun_ldconfig

%files
%doc AUTHORS ChangeLog COPYING NEWS README
%_libdir/*.so.*

%files utils
%doc AUTHORS ChangeLog COPYING
%_bindir/*

%files devel
%doc AUTHORS ChangeLog COPYING installed-docs/*
%_includedir/%rname
%_libdir/*.so
%_libdir/pkgconfig/*
%_datadir/aclocal/%name.m4


%changelog

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

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