author | Sebastian Harl <sh@tokkee.org> | |
Tue, 19 Jun 2007 16:49:56 +0000 (17:49 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 19 Jun 2007 16:49:56 +0000 (17:49 +0100) |
debian/changelog | [new file with mode: 0644] | patch | blob |
debian/compat | [new file with mode: 0644] | patch | blob |
debian/control | [new file with mode: 0644] | patch | blob |
debian/copyright | [new file with mode: 0644] | patch | blob |
debian/libpfs-1.2-0.install | [new file with mode: 0644] | patch | blob |
debian/libpfs-1.2-0.shlibs | [new file with mode: 0644] | patch | blob |
debian/libpfs-dev.install | [new file with mode: 0644] | patch | blob |
debian/octave-pfstools.install | [new file with mode: 0644] | patch | blob |
debian/pfsglview.1 | [new file with mode: 0644] | patch | blob |
debian/pfstools.install | [new file with mode: 0644] | patch | blob |
debian/rules | [new file with mode: 0755] | patch | blob |
diff --git a/debian/changelog b/debian/changelog
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+pfstools (1.6.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #399503, #410669).
+ * Added pfsglview.1 from upstream CVS.
+
+ -- Sebastian Harl <sh@tokkee.org> Mon, 11 Jun 2007 17:28:22 +0200
+
diff --git a/debian/control b/debian/control
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,60 @@
+Source: pfstools
+Section: graphics
+Priority: optional
+Maintainer: Sebastian Harl <sh@tokkee.org>
+Build-Depends: debhelper (>= 5), autotools-dev, libqt3-mt-dev, libmagick++9-dev, libtiff4-dev, libopenexr-dev, libnetpbm10-dev, octave2.1-headers, tetex-bin, freeglut3-dev
+Build-Conflicts: octave2.9-headers
+Standards-Version: 3.7.2
+
+Package: pfstools
+Architecture: any
+Depends: octave, octave-pfstools, ${shlibs:Depends}
+Recommends: pfstmo
+Suggests: dcraw
+Description: command line HDR manipulation programs
+ pfstools is a set of command line (and one GUI) programs for reading,
+ writing, manipulating and viewing high-dynamic range (HDR) images and video
+ frames. All programs in this package exchange data using a simple generic
+ file format (pfs) for HDR data. It is an attempt to integrate existing file
+ formats by providing a simple data format that can be used to exchange data
+ between applications.
+ .
+ The concept of pfstools is similar to netpbm for low-dynamic range images.
+ .
+ Homepage: http://www.mpi-inf.mpg.de/resources/pfstools/
+
+Package: libpfs-dev
+Section: libdevel
+Architecture: any
+Depends: libpfs-1.2-0 (>= ${source:Version})
+Description: C++ library to read and write pfs files (development files)
+ PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
+ existing file formats by providing a simple data format that can be used to
+ exchange data between applications. This library can be used to write custom
+ applications that can integrate with the existing pfstools programs.
+ .
+ This package contains the header files and the static library.
+
+Package: libpfs-1.2-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: C++ library to read and write pfs files
+ PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
+ existing file formats by providing a simple data format that can be used to
+ exchange data between applications. This library can be used to write custom
+ applications that can integrate with the existing pfstools programs.
+ .
+ This package contains the shared library.
+
+Package: octave-pfstools
+Section: math
+Architecture: any
+Depends: octave2.1, ${shlibs:Depends}
+Description: octave bindings for pfstools
+ PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
+ existing file formats by providing a simple data format that can be used to
+ exchange data between applications.
+ .
+ This package contains octave bindings to read and write PFS files.
+
diff --git a/debian/copyright b/debian/copyright
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,78 @@
+This package was debianized by Sebastian Harl <sh@tokkee.org> on
+Mon, 11 Jun 2007 17:28:22 +0200.
+
+It was downloaded from <http://www.mpi-inf.mpg.de/resources/pfstools/>.
+
+Upstream Authors:
+ Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de>
+ Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>
+
+ For contributions, see AUTHORS.
+
+Copyright Holders:
+ Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de>
+ Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>
+
+License:
+
+ All files (except doc/data_model.png, doc/pfs_format_spec.tex and
+ src/pfs/*)
+ Copyright (C) 2003-2005 Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>
+ Copyright (C) 2003-2005 Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de>
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+ USA.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.
+
+ Files src/pfs/*
+ Copyright (C) 2003-2004 Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>
+ Copyright (C) 2003-2004 Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de>
+
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+ USA.
+
+On Debian systems, the complete text of the GNU Lesser General Public License
+can be found in `/usr/share/common-licenses/LGPL'.
+
+ Files doc/data_model.png
+ doc/pfs_format_spec.tex
+
+ Copyright (C) 2003 Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>
+ Copyright (C) 2003 Grzegorz Krawczyk <krawczyk@mpi-sb.mpg.de>
+
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.2 or
+ any later version published by the Free Software Foundation; with no
+ Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
+ copy of the license is included in the section entitled "GNU Free
+ Documentation License".
+
+The Debian packaging is (C) 2007, Sebastian Harl <sh@tokkee.org> and
+is licensed under the GPL, see above.
+
diff --git a/debian/libpfs-1.2-0.install b/debian/libpfs-1.2-0.install
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/libpfs*.so.*
+
diff --git a/debian/libpfs-1.2-0.shlibs b/debian/libpfs-1.2-0.shlibs
--- /dev/null
@@ -0,0 +1 @@
+libpfs-1.2 0 libpfs-1.2-0 (>= 1.6)
diff --git a/debian/libpfs-dev.install b/debian/libpfs-dev.install
--- /dev/null
@@ -0,0 +1,6 @@
+usr/include/*
+usr/lib/libpfs*.a
+usr/lib/libpfs*.la
+usr/lib/libpfs*.so
+usr/lib/pkgconfig/*
+
diff --git a/debian/octave-pfstools.install b/debian/octave-pfstools.install
--- /dev/null
@@ -0,0 +1,3 @@
+usr/lib/octave/*
+usr/share/octave/*
+
diff --git a/debian/pfsglview.1 b/debian/pfsglview.1
--- /dev/null
+++ b/debian/pfsglview.1
@@ -0,0 +1,107 @@
+.TH "pfsglview" 1
+.SH NAME
+pfsglview \- Viewer for high-dynamic range images in pfs format
+.SH SYNOPSIS
+.B pfsglview
+[--h] [--v]
+.SH DESCRIPTION
+pfsview is a OpenGL/GLUT application for viewing high-dynamic range images. It
+expects pfs stream on the standard input and displays the frames in
+that stream one by one.
+
+.SH DYNAMIC RANGE WINDOW
+To show high-dynamic range data on a low-dynamic range monitor,
+pfsglview uses concept of a dynamic range window. The dynamic range
+window is the highest and lowest value that should be mapped to black
+and white pixel. Values above or below the window are clipped (see
+clipping methods below). The dynamic range window is displayed in
+pfsglview as a blue area on the dynamic range scale (second toolbox from
+the top). The window can be moved, shrunk and expended using a mouse
+or a keyboard.
+
+.SH ZOOMING AND PANNING
+To zoom image, the mouse can be dragged in vertical direction with the left button pressed.
+Pressing [space] button or pressing left mouse button above the statistic window (left-bottom corner) changes from
+zooming to panning modes and vice versa. To pan image, the mouse can be dragged in vertical
+and horizontal directions with the left button pressed.
+
+.SH POPUP MENU OPTIONS
+.TP
+.B Zoom reset
+Set default zoom parameters.
+.TP
+.B Zoom in
+Increase image (mouse dragging with left button pressed).
+.TP
+.B Zoom out
+Decrease image (mouse dragging with left button pressed).
+.TP
+.B Increase exposure
+Move dynamic range window into higher luminance values.
+.TP
+.B Decrease exposure
+Move dynamic range window into lover luminance values.
+.TP
+.B Extend dynamic range
+Extend dynamic range window.
+.TP
+.B Shrink dynamic range
+Shrink dynamic range window
+.TP
+.B Low dynamic range
+Set dynamic range window to <-1,1> range (log scale).
+.TP
+.B Fit to dynamic range
+Set dynamic range windo to minimum and maximum luminance of a given image.
+.TP
+.B Choose channel
+Change image data channel.
+.TP
+.B Mapping method
+Change mapping method (see below for details).
+.TP
+.B Next frame
+Display next image from the pipe.
+.TP
+.B Previous frame
+Display previous image from the pipe.
+.TP
+.B Histogram
+Switch on/off histogram window.
+.TP
+.B Info
+Switch on/off info window.
+.TP
+.B Save&Quit
+Send the visible LDR image (8-bits) to stdout and quit pfsglview.
+
+
+.SH MAPPING METHODS
+
+High-dynamic range data are usually better visualized using non-linear
+scale, for example a logarithmic or a power function. pfsglview offers
+several such scales, shown in \fIpopup\fR menu. Gray-scale values for
+each mapping method are computed by the formulas:
+
+\fBLINEAR\fR: y = (x-min)/(max-min)
+
+\fBGAMMA\fR: y = [ (x-min)/(max-min) ]^gamma
+
+\fBLOGARITHMIC\fR: y = (log10(x)-log10(min))/(log10(max)-log10(min))
+
+where \fIy\fR is the gray-scale value after mapping, \fIx\fR
+is an input HDR value, \fImin\fR and \fImax\fR are lower and upper bounds
+of the dynamic range window.
+
+.SH EXAMPLES
+.TP
+pfsin memorial.hdr | pfsglview
+See the memorial image.
+.TP
+pfsin memorial.hdr | pfsglview | pfsout memorial.jpg
+See the memorial image and save the clipped (8-bits) version to memorial.jpg (\fISave&Quit\fR option from popup menu should be activated).
+
+.SH "SEE ALSO"
+.BR pfsin (1)
+
+Please report bugs and comments to Radoslaw Mantiuk <radoslaw.mantiuk@gmail.com>.
diff --git a/debian/pfstools.install b/debian/pfstools.install
--- /dev/null
+++ b/debian/pfstools.install
@@ -0,0 +1,3 @@
+usr/bin/*
+usr/share/man/man1/*
+
diff --git a/debian/rules b/debian/rules
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,103 @@
+#!/usr/bin/make -f
+# debian/rules for pfstools
+#
+# Written by Sebastian Harl <sh@tokkee.org>
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CXXFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CXXFLAGS += -O0
+else
+ CXXFLAGS += -O2
+endif
+
+include /usr/share/octave/debian/defs.make
+
+config.status: configure
+ dh_testdir
+
+ for file in config.guess config.sub; do \
+ if [ ! -e $$file.upstream ]; then \
+ mv $$file $$file.upstream; \
+ ln -s /usr/share/misc/$$file .; \
+ fi \
+ done
+
+ CXXFLAGS="$(CXXFLAGS)" ./configure \
+ --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+ --prefix=/usr --mandir=\$${prefix}/share/man \
+ --with-octave-m-dir=$(MDIR)/pfstools \
+ --with-octave-oct-dir=$(OCTDIR)/pfstools
+
+build: build-stamp
+
+build-stamp: config.status
+ dh_testdir
+
+ $(MAKE)
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ -$(MAKE) clean
+ -$(MAKE) distclean
+
+ for file in config.guess config.sub; do \
+ if [ -e $$file.upstream ]; then \
+ rm -f $$file; \
+ mv $$file.upstream $$file; \
+ fi \
+ done
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+ chmod 644 debian/tmp/usr/share/octave/site/api-v13/m/pfstools/*
+
+ # these binaries are not available
+ rm debian/tmp/usr/share/man/man1/pfs{in,out}jpeghdr.1
+
+binary-indep: build install
+ # nothing to do here
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs AUTHORS README TODO doc/faq.txt doc/pfs_format_spec.pdf
+ dh_installexamples
+ dh_install --sourcedir=debian/tmp --list-missing
+ dh_installman debian/pfsglview.1
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps -Llibpfs-1.2-0 -ldebian/libpfs-1.2-0/usr/lib/
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
+