summaryrefslogtreecommitdiff
path: root/graphics/libpano13
AgeCommit message (Collapse)AuthorFilesLines
2014-07-10Switched to CMake; removed gimp dependency.adam4-8/+31
2014-06-29Requires gimp to build.dholland1-1/+3
2014-06-05Changes 2.9.19:adam4-23/+8
There have been lots of cleanups, fixes of compiler warnings, bugfixes, and general refactoring since 2.9.18, plus we have some new features: * There are new Tpy and Tpr parameters, these allow the 'mosaic mode' projection plane to be rotated relative to the panorama view. * Added Hammer output projection, see: https://en.wikipedia.org/wiki/Hammer_projection * Updated PSD functions to write PSB (large file) format too, note that this functionality is part of the PTmender tool and not available to Hugin/nona directly. * Various bugs have been fixed in these projections: triplane output, architectural output, orthographic output and Thoby input. * Other bugfixes that may be noticed are: a check for invalid resolutions in TIFF files, formating sequence for x86_64, cropping images that go outside the image boundary, and PSD and PICT image format improvements. * There have been fixes for building on various platforms: OS X 10.6/10.8, automake 1.12, MinGW, cmake, Visual Studio 2010 and Visual Studio 2012+
2014-01-09Only use -lsunmath with Sun Studio.jperkin1-1/+7
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-10-03Changes 2.9.18:adam5-112/+11
* Added Thoby projection which models the Nikkor 10.5 lens. * Minor fixes for libpng-1.5, GNU Hurd, libtool 2.4, and powerpc command-line.
2011-02-14Bug was migrated from sourceforge to launchpad by upstream, update URL.wiz2-4/+4
2011-02-14Add upstream bug report URL.wiz2-3/+4
2011-02-07Fix build with png-1.5.wiz2-1/+99
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-3/+4
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty2-4/+4
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-09-15Changes 2.9.17:adam4-11/+12
* Bug-fix release.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-08-20The pano13 library is the backend library used by many applications.adam6-0/+100
Also included are: * PTOptimizer, a utility for optimising control points. * panoinfo a utility for querying the library version. * PTmender a replacement for PTStitcher. * PTblender implements just the colour and brightness correction of PTmender. * PTtiff2psd Converts a set of TIFF files into a PSD file. * PTuncrop Converts 'cropped TIFF' files into 'normal' TIFF files.