Code

control: Updated standards-version to 3.9.1 -- no changes.
[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 <tokkee@debian.org>
6 Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), dpatch, gfortran, autotools-dev, libqt3-mt-dev, libmagick++-dev | libmagick++9-dev, libtiff4-dev, libopenexr-dev, libnetpbm10-dev, octave3.2-headers, texlive-latex-base, freeglut3-dev
7 Standards-Version: 3.9.1
8 Homepage: http://pfstools.sourceforge.net/
9 Vcs-Git: git://git.debian.org/git/pkg-phototools/pfstools.git
10 Vcs-Browser: http://git.debian.org/?p=pkg-phototools/pfstools.git
12 Package: pfstools
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Recommends: pfsglview | pfsview, pfstmo, octave3.2, octave-signal, octave-pfstools
16 Suggests: dcraw, exrtools, imagemagick
17 Description: command line HDR manipulation programs
18  pfstools is a set of command line (and two 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: pfsglview
28 Architecture: any
29 Depends: ${shlibs:Depends}, ${misc:Depends}
30 Recommends: pfstools
31 Replaces: pfstools (<< 1.6.2-2)
32 Description: command line HDR manipulation programs (OpenGL/GLUT viewer)
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 a viewer implemented in OpenGL/GLUT.
39 Package: pfsview
40 Architecture: any
41 Depends: ${shlibs:Depends}, ${misc:Depends}
42 Recommends: pfstools
43 Replaces: pfstools (<< 1.6.2-2)
44 Description: command line HDR manipulation programs (Qt viewer)
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.
48  .
49  This package contains a viewer implemented in Qt.
51 Package: pfstools-dbg
52 Section: debug
53 Architecture: any
54 Priority: extra
55 Depends: pfstools (= ${binary:Version}), pfsglview (= ${binary:Version}),
56  pfsview (= ${binary:Version}), libpfs-1.2-0 (= ${binary:Version}),
57  ${misc:Depends}
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 (= ${binary:Version}), ${misc:Depends}
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}, ${misc: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: ${octave:Depends}, ${shlibs:Depends}, ${misc: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.