1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
|
Source: lensfun
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Pino Toscano <pino@debian.org>
Build-Depends: debhelper-compat (= 13), cmake (>= 2.8.12~), pkg-config, python3:any, libglib2.0-dev,
dh-python,
doxygen,
python3-docutils,
python3-setuptools,
libxml2-utils <!nocheck>,
Standards-Version: 4.6.2
Section: libs
Rules-Requires-Root: no
Homepage: https://lensfun.github.io/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/lensfun/-/tree/experimental
Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/lensfun.git -b experimental
Package: liblensfun-dev
Section: libdevel
Architecture: any
Depends: liblensfun2 (= ${binary:Version}), ${misc:Depends}
Description: Lens Correction library - Development files
Lensfun is an opensource database of photographic lenses and their
characteristics. It contains three kinds of objects:
* mounts
* cameras
* lenses
.
It is used in various photo-related software in which it allows the
correction of various artifacts:
* distortion
* transveral (also known as lateral) chromatic aberrations
* vignetting
* colour contribution of the lens (correcting said "yellowish" or "blueish"
images)
.
It provides a way to read and search for specific things in the database.
.
This package contains the development files.
Package: liblensfun2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
liblensfun-data-v2 (>= ${source:Version})
Multi-Arch: same
Description: Lens Correction library - Runtime files
Lensfun is an opensource database of photographic lenses and their
characteristics. It contains three kinds of objects:
* mounts
* cameras
* lenses
.
It is used in various photo-related software in which it allows the
correction of various artifacts:
* distortion
* transveral (also known as lateral) chromatic aberrations
* vignetting
* colour contribution of the lens (correcting said "yellowish" or "blueish"
images)
.
It provides a way to read and search for specific things in the database.
.
This package contains the runtime files to access the library.
Package: liblensfun-data-v2
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Lens Correction library - Data
Lensfun is an opensource database of photographic lenses and their
characteristics. It contains three kinds of objects:
* mounts
* cameras
* lenses
.
It is used in various photo-related software in which it allows the
correction of various artifacts:
* distortion
* transveral (also known as lateral) chromatic aberrations
* vignetting
* colour contribution of the lens (correcting said "yellowish" or "blueish"
images)
.
It provides a way to read and search for specific things in the database.
.
This package contains the data collection.
Package: liblensfun-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-mathjax
Description: Lens Correction library - Documentation
Lensfun is an opensource database of photographic lenses and their
characteristics. It contains three kinds of objects:
* mounts
* cameras
* lenses
.
It is used in various photo-related software in which it allows the
correction of various artifacts:
* distortion
* transveral (also known as lateral) chromatic aberrations
* vignetting
* colour contribution of the lens (correcting said "yellowish" or "blueish"
images)
.
It provides a way to read and search for specific things in the database.
.
This package contains the documentation.
Package: liblensfun-bin
Section: utils
Architecture: any
Depends: python3, python3-lensfun (= ${binary:Version}), ${misc:Depends}
Description: Lens Correction library - Utilities
Lensfun is an opensource database of photographic lenses and their
characteristics. It contains three kinds of objects:
* mounts
* cameras
* lenses
.
It is used in various photo-related software in which it allows the
correction of various artifacts:
* distortion
* transveral (also known as lateral) chromatic aberrations
* vignetting
* colour contribution of the lens (correcting said "yellowish" or "blueish"
images)
.
It provides a way to read and search for specific things in the database.
.
This package contains the utilities.
Package: python3-lensfun
Section: python
Architecture: any
Depends: liblensfun2 (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}
Description: Lens Correction library - Python3 module
Lensfun is an opensource database of photographic lenses and their
characteristics. It contains three kinds of objects:
* mounts
* cameras
* lenses
.
It is used in various photo-related software in which it allows the
correction of various artifacts:
* distortion
* transveral (also known as lateral) chromatic aberrations
* vignetting
* colour contribution of the lens (correcting said "yellowish" or "blueish"
images)
.
It provides a way to read and search for specific things in the database.
.
This package contains the Python3 'lensfun' module.
|