Code

8954326e3a47e4c327c85f89c871d798327cae29
[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), gfortran, 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
8 XS-Vcs-Git: git://git.tokkee.org/pkg-pfstools.git
9 XS-Vcs-Browser: http://git.tokkee.org/?p=pkg-pfstools.git
11 Package: pfstools
12 Architecture: any
13 Depends: octave, octave-pfstools, ${shlibs:Depends}
14 Recommends: pfstmo
15 Suggests: dcraw
16 Description: command line HDR manipulation programs
17  pfstools is a set of command line (and one GUI) programs for reading,
18  writing, manipulating and viewing high-dynamic range (HDR) images and video
19  frames. All programs in this package exchange data using a simple generic
20  file format (pfs) for HDR data. It is an attempt to integrate existing file
21  formats by providing a simple data format that can be used to exchange data
22  between applications.
23  .
24  The concept of pfstools is similar to netpbm for low-dynamic range images.
25  .
26   Homepage: http://www.mpi-inf.mpg.de/resources/pfstools/
28 Package: libpfs-dev
29 Section: libdevel
30 Architecture: any
31 Depends: libpfs-1.2-0 (>= ${source:Version})
32 Description: C++ library to read and write pfs files (development files)
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. This library can be used to write custom
36  applications that can integrate with the existing pfstools programs.
37  .
38  This package contains the header files and the static library.
40 Package: libpfs-1.2-0
41 Section: libs
42 Architecture: any
43 Depends: ${shlibs:Depends}
44 Description: C++ library to read and write pfs files
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. This library can be used to write custom
48  applications that can integrate with the existing pfstools programs.
49  .
50  This package contains the shared library.
52 Package: octave-pfstools
53 Section: math
54 Architecture: any
55 Depends: octave2.1, ${shlibs:Depends}
56 Description: octave bindings for pfstools
57  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
58  existing file formats by providing a simple data format that can be used to
59  exchange data between applications.
60  .
61  This package contains octave bindings to read and write PFS files.