]> git.pld-linux.org Git - packages/enblend-enfuse.git/blob - enblend-enfuse.spec
- release 2
[packages/enblend-enfuse.git] / enblend-enfuse.spec
1 # NOTE: g++ eats 600+MB of memory
2 Summary:        Image blending with multiresolution splines
3 Summary(pl.UTF-8):      Łączenie zdjęć przy użyciu splajnów wielokrotnej rozdzielczości
4 Name:           enblend-enfuse
5 Version:        3.2
6 Release:        2
7 License:        GPL v2+
8 Group:          Applications/Graphics
9 Source0:        http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz
10 # Source0-md5:  9b6ebaf672f5103c633a53c9723d99c3
11 Patch0:         %{name}-opt.patch
12 URL:            http://enblend.sourceforge.net/
13 BuildRequires:  OpenEXR-devel >= 1.0
14 BuildRequires:  OpenGL-GLU-devel
15 BuildRequires:  OpenGL-glut-devel
16 BuildRequires:  autoconf >= 2.59
17 BuildRequires:  automake
18 BuildRequires:  boost-devel >= 1.35.0
19 BuildRequires:  glew-devel
20 BuildRequires:  lcms-devel
21 BuildRequires:  libjpeg-devel
22 BuildRequires:  libpng-devel
23 BuildRequires:  libstdc++-devel >= 5:3.4
24 BuildRequires:  libtiff-devel
25 BuildRequires:  libxmi-devel
26 BuildRequires:  pkgconfig
27 BuildRequires:  zlib-devel
28 Provides:       enblend = %{version}
29 Obsoletes:      enblend
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Enblend is a tool for compositing images. Given a set of images that
34 overlap in some irregular way, Enblend overlays them in such a way
35 that the seam between the images is invisible, or at least very
36 difficult to see. Enblend does not line up the images for you. Use a
37 tool like Hugin to do that.
38
39 %description -l pl.UTF-8
40 Enblend to narzędzie do łączenia zdjęć. Po przekazaniu zbioru zdjęć
41 nachodzących na siebie w jakiś nieregularny sposób Enblend nakłada je
42 w taki sposób, że połączenia między zdjęciami są niewidoczne, albo
43 przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje
44 zdjęć - do tego można użyć narzędzia takiego jak Hugin.
45
46 %prep
47 %setup -q
48 %patch0 -p1
49
50 %build
51 %{__aclocal} -I m4
52 %{__autoheader}
53 %{__automake}
54 %{__autoconf}
55 %configure
56 %{__make}
57
58 %install
59 rm -rf $RPM_BUILD_ROOT
60
61 %{__make} install \
62         DESTDIR=$RPM_BUILD_ROOT
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog NEWS README TODO VIGRA_LICENSE
70 %attr(755,root,root) %{_bindir}/enblend
71 %attr(755,root,root) %{_bindir}/enfuse
72 %{_mandir}/man1/enblend.1*
73 %{_mandir}/man1/enfuse.1*
74 %{_infodir}/enblend.info*
75 %{_infodir}/enfuse.info*
76 %{_infodir}/enfuse-focus-stacking.info*
This page took 0.603299 seconds and 3 git commands to generate.