]> git.pld-linux.org Git - packages/enblend.git/blob - enblend.spec
- tabs in preamble
[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:        1
7 License:        GPL v2+
8 Group:          Applications/Graphics
9 Source0:        http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz
10 # Source0-md5:  f80a12ff91a6122c5ea0d102443929da
11 URL:            http://enblend.sourceforge.net/
12 BuildRequires:  OpenGL-GLU-devel
13 BuildRequires:  OpenGL-glut-devel
14 BuildRequires:  boost-devel
15 BuildRequires:  boost-static_assert-devel
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
40 %build
41 %configure
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc AUTHORS ChangeLog NEWS README TODO VIGRA_LICENSE
56 %attr(755,root,root) %{_bindir}/enblend
57 %{_mandir}/man1/enblend.1*
This page took 0.052885 seconds and 3 git commands to generate.