rpms/enblend/devel enblend.spec, 1.4, 1.5 enblend-without-glew.patch, 1.1, NONE

Bruno Postle (bpostle) fedora-extras-commits at redhat.com
Tue Jan 22 23:20:07 UTC 2008


Author: bpostle

Update of /cvs/pkgs/rpms/enblend/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20398

Modified Files:
	enblend.spec 
Removed Files:
	enblend-without-glew.patch 
Log Message:
enblend 3.1 spec, new dependencies, new tool enfuse, remove 64bit workaround



Index: enblend.spec
===================================================================
RCS file: /cvs/pkgs/rpms/enblend/devel/enblend.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- enblend.spec	20 Aug 2007 21:01:35 -0000	1.4
+++ enblend.spec	22 Jan 2008 23:19:27 -0000	1.5
@@ -1,27 +1,31 @@
 Summary: Image Blending with Multiresolution Splines
 Name: enblend
-Version: 3.0
-Release: 6%{?dist}
+Version: 3.1
+Release: 0.1.20080121cvs%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
-Source: http://prdownloads.sourceforge.net/enblend/%{name}-%{version}.tar.gz
+# The source for this package was pulled from upstream's CVS.  Use the
+# following commands to generate the tarball:
+#  cvs -d:pserver:anonymous at enblend.cvs.sourceforge.net:/cvsroot/enblend login 
+#  cvs -z3 -d:pserver:anonymous at enblend.cvs.sourceforge.net:/cvsroot/enblend co -D '2008-01-21 22:13:21' -P enblend
+#  cd enblend && make -f Makefile.cvs && ./configure && make dist
+Source: http://downloads.sourceforge.net/enblend/%{name}-%{version}.tar.gz
 URL: http://enblend.sourceforge.net/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtiff-devel boost-devel lcms-devel plotutils-devel
-BuildRequires: freeglut-devel glew-devel
+BuildRequires: freeglut-devel glew-devel libjpeg-devel libpng-devel
+BuildRequires: libXmu-devel libXi-devel
 
 %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.
+line up the images for you. Use a tool like hugin to do that.
 
 %prep
 %setup -q
 
 %build
-# one line fix for 64bit build
-sed -i 's/kMax, stateProbabilities/kMax, (unsigned int)stateProbabilities/' src/anneal.h
 %configure --disable-static
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
 
@@ -36,9 +40,17 @@
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO VIGRA_LICENSE
 %{_bindir}/enblend
+%{_bindir}/enfuse
 %{_mandir}/man1/enblend.1.gz
+%{_mandir}/man1/enfuse.1.gz
 
 %changelog
+* Mon Jan 21 2008 Bruno Postle <bruno at postle.net> 3.1-0.1.20090106cvs
+  - CVS snapshot, 3.1 beta, switch to fedora cvs naming
+
+* Sun Jan 06 2008 Bruno Postle <bruno at postle.net> 3.1-0cvs20090106
+  - CVS snapshot, 3.1 beta
+
 * Mon Aug 20 2007 Bruno Postle <bruno at postle.net> 3.0-6
   - glew is now in fedora, remove build-without-glew patch
   - update licence tag, GPL -> GPLv2+


--- enblend-without-glew.patch DELETED ---




More information about the fedora-extras-commits mailing list