Code

Initially added pfstools-1.6.1-1.
[pkg-pfstools.git] / debian / control
1 Source: pfstools
2 Section: graphics
3 Priority: optional
4 Maintainer: Sebastian Harl <sh@tokkee.org>
5 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
6 Build-Conflicts: octave2.9-headers
7 Standards-Version: 3.7.2
9 Package: pfstools
10 Architecture: any
11 Depends: octave, octave-pfstools, ${shlibs:Depends}
12 Recommends: pfstmo
13 Suggests: dcraw
14 Description: command line HDR manipulation programs
15  pfstools is a set of command line (and one GUI) programs for reading,
16  writing, manipulating and viewing high-dynamic range (HDR) images and video
17  frames. All programs in this package exchange data using a simple generic
18  file format (pfs) for HDR data. It is an attempt to integrate existing file
19  formats by providing a simple data format that can be used to exchange data
20  between applications.
21  .
22  The concept of pfstools is similar to netpbm for low-dynamic range images.
23  .
24   Homepage: http://www.mpi-inf.mpg.de/resources/pfstools/
26 Package: libpfs-dev
27 Section: libdevel
28 Architecture: any
29 Depends: libpfs-1.2-0 (>= ${source:Version})
30 Description: C++ library to read and write pfs files (development files)
31  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
32  existing file formats by providing a simple data format that can be used to
33  exchange data between applications. This library can be used to write custom
34  applications that can integrate with the existing pfstools programs.
35  .
36  This package contains the header files and the static library.
38 Package: libpfs-1.2-0
39 Section: libs
40 Architecture: any
41 Depends: ${shlibs:Depends}
42 Description: C++ library to read and write pfs files
43  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
44  existing file formats by providing a simple data format that can be used to
45  exchange data between applications. This library can be used to write custom
46  applications that can integrate with the existing pfstools programs.
47  .
48  This package contains the shared library.
50 Package: octave-pfstools
51 Section: math
52 Architecture: any
53 Depends: octave2.1, ${shlibs:Depends}
54 Description: octave bindings for pfstools
55  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
56  existing file formats by providing a simple data format that can be used to
57  exchange data between applications.
58  .
59  This package contains octave bindings to read and write PFS files.