]> git.pld-linux.org Git - packages/exact-image.git/blame - exact-image.spec
- release 2
[packages/exact-image.git] / exact-image.spec
CommitLineData
66bf4c60
TP
1Summary: A fast, modern and generic image processing library
2Name: exact-image
3Version: 0.8.5
80f6bac3 4Release: 2
66bf4c60
TP
5License: GPL v2
6Group: Applications/Graphics
7Source0: http://dl.exactcode.de/oss/exact-image/%{name}-%{version}.tar.bz2
8# Source0-md5: 54c5dc9afd86ec573e7e2e9a80f45c71
9Patch0: %{name}-libs.patch
10URL: http://www.exactcode.de/site/open_source/exactimage/
11BuildRequires: OpenEXR-devel >= 1.2.0
12BuildRequires: agg-devel >= 2.3
13BuildRequires: evas-devel >= 0.9.9
14BuildRequires: jasper-devel
15BuildRequires: lcms-devel >= 1.10
9fd9d080 16#BuildRequires: libpng12-devel >= 1.2
66bf4c60
TP
17BuildRequires: libstdc++-devel
18BuildRequires: libtiff-cxx-devel
19BuildRequires: libungif-devel
20BuildRequires: lua51-devel
21BuildRequires: perl-devel >= 5.8.0
22BuildRequires: php-devel >= 5.2.0
23BuildRequires: python-devel >= 2.5.0
24BuildRequires: ruby >= 1.8.5
25BuildRequires: swig-perl >= 1.3.32
26BuildRequires: swig-php >= 1.3.32
27BuildRequires: swig-python >= 1.3.32
28BuildRequires: xorg-lib-libX11-devel >= 1.3
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32A fast, modern and generic (template) based C++ image processing library,
33alternative to ImageMagick.
34
35%prep
36%setup -q
37%patch0 -p1
38
39%build
00432ff5
TP
40./configure --prefix=%{_prefix} --without-libpng --without-php \
41%ifarch %{x8664}
42 --without-lua --without-perl --without-python
43%endif
43a87014 44
66bf4c60
TP
45%{__make} \
46 CFLAGS="%{rpmcflags}" \
47 CXXFLAGS="%{rpmcflags}"
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc README TODO
61%attr(755,root,root) %{_bindir}/*
This page took 0.470927 seconds and 4 git commands to generate.