]> git.pld-linux.org Git - packages/enblend-enfuse.git/blob - enblend-enfuse.spec
- BR: help2man
[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:        4.0
6 Release:        1
7 License:        GPL v2+
8 Group:          Applications/Graphics
9 Source0:        http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz
10 # Source0-md5:  2e7c950061e0085fd75d94576130250f
11 Patch0:         %{name}-libpng.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:  help2man
21 BuildRequires:  lcms-devel
22 BuildRequires:  libjpeg-devel
23 BuildRequires:  libpng-devel
24 BuildRequires:  libstdc++-devel >= 5:3.4
25 BuildRequires:  libtiff-devel
26 BuildRequires:  libxmi-devel
27 BuildRequires:  pkgconfig
28 BuildRequires:  zlib-devel
29 Provides:       enblend = %{version}
30 Obsoletes:      enblend
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 Enblend is a tool for compositing images. Given a set of images that
35 overlap in some irregular way, Enblend overlays them in such a way
36 that the seam between the images is invisible, or at least very
37 difficult to see. Enblend does not line up the images for you. Use a
38 tool like Hugin to do that.
39
40 %description -l pl.UTF-8
41 Enblend to narzędzie do łączenia zdjęć. Po przekazaniu zbioru zdjęć
42 nachodzących na siebie w jakiś nieregularny sposób Enblend nakłada je
43 w taki sposób, że połączenia między zdjęciami są niewidoczne, albo
44 przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje zdjęć
45 - do tego można użyć narzędzia takiego jak Hugin.
46
47 %prep
48 %setup -q -n %{name}-%{version}-753b534c819d
49 %patch0 -p1
50
51 %build
52 %{__aclocal} -I m4
53 %{__autoheader}
54 %{__automake}
55 %{__autoconf}
56 %configure
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc AUTHORS ChangeLog NEWS README VIGRA_LICENSE
71 %attr(755,root,root) %{_bindir}/enblend
72 %attr(755,root,root) %{_bindir}/enfuse
73 %{_mandir}/man1/enblend.1*
74 %{_mandir}/man1/enfuse.1*
This page took 0.036656 seconds and 3 git commands to generate.