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