]> git.pld-linux.org Git - packages/enblend-enfuse.git/blame - enblend-enfuse.spec
- release 2
[packages/enblend-enfuse.git] / enblend-enfuse.spec
CommitLineData
26693f9e 1# NOTE: g++ eats 600+MB of memory
e851aac3 2Summary: Image blending with multiresolution splines
5e9238db 3Summary(pl.UTF-8): Łączenie zdjęć przy użyciu splajnów wielokrotnej rozdzielczości
26693f9e
JB
4Name: enblend-enfuse
5Version: 3.2
c0a41266 6Release: 2
e851aac3
JB
7License: GPL v2+
8Group: Applications/Graphics
26693f9e
JB
9Source0: http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz
10# Source0-md5: 9b6ebaf672f5103c633a53c9723d99c3
11Patch0: %{name}-opt.patch
e851aac3 12URL: http://enblend.sourceforge.net/
26693f9e 13BuildRequires: OpenEXR-devel >= 1.0
d374d747
JB
14BuildRequires: OpenGL-GLU-devel
15BuildRequires: OpenGL-glut-devel
26693f9e
JB
16BuildRequires: autoconf >= 2.59
17BuildRequires: automake
bdf772bb 18BuildRequires: boost-devel >= 1.35.0
d374d747
JB
19BuildRequires: glew-devel
20BuildRequires: lcms-devel
26693f9e
JB
21BuildRequires: libjpeg-devel
22BuildRequires: libpng-devel
566d193e 23BuildRequires: libstdc++-devel >= 5:3.4
e851aac3 24BuildRequires: libtiff-devel
d374d747 25BuildRequires: libxmi-devel
26693f9e
JB
26BuildRequires: pkgconfig
27BuildRequires: zlib-devel
28Provides: enblend = %{version}
29Obsoletes: enblend
e851aac3
JB
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
33Enblend is a tool for compositing images. Given a set of images that
34overlap in some irregular way, Enblend overlays them in such a way
35that the seam between the images is invisible, or at least very
36difficult to see. Enblend does not line up the images for you. Use a
37tool like Hugin to do that.
38
6b4327fb
JR
39%description -l pl.UTF-8
40Enblend to narzędzie do łączenia zdjęć. Po przekazaniu zbioru zdjęć
41nachodzących na siebie w jakiś nieregularny sposób Enblend nakłada je
42w taki sposób, że połączenia między zdjęciami są niewidoczne, albo
43przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje
44zdjęć - do tego można użyć narzędzia takiego jak Hugin.
e851aac3
JB
45
46%prep
26693f9e 47%setup -q
48c57080 48%patch0 -p1
e851aac3
JB
49
50%build
afe4cda3 51%{__aclocal} -I m4
52%{__autoheader}
53%{__automake}
54%{__autoconf}
e851aac3
JB
55%configure
56%{__make}
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61%{__make} install \
62 DESTDIR=$RPM_BUILD_ROOT
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files
68%defattr(644,root,root,755)
69%doc AUTHORS ChangeLog NEWS README TODO VIGRA_LICENSE
70%attr(755,root,root) %{_bindir}/enblend
afe4cda3 71%attr(755,root,root) %{_bindir}/enfuse
e851aac3 72%{_mandir}/man1/enblend.1*
afe4cda3 73%{_mandir}/man1/enfuse.1*
26693f9e
JB
74%{_infodir}/enblend.info*
75%{_infodir}/enfuse.info*
76%{_infodir}/enfuse-focus-stacking.info*
This page took 0.1119 seconds and 4 git commands to generate.