Code

Added new binary packages for pfsglview and pfsview.
[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), dpatch, 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: pfsglview | pfsview, pfstmo, octave, octave-pfstools
16 Suggests: dcraw
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}
30 Recommends: pfstools
31 Description: command line HDR manipulation programs (OpenGL/GLUT viewer)
32  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
33  existing file formats by providing a simple data format that can be used to
34  exchange data between applications.
35  .
36  This package contains a viewer implemented in OpenGL/GLUT.
38 Package: pfsview
39 Architecture: any
40 Depends: ${shlibs:Depends}
41 Recommends: pfstools
42 Description: command line HDR manipulation programs (Qt viewer)
43  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
44  existing file formats by providing a simple data format that can be used to
45  exchange data between applications.
46  .
47  This package contains a viewer implemented in Qt.
49 Package: pfstools-dbg
50 Section: graphics
51 Architecture: any
52 Priority: extra
53 Depends: pfstools (= ${binary:Version}), libpfs-1.2-0 (= ${binary:Version})
54 Description: command line HDR manipulation programs (debugging symbols)
55  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
56  existing file formats by providing a simple data format that can be used to
57  exchange data between applications.
58  .
59  This package contains the debugging symbols for the pfstools binaries and the
60  shared library.
62 Package: libpfs-dev
63 Section: libdevel
64 Architecture: any
65 Depends: libpfs-1.2-0 (>= ${source:Version})
66 Description: C++ library to read and write pfs files (development files)
67  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
68  existing file formats by providing a simple data format that can be used to
69  exchange data between applications. This library can be used to write custom
70  applications that can integrate with the existing pfstools programs.
71  .
72  This package contains the header files and the static library.
74 Package: libpfs-1.2-0
75 Section: libs
76 Architecture: any
77 Depends: ${shlibs:Depends}
78 Description: C++ library to read and write pfs files
79  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
80  existing file formats by providing a simple data format that can be used to
81  exchange data between applications. This library can be used to write custom
82  applications that can integrate with the existing pfstools programs.
83  .
84  This package contains the shared library.
86 Package: octave-pfstools
87 Section: math
88 Architecture: any
89 Depends: octave2.1, ${shlibs:Depends}
90 Description: octave bindings for pfstools
91  PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate
92  existing file formats by providing a simple data format that can be used to
93  exchange data between applications.
94  .
95  This package contains octave bindings to read and write PFS files.