]> git.pld-linux.org Git - packages/enblend-enfuse.git/blame - enblend-enfuse.spec
- release 2
[packages/enblend-enfuse.git] / enblend-enfuse.spec
CommitLineData
d374d747 1# NOTE: g++ eats 400+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
e851aac3 4Name: enblend
d374d747 5Version: 3.0
846e0e58 6Release: 2
e851aac3
JB
7License: GPL v2+
8Group: Applications/Graphics
9Source0: http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz
d374d747 10# Source0-md5: f80a12ff91a6122c5ea0d102443929da
48c57080 11Patch0: %{name}-x86_64.patch
e851aac3 12URL: http://enblend.sourceforge.net/
d374d747
JB
13BuildRequires: OpenGL-GLU-devel
14BuildRequires: OpenGL-glut-devel
bdf772bb 15BuildRequires: boost-devel >= 1.35.0
d374d747
JB
16BuildRequires: glew-devel
17BuildRequires: lcms-devel
566d193e 18BuildRequires: libstdc++-devel >= 5:3.4
e851aac3 19BuildRequires: libtiff-devel
d374d747 20BuildRequires: libxmi-devel
e851aac3
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
6b4327fb
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.
e851aac3
JB
36
37%prep
38%setup -q
48c57080 39%patch0 -p1
e851aac3
JB
40
41%build
42%configure
43%{__make}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc AUTHORS ChangeLog NEWS README TODO VIGRA_LICENSE
57%attr(755,root,root) %{_bindir}/enblend
58%{_mandir}/man1/enblend.1*
This page took 0.086804 seconds and 4 git commands to generate.