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