]> git.pld-linux.org Git - packages/enblend-enfuse.git/blob - enblend-enfuse.spec
- rel 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:        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:  zlib-devel
31 Provides:       enblend = %{version}
32 Obsoletes:      enblend
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 Enblend is a tool for compositing images. Given a set of images that
37 overlap in some irregular way, Enblend overlays them in such a way
38 that the seam between the images is invisible, or at least very
39 difficult to see. Enblend does not line up the images for you. Use a
40 tool like Hugin to do that.
41
42 %description -l pl.UTF-8
43 Enblend to narzędzie do łączenia zdjęć. Po przekazaniu zbioru zdjęć
44 nachodzących na siebie w jakiś nieregularny sposób Enblend nakłada je
45 w taki sposób, że połączenia między zdjęciami są niewidoczne, albo
46 przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje zdjęć
47 - do tego można użyć narzędzia takiego jak Hugin.
48
49 %prep
50 %setup -q -n %{name}-%{version}-753b534c819d
51 %patch0 -p1
52 %patch1 -p1
53
54 %build
55 %{__aclocal} -I m4
56 %{__autoheader}
57 %{__automake}
58 %{__autoconf}
59 %configure
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post   -p /sbin/postshell
72 -/usr/sbin/fix-info-dir -c %{_infodir}
73
74 %postun -p /sbin/postshell
75 -/usr/sbin/fix-info-dir -c %{_infodir}
76
77 %files
78 %defattr(644,root,root,755)
79 %doc AUTHORS ChangeLog NEWS README VIGRA_LICENSE
80 %attr(755,root,root) %{_bindir}/enblend
81 %attr(755,root,root) %{_bindir}/enfuse
82 %{_mandir}/man1/enblend.1*
83 %{_mandir}/man1/enfuse.1*
84 %{_infodir}/enblend.info*
85 %{_infodir}/enfuse.info*
This page took 0.242478 seconds and 3 git commands to generate.