]> git.pld-linux.org Git - packages/enblend.git/commitdiff
- new auto/ac/enblend-2_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 3 Apr 2005 00:33:48 +0000 (00:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enblend.spec -> 1.1

enblend.spec [new file with mode: 0644]

diff --git a/enblend.spec b/enblend.spec
new file mode 100644 (file)
index 0000000..7ed2a8e
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Image blending with multiresolution splines
+Summary(pl):   £±czenie zdjêæ przy u¿yciu splajnów wielokrotnej rozdzielczo¶ci
+Name:          enblend
+Version:       2.2
+Release:       1
+License:       GPL v2+
+Group:         Applications/Graphics
+Source0:       http://dl.sourceforge.net/enblend/%{name}-%{version}.tar.gz
+# Source0-md5: 4f1bd1a0d1a9626821fbfe398575cbdf
+URL:           http://enblend.sourceforge.net/
+BuildRequires: boost-devel
+BuildRequires: boost-static_assert-devel
+BuildRequires: libstdc++-devel
+BuildRequires: libtiff-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Enblend is a tool for compositing images. Given a set of images that
+overlap in some irregular way, Enblend overlays them in such a way
+that the seam between the images is invisible, or at least very
+difficult to see. Enblend does not line up the images for you. Use a
+tool like Hugin to do that.
+
+%description -l pl
+Enblend to narzêdzie do ³±czenia zdjêæ. Po przekazaniu zbioru zdjêæ
+nachodz±cych na siebie w jaki¶ nieregularny sposób Enblend nak³ada je
+w taki sposób, ¿e po³±czenia miêdzy zdjêciami s± niewidoczne, albo
+przynajmniej bardzo trudne do zobaczenia. Enblend nie wyrównuje
+zdjêæ - do tego mo¿na u¿yæ narzêdzia takiego jak Hugin.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO VIGRA_LICENSE
+%attr(755,root,root) %{_bindir}/enblend
+%{_mandir}/man1/enblend.1*
This page took 0.054789 seconds and 4 git commands to generate.