Code

Downgraded pfstool's requirement on octave{,pfstools} to a recommendation.
[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), dpkg-dev (>= 1.14.6), 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.3
8 Homepage: http://www.mpi-inf.mpg.de/resources/pfstools/
9 Vcs-Git: git://git.tokkee.org/pkg-pfstools.git
10 Vcs-Browser: http://git.tokkee.org/?p=pkg-pfstools.git
12 Package: pfstools
13 Architecture: any
14 Depends: ${shlibs:Depends}
15 Recommends: pfstmo, octave, octave-pfstools
16 Suggests: dcraw
17 Description: command line HDR manipulation programs
18  pfstools is a set of command line (and one 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: pfstools-dbg
28 Section: graphics
29 Architecture: any
30 Priority: extra
31 Depends: pfstools (= ${binary:Version}), libpfs-1.2-0 (= ${binary:Version})
32 Description: command line HDR manipulation programs (debugging symbols)
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 the debugging symbols for the pfstools binaries and the
38  shared library.
40 Package: libpfs-dev
41 Section: libdevel
42 Architecture: any
43 Depends: libpfs-1.2-0 (>= ${source:Version})
44 Description: C++ library to read and write pfs files (development 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 header files and the static library.
52 Package: libpfs-1.2-0
53 Section: libs
54 Architecture: any
55 Depends: ${shlibs:Depends}
56 Description: C++ library to read and write pfs files
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. This library can be used to write custom
60  applications that can integrate with the existing pfstools programs.
61  .
62  This package contains the shared library.
64 Package: octave-pfstools
65 Section: math
66 Architecture: any
67 Depends: octave2.1, ${shlibs:Depends}
68 Description: octave bindings for pfstools
69  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
70  existing file formats by providing a simple data format that can be used to
71  exchange data between applications.
72  .
73  This package contains octave bindings to read and write PFS files.