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