]> git.pld-linux.org Git - packages/enblend.git/blame - enblend.spec
- tabs in preamble
[packages/enblend.git] / enblend.spec
CommitLineData
04316473 1# NOTE: g++ eats 400+MB of memory
aaeef374 2Summary: Image blending with multiresolution splines
92ba6800 3Summary(pl.UTF-8): Łączenie zdjęć przy użyciu splajnów wielokrotnej rozdzielczości
aaeef374 4Name: enblend
04316473 5Version: 3.0
aaeef374
JB
6Release: 1
7License: GPL v2+
8Group: Applications/Graphics
9Source0: http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz
04316473 10# Source0-md5: f80a12ff91a6122c5ea0d102443929da
aaeef374 11URL: http://enblend.sourceforge.net/
04316473
JB
12BuildRequires: OpenGL-GLU-devel
13BuildRequires: OpenGL-glut-devel
aaeef374
JB
14BuildRequires: boost-devel
15BuildRequires: boost-static_assert-devel
04316473
JB
16BuildRequires: glew-devel
17BuildRequires: lcms-devel
7f0f7899 18BuildRequires: libstdc++-devel >= 5:3.4
aaeef374 19BuildRequires: libtiff-devel
04316473 20BuildRequires: libxmi-devel
aaeef374
JB
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Enblend is a tool for compositing images. Given a set of images that
25overlap in some irregular way, Enblend overlays them in such a way
26that the seam between the images is invisible, or at least very
27difficult to see. Enblend does not line up the images for you. Use a
28tool like Hugin to do that.
29
15a180a5
JR
30%description -l pl.UTF-8
31Enblend to narzędzie do łączenia zdjęć. Po przekazaniu zbioru zdjęć
32nachodzących na siebie w jakiś nieregularny sposób Enblend nakłada je
33w taki sposób, że połączenia między zdjęciami są niewidoczne, albo
34przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje
35zdjęć - do tego można użyć narzędzia takiego jak Hugin.
aaeef374
JB
36
37%prep
38%setup -q
39
40%build
41%configure
42%{__make}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%clean
51rm -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.091444 seconds and 4 git commands to generate.