Code

Added libpfs-dbg binary package.
[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: pfstools-dbg
29 Section: graphics
30 Architecture: any
31 Priority: extra
32 Depends: pfstools (= ${binary:Version}), libpfs-1.2-0 (= ${binary:Version})
33 Description: command line HDR manipulation programs (debugging symbols)
34  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
35  existing file formats by providing a simple data format that can be used to
36  exchange data between applications.
37  .
38  This package contains the debugging symbols for the pfstools binaries and the
39  shared library.
41 Package: libpfs-dev
42 Section: libdevel
43 Architecture: any
44 Depends: libpfs-1.2-0 (>= ${source:Version})
45 Description: C++ library to read and write pfs files (development files)
46  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
47  existing file formats by providing a simple data format that can be used to
48  exchange data between applications. This library can be used to write custom
49  applications that can integrate with the existing pfstools programs.
50  .
51  This package contains the header files and the static library.
53 Package: libpfs-1.2-0
54 Section: libs
55 Architecture: any
56 Depends: ${shlibs:Depends}
57 Description: C++ library to read and write pfs files
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. This library can be used to write custom
61  applications that can integrate with the existing pfstools programs.
62  .
63  This package contains the shared library.
65 Package: octave-pfstools
66 Section: math
67 Architecture: any
68 Depends: octave2.1, ${shlibs:Depends}
69 Description: octave bindings for pfstools
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.
73  .
74  This package contains octave bindings to read and write PFS files.