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
|
Source: libopenraw
Section: libs
Priority: optional
Maintainer: David Paleino <dapal@debian.org>
Build-Depends:
debhelper (>= 9~)
, dh-autoreconf
, libglib2.0-dev (>= 2.0.0)
, libboost-test-dev (>= 1.33.1)
, libjpeg-dev
, libxml2-dev (>= 2.5.0)
, libgtk2.0-dev (>= 2.0.0)
, pkg-kde-tools
Standards-Version: 4.1.3
Homepage: http://libopenraw.freedesktop.org/
Vcs-Git: git://git.debian.org/git/collab-maint/libopenraw.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/libopenraw.git
Package: libopenraw-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libopenraw7 (= ${binary:Version})
, ${misc:Depends}
Description: free implementation for RAW decoding - development files
libopenraw is an ongoing project to provide a free software implementation for
camera RAW files decoding. One of the main reason is that dcraw is not suited
for easy integration into applications, and there is a need for an easy to use
API to build free software digital image processing application.
.
It also has the goal to address missing feature from dcraw like meta-data
decoding and easy thumbnail extraction.
.
This package contains development header files.
Package: libopenraw7
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${shlibs:Depends}
, ${misc:Depends}
Description: free implementation for RAW decoding
libopenraw is an ongoing project to provide a free software implementation for
camera RAW files decoding. One of the main reason is that dcraw is not suited
for easy integration into applications, and there is a need for an easy to use
API to build free software digital image processing application.
.
It also has the goal to address missing feature from dcraw like meta-data
decoding and easy thumbnail extraction.
Package: libopenrawgnome7
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${shlibs:Depends}
, ${misc:Depends}
, libopenraw7 (= ${binary:Version})
Description: free implementation for RAW decoding (GNOME integration)
libopenraw is an ongoing project to provide a free software implementation for
camera RAW files decoding. One of the main reason is that dcraw is not suited
for easy integration into applications, and there is a need for an easy to use
API to build free software digital image processing application.
.
It also has the goal to address missing feature from dcraw like meta-data
decoding and easy thumbnail extraction.
.
This package contains the GNOME integration library.
Package: libopenrawgnome-dev
Section: libdevel
Architecture: any
Depends:
libopenraw-dev (= ${binary:Version})
, libopenrawgnome7 (= ${binary:Version})
, ${misc:Depends}
Description: GNOME integration for libopenraw - development files
libopenraw is an ongoing project to provide a free software implementation for
camera RAW files decoding. One of the main reason is that dcraw is not suited
for easy integration into applications, and there is a need for an easy to use
API to build free software digital image processing application.
.
It also has the goal to address missing feature from dcraw like meta-data
decoding and easy thumbnail extraction.
.
This package contains the development header files.
|