Code

c5a361d0d2787e3b10360073d0d92391c1a029f3
[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
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 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}
42 Recommends: pfstools
43 Description: command line HDR manipulation programs (Qt viewer)
44  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
45  existing file formats by providing a simple data format that can be used to
46  exchange data between applications.
47  .
48  This package contains a viewer implemented in Qt.
50 Package: pfstools-dbg
51 Section: graphics
52 Architecture: any
53 Priority: extra
54 Depends: pfstools (= ${binary:Version}), pfsglview (= ${binary:Version}),
55  pfsview (= ${binary:Version}), libpfs-1.2-0 (= ${binary:Version})
56 Description: command line HDR manipulation programs (debugging symbols)
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 the debugging symbols for the pfstools binaries and the
62  shared library.
64 Package: libpfs-dev
65 Section: libdevel
66 Architecture: any
67 Depends: libpfs-1.2-0 (>= ${source:Version})
68 Description: C++ library to read and write pfs files (development files)
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. This library can be used to write custom
72  applications that can integrate with the existing pfstools programs.
73  .
74  This package contains the header files and the static library.
76 Package: libpfs-1.2-0
77 Section: libs
78 Architecture: any
79 Depends: ${shlibs:Depends}
80 Description: C++ library to read and write pfs files
81  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
82  existing file formats by providing a simple data format that can be used to
83  exchange data between applications. This library can be used to write custom
84  applications that can integrate with the existing pfstools programs.
85  .
86  This package contains the shared library.
88 Package: octave-pfstools
89 Section: math
90 Architecture: any
91 Depends: octave2.1, ${shlibs:Depends}
92 Description: octave bindings for pfstools
93  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
94  existing file formats by providing a simple data format that can be used to
95  exchange data between applications.
96  .
97  This package contains octave bindings to read and write PFS files.