Code

aa7f8019adb009cd2c0b528f957b202f0b3ca3e6
[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}), libpfs-1.2-0 (= ${binary:Version})
55 Description: command line HDR manipulation programs (debugging symbols)
56  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
57  existing file formats by providing a simple data format that can be used to
58  exchange data between applications.
59  .
60  This package contains the debugging symbols for the pfstools binaries and the
61  shared library.
63 Package: libpfs-dev
64 Section: libdevel
65 Architecture: any
66 Depends: libpfs-1.2-0 (>= ${source:Version})
67 Description: C++ library to read and write pfs files (development files)
68  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
69  existing file formats by providing a simple data format that can be used to
70  exchange data between applications. This library can be used to write custom
71  applications that can integrate with the existing pfstools programs.
72  .
73  This package contains the header files and the static library.
75 Package: libpfs-1.2-0
76 Section: libs
77 Architecture: any
78 Depends: ${shlibs:Depends}
79 Description: C++ library to read and write pfs files
80  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
81  existing file formats by providing a simple data format that can be used to
82  exchange data between applications. This library can be used to write custom
83  applications that can integrate with the existing pfstools programs.
84  .
85  This package contains the shared library.
87 Package: octave-pfstools
88 Section: math
89 Architecture: any
90 Depends: octave2.1, ${shlibs:Depends}
91 Description: octave bindings for pfstools
92  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
93  existing file formats by providing a simple data format that can be used to
94  exchange data between applications.
95  .
96  This package contains octave bindings to read and write PFS files.