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