]> git.pld-linux.org Git - packages/enblend-enfuse.git/blame - enblend-enfuse.spec
- BR: help2man
[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 4Name: enblend-enfuse
c40111c4 5Version: 4.0
6Release: 1
e851aac3
JB
7License: GPL v2+
8Group: Applications/Graphics
26693f9e 9Source0: http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz
c40111c4 10# Source0-md5: 2e7c950061e0085fd75d94576130250f
11Patch0: %{name}-libpng.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 19BuildRequires: glew-devel
dd442f7e 20BuildRequires: help2man
d374d747 21BuildRequires: lcms-devel
26693f9e
JB
22BuildRequires: libjpeg-devel
23BuildRequires: libpng-devel
566d193e 24BuildRequires: libstdc++-devel >= 5:3.4
e851aac3 25BuildRequires: libtiff-devel
d374d747 26BuildRequires: libxmi-devel
26693f9e
JB
27BuildRequires: pkgconfig
28BuildRequires: zlib-devel
29Provides: enblend = %{version}
30Obsoletes: enblend
e851aac3
JB
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34Enblend is a tool for compositing images. Given a set of images that
35overlap in some irregular way, Enblend overlays them in such a way
36that the seam between the images is invisible, or at least very
37difficult to see. Enblend does not line up the images for you. Use a
38tool like Hugin to do that.
39
6b4327fb
JR
40%description -l pl.UTF-8
41Enblend to narzędzie do łączenia zdjęć. Po przekazaniu zbioru zdjęć
42nachodzących na siebie w jakiś nieregularny sposób Enblend nakłada je
43w taki sposób, że połączenia między zdjęciami są niewidoczne, albo
dd442f7e 44przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje zdjęć
45- do tego można użyć narzędzia takiego jak Hugin.
e851aac3
JB
46
47%prep
c40111c4 48%setup -q -n %{name}-%{version}-753b534c819d
48c57080 49%patch0 -p1
e851aac3
JB
50
51%build
afe4cda3 52%{__aclocal} -I m4
53%{__autoheader}
54%{__automake}
55%{__autoconf}
e851aac3
JB
56%configure
57%{__make}
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} install \
63 DESTDIR=$RPM_BUILD_ROOT
64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
69%defattr(644,root,root,755)
c40111c4 70%doc AUTHORS ChangeLog NEWS README VIGRA_LICENSE
e851aac3 71%attr(755,root,root) %{_bindir}/enblend
afe4cda3 72%attr(755,root,root) %{_bindir}/enfuse
e851aac3 73%{_mandir}/man1/enblend.1*
afe4cda3 74%{_mandir}/man1/enfuse.1*
This page took 0.051224 seconds and 4 git commands to generate.