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