rpms/libpano12/devel libpano12.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bruno Postle (bpostle) fedora-extras-commits at redhat.com
Mon Sep 11 20:39:49 UTC 2006


Author: bpostle

Update of /cvs/extras/rpms/libpano12/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15483/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libpano12.spec 
Log Message:
auto-import libpano12-2.8.4-7.fc5 on branch devel from libpano12-2.8.4-7.fc5.src.rpm


--- NEW FILE libpano12.spec ---
Summary: Library for manipulating panoramic images
Name: libpano12
Version: 2.8.4
Release: 7%{?dist}
License: GPL
URL: http://panotools.sourceforge.net/
Group: Development/Libraries
Source: http://prdownloads.sourceforge.net/panotools/%{name}-%{version}.tar.gz
BuildRequires: libjpeg-devel, libtiff-devel, libpng-devel, zlib-devel
BuildRequires: libgcj-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Helmut Dersch's Panorama Tools library.  Provides very high quality
manipulation, correction and stitching of panoramic photographs.

Due to patent restrictions, this library has a maximum fisheye field-of-view
restriction of 160 degrees to prevent stitching of hemispherical photographs.

%package tools
Summary: Tools that use the libpano12 library
Group: Applications/Multimedia
Requires: libpano12 = %{version}-%{release}

%description tools
PTOptimizer, a command-line interface for control-point optimisation.
panoinfo, a tool for querying the library capabilities
PTmender, a replacement for PTStitcher
PTblender, colour/brightness correction of overlapping photos
PTtiff2psd, convert tiff files to a multilayer psd file
PTuncrop, convert cropped/offset TIFF to flat TIFF

%package devel
Summary: Development tools for programs which will use the libpano12 library
Group: Development/Libraries
Requires: libpano12 = %{version}-%{release}
Requires: libjpeg-devel, libtiff-devel, libpng-devel, zlib-devel
Requires: libgcj-devel

%description devel
The libpano12-devel package includes the header files necessary for developing
programs which will manipulate panoramas using the libpano12 library.

%prep
%setup -q

%build
%configure --disable-static
make

%install
make install DESTDIR=%{buildroot}
rm %{buildroot}/%{_libdir}/libpano12.la

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING NEWS README README.linux
%{_libdir}/libpano12.so.0*

%files tools
%defattr(-, root, root)
%doc doc/Optimize.txt doc/stitch.txt
%{_bindir}/PT*
%{_bindir}/panoinfo

%files devel
%defattr(-, root, root)
%{_includedir}/pano12
%{_libdir}/libpano12.so

%changelog
* Tue Aug 15 2006 Bruno Postle <bruno at postle.net> 2.8.4-7
- Added note on 160 degree fisheye restriction

* Wed Jul 26 2006 Bruno Postle <bruno at postle.net> 2.8.4-6
- split into additional libpano12-tools

* Tue Jul 25 2006 Bruno Postle <bruno at postle.net> 2.8.4-5
- add docs and remove dist macro from changelog

* Tue Jul 25 2006 Bruno Postle <bruno at postle.net> 2.8.4-4
- setup -q and make during build

* Tue Jul 25 2006 Bruno Postle <bruno at postle.net> 2.8.4-3
- spec file tidying

* Mon Jun 19 2006 Bruno Postle <bruno at postle.net> 2.8.4-2
- 2.8.4 release. use dist tag, remove repo tag, kill libpano12.la file

* Fri Jun 16 2006 Bruno Postle <bruno at postle.net> 2.8.4-1.fc5.bp
- 2.8.4 release

* Tue Jun 11 2006 Bruno Postle <bruno at postle.net> 2.8.3-1cvs20060611.fc5.bp
- CVS snapshot, post 2.8.3 release.

* Tue May 30 2006 Bruno Postle <bruno at postle.net> 2.8.3-1cvs20060530.fc5.bp
- CVS snapshot, post 2.8.3 release.

* Sun May 28 2006 Bruno Postle <bruno at postle.net> 2.8.3-0cvs20060528.fc5.bp
- CVS snapshot, 2.8.3 release candidate.

* Sun May 21 2006 Bruno Postle <bruno at postle.net> 2.8.3-0cvs20060521.fc5.bp
- CVS snapshot, fixes circular fisheye bug + hack to install pt_stdint.h

* Wed May 16 2006 Bruno Postle <bruno at postle.net> 2.8.3-0cvs20060516.fc5.bp
- CVS snapshot, fixes cropped TIFF with fast transform crash

* Mon May 15 2006 Bruno Postle <bruno at postle.net> 2.8.1-1.fc5.bp
- 2.8.1 final release, various rpmlint fixes

* Thu Apr 27 2006 Bruno Postle <bruno at postle.net>
- 2.8.1rc1

* Fri Apr 21 2006 Bruno Postle <bruno at postle.net>
- CVS snapshot

* Wed Apr 19 2006 Bruno Postle <bruno at postle.net>
- new projections: sinusoidal, stereographic, mercator, transverse mercator

* Tue Apr 18 2006 Bruno Postle <bruno at postle.net>
- PTmender can now output flattened TIFF, JPEG & PNG
- new API to allow hugin to access routines directly

* Fri Mar 24 2006 Bruno Postle <bruno at postle.net>
- rebuild for fc5

* Tue Mar 14 2006 Bruno Postle <bruno at postle.net>
- latest CVS. new region-of-interest rendering optimisation

* Sun Mar 05 2006 Bruno Postle <bruno at postle.net>
- 2.8.0 stable release

* Mon Feb 20 2006 Bruno Postle <bruno at postle.net>
- latest CVS. new tool PTtiff2psd

* Tue Jan 24 2006 Bruno Postle <bruno at postle.net>
- PTmender updates. new tool PTmender

* Fri Jan 13 2006 Bruno Postle <bruno at postle.net>
- PTmender updates

* Thu Jan 12 2006 Bruno Postle <bruno at postle.net>
- PTmender updates

* Mon Jan 09 2006 Bruno Postle <bruno at postle.net>
- update to 2.8.0 release, now includes PTmender

* Thu Nov 24 2005 Bruno Postle <bruno at postle.net>
- update to 2.7.0.14 release

* Tue Nov 01 2005 Bruno Postle <bruno at postle.net>
- oops 2.7.0.11-2 broken, roll back

* Tue Jul 19 2005 Bruno Postle <bruno at postle.net>
- Built from 2.7.0.11 + latest CVS.

* Sat May 14 2005 Bruno Postle <bruno at postle.net>
- Built from 2.7.0.9 + latest CVS. Another 2.7.0.10 pre-release.

* Wed May 04 2005 Bruno Postle <bruno at postle.net>
- Built from 2.7.0.9 + latest CVS. Another 2.7.0.10 pre-release.

* Sat Apr 30 2005 Bruno Postle <bruno at postle.net>
- Built from 2.7.0.9 + other stuff. This is a 2.7.0.10 pre-release.

* Wed Nov 17 2004 Bruno Postle <bruno at postle.net>
- Built from 2.7.0.8 release tarball.

* Mon Nov 15 2004 Bruno Postle <bruno at postle.net>
- Built from pre 2.7.0.7 tarball.
  Now builds entirely with GNU autotools.
  JPEG optimisation feature for PTStitcher users.

* Tue Oct 12 2004 Bruno Postle <bruno at postle.net>
- Built from release-2.7.0.6 tarball.
  Renamed from panorama-tools to libpano12 & libpano12-devel for fc2.
  Added panoinfo utility.

* Fri Jul 23 2004 Bruno Postle <bruno at postle.net>
- Updated to latest cvs - should fix problem with pteditor/picker not
  reading jpg files.

* Fri Jul 16 2004 Bruno Postle <bruno at postle.net>
- Discovered that the library builds without a sun java jdk so long as
  the libgcj-devel package is installed, fixed dependencies as appropriate.

* Tue May 18 2004 Bruno Postle <bruno at postle.net>
- removed all nonfree stuff, this is now in a separate src.rpm.
  added experimental patch for many optimizer fixes.
  now uses sourceforge cvs: sourceforge: cvs export -r release-2-7 -d libpano-2.7 libpano
  add source-available PTOptimizer

* Sat Nov 30 2003 Bruno Postle <bruno at postle.net>
- Finally split the package into panorama-tools and panorama-tools-nonfree.
  Hopefully nona will be a replacement for ptstitcher and nonfree
  can disappear.

* Sat Nov 22 2003 Bruno Postle <bruno at postle.net>
- Three more patches from Jim Watters: one allows the optimiser to link
  roll, pitch and yaw; the second fixes various .psd output problems;
  the third lowers the luminance randomisation (only affects the
  photoshop plug-in).

* Wed Sep 03 2003 Bruno Postle <bruno at postle.net>
- Patch to sync with latest Max Lyons win32 version - These only
  affect win32 photoshop plugin (gimp is standalone), so this is
  just a maintenance release.

* Fri Jul 25 2003 Bruno Postle <bruno at postle.net>
- Added patches to sync with latest Max Lyons win32 version

* Sat May 10 2003 Bruno Postle <bruno at postle.net>
- wrappers now cd to /usr/share/panorama-tools

* Tue May 06 2003 Bruno Postle <bruno at postle.net>
- Removed dependency on /usr/lib/java/bin/java since rpm doesn't follow
  symlinks

* Mon May 05 2003 Bruno Postle <bruno at postle.net>
- Initial rpm. includes Max Lyons patches and forgotten sys_ansi.h file



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libpano12/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Sep 2006 20:21:09 -0000	1.1
+++ .cvsignore	11 Sep 2006 20:39:49 -0000	1.2
@@ -0,0 +1 @@
+libpano12-2.8.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libpano12/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Sep 2006 20:21:09 -0000	1.1
+++ sources	11 Sep 2006 20:39:49 -0000	1.2
@@ -0,0 +1 @@
+597ce449f707821432b789f7230fc407  libpano12-2.8.4.tar.gz




More information about the fedora-extras-commits mailing list