]> git.pld-linux.org Git - packages/enblend.git/blob - enblend.spec
- updated to 2.3
[packages/enblend.git] / enblend.spec
1 Summary:        Image blending with multiresolution splines
2 Summary(pl):    £±czenie zdjêæ przy u¿yciu splajnów wielokrotnej rozdzielczo¶ci
3 Name:           enblend
4 Version:        2.3
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Graphics
8 Source0:        http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz
9 # Source0-md5:  cc3c507c8a0d0441e02404ea8ca6f4c1
10 URL:            http://enblend.sourceforge.net/
11 BuildRequires:  boost-devel
12 BuildRequires:  boost-static_assert-devel
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  libtiff-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Enblend is a tool for compositing images. Given a set of images that
19 overlap in some irregular way, Enblend overlays them in such a way
20 that the seam between the images is invisible, or at least very
21 difficult to see. Enblend does not line up the images for you. Use a
22 tool like Hugin to do that.
23
24 %description -l pl
25 Enblend to narzêdzie do ³±czenia zdjêæ. Po przekazaniu zbioru zdjêæ
26 nachodz±cych na siebie w jaki¶ nieregularny sposób Enblend nak³ada je
27 w taki sposób, ¿e po³±czenia miêdzy zdjêciami s± niewidoczne, albo
28 przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje
29 zdjêæ - do tego mo¿na u¿yæ narzêdzia takiego jak Hugin.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README TODO VIGRA_LICENSE
50 %attr(755,root,root) %{_bindir}/enblend
51 %{_mandir}/man1/enblend.1*
This page took 0.084241 seconds and 3 git commands to generate.