X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=d19167462f247a38e847aeb589caba1cc27eb1a6;hb=5fee478f05c2ec3af3fff67b617464850b986e26;hp=ece4d4f7b584d217992185e1cdbe8232d0a5fbf4;hpb=2ab93efbb8e57d730812e50ff1c9f1bbb7157918;p=pkg-pfstools.git diff --git a/debian/control b/debian/control index ece4d4f..d191674 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,22 @@ Source: pfstools Section: graphics Priority: optional -Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 5), autotools-dev, libqt3-mt-dev, libmagick++9-dev, libtiff4-dev, libopenexr-dev, libnetpbm10-dev, octave2.1-headers, tetex-bin, freeglut3-dev +Maintainer: Debian PhotoTools Maintainers +Uploaders: Sebastian Harl +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 Build-Conflicts: octave2.9-headers -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 +Homepage: http://www.mpi-inf.mpg.de/resources/pfstools/ +Vcs-Git: git://git.debian.org/git/pkg-phototools/pfstools.git +Vcs-Browser: http://git.debian.org/?p=pkg-phototools/pfstools.git Package: pfstools Architecture: any -Depends: octave, octave-pfstools, ${shlibs:Depends} -Recommends: pfstmo +Depends: ${shlibs:Depends} +Recommends: pfsglview | pfsview, pfstmo, octave, octave-pfstools Suggests: dcraw Description: command line HDR manipulation programs - pfstools is a set of command line (and one GUI) programs for reading, + pfstools is a set of command line (and two GUI) programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. All programs in this package exchange data using a simple generic file format (pfs) for HDR data. It is an attempt to integrate existing file @@ -20,8 +24,44 @@ Description: command line HDR manipulation programs between applications. . The concept of pfstools is similar to netpbm for low-dynamic range images. + +Package: pfsglview +Architecture: any +Depends: ${shlibs:Depends} +Recommends: pfstools +Conflicts: pfstools (<= 1.6.2-1) +Description: command line HDR manipulation programs (OpenGL/GLUT viewer) + PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate + existing file formats by providing a simple data format that can be used to + exchange data between applications. + . + This package contains a viewer implemented in OpenGL/GLUT. + +Package: pfsview +Architecture: any +Depends: ${shlibs:Depends} +Recommends: pfstools +Conflicts: pfstools (<= 1.6.2-1) +Description: command line HDR manipulation programs (Qt viewer) + PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate + existing file formats by providing a simple data format that can be used to + exchange data between applications. + . + This package contains a viewer implemented in Qt. + +Package: pfstools-dbg +Section: graphics +Architecture: any +Priority: extra +Depends: pfstools (= ${binary:Version}), pfsglview (= ${binary:Version}), + pfsview (= ${binary:Version}), libpfs-1.2-0 (= ${binary:Version}) +Description: command line HDR manipulation programs (debugging symbols) + PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate + existing file formats by providing a simple data format that can be used to + exchange data between applications. . - Homepage: http://www.mpi-inf.mpg.de/resources/pfstools/ + This package contains the debugging symbols for the pfstools binaries and the + shared library. Package: libpfs-dev Section: libdevel