Code

a8badb22c72789c7dffa79566849832c82df86d1
[pkg-pfstools.git] / debian / control
1 Source: pfstools
2 Section: graphics
3 Priority: optional
4 Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
5 Uploaders: Sebastian Harl <tokkee@debian.org>
6 Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), dpatch, gfortran, autotools-dev, libqt3-mt-dev, libmagick++-dev | libmagick++9-dev, libtiff4-dev, libopenexr-dev, libnetpbm10-dev, octave3.0-headers, tetex-bin, freeglut3-dev
7 Standards-Version: 3.7.3
8 Homepage: http://www.mpi-inf.mpg.de/resources/pfstools/
9 Vcs-Git: git://git.debian.org/git/pkg-phototools/pfstools.git
10 Vcs-Browser: http://git.debian.org/?p=pkg-phototools/pfstools.git
12 Package: pfstools
13 Architecture: any
14 Depends: ${shlibs:Depends}
15 Recommends: pfsglview | pfsview, pfstmo, octave3.0, octave-pfstools
16 Suggests: dcraw, exrtools, imagemagick
17 Description: command line HDR manipulation programs
18  pfstools is a set of command line (and two GUI) programs for reading,
19  writing, manipulating and viewing high-dynamic range (HDR) images and video
20  frames. All programs in this package exchange data using a simple generic
21  file format (pfs) for HDR data. It is an attempt to integrate existing file
22  formats by providing a simple data format that can be used to exchange data
23  between applications.
24  .
25  The concept of pfstools is similar to netpbm for low-dynamic range images.
27 Package: pfsglview
28 Architecture: any
29 Depends: ${shlibs:Depends}
30 Recommends: pfstools
31 Replaces: pfstools (<< 1.6.2-2)
32 Description: command line HDR manipulation programs (OpenGL/GLUT viewer)
33  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
34  existing file formats by providing a simple data format that can be used to
35  exchange data between applications.
36  .
37  This package contains a viewer implemented in OpenGL/GLUT.
39 Package: pfsview
40 Architecture: any
41 Depends: ${shlibs:Depends}
42 Recommends: pfstools
43 Replaces: pfstools (<< 1.6.2-2)
44 Description: command line HDR manipulation programs (Qt viewer)
45  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
46  existing file formats by providing a simple data format that can be used to
47  exchange data between applications.
48  .
49  This package contains a viewer implemented in Qt.
51 Package: pfstools-dbg
52 Section: graphics
53 Architecture: any
54 Priority: extra
55 Depends: pfstools (= ${binary:Version}), pfsglview (= ${binary:Version}),
56  pfsview (= ${binary:Version}), libpfs-1.2-0 (= ${binary:Version})
57 Description: command line HDR manipulation programs (debugging symbols)
58  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
59  existing file formats by providing a simple data format that can be used to
60  exchange data between applications.
61  .
62  This package contains the debugging symbols for the pfstools binaries and the
63  shared library.
65 Package: libpfs-dev
66 Section: libdevel
67 Architecture: any
68 Depends: libpfs-1.2-0 (>= ${source:Version})
69 Description: C++ library to read and write pfs files (development files)
70  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
71  existing file formats by providing a simple data format that can be used to
72  exchange data between applications. This library can be used to write custom
73  applications that can integrate with the existing pfstools programs.
74  .
75  This package contains the header files and the static library.
77 Package: libpfs-1.2-0
78 Section: libs
79 Architecture: any
80 Depends: ${shlibs:Depends}
81 Description: C++ library to read and write pfs files
82  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
83  existing file formats by providing a simple data format that can be used to
84  exchange data between applications. This library can be used to write custom
85  applications that can integrate with the existing pfstools programs.
86  .
87  This package contains the shared library.
89 Package: octave-pfstools
90 Section: math
91 Architecture: any
92 Depends: octave3.0, ${shlibs:Depends}
93 Description: octave bindings for pfstools
94  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
95  existing file formats by providing a simple data format that can be used to
96  exchange data between applications.
97  .
98  This package contains octave bindings to read and write PFS files.