Code

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