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
|
Source: libopenraw
Section: libs
Priority: optional
Maintainer: David Paleino <dapal@debian.org>
Uploaders: Sarah J. Fortune <sarah.fortune@gmail.com>
Build-Depends:
debhelper (>= 7.0.50~)
, autotools-dev
, 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)
Standards-Version: 3.9.1
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
Depends:
libopenraw1 (= ${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: libopenraw1
Architecture: any
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: libopenraw1-dbg
Priority: extra
Architecture: any
Depends:
libopenraw1 (= ${binary:Version})
, ${misc:Depends}
Section: debug
Description: debugging symbols for libopenraw
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 debugging symbols for libopenraw.
Package: libopenrawgnome1
Architecture: any
Depends:
${shlibs:Depends}
, ${misc:Depends}
, libopenraw1 (= ${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})
, libopenrawgnome1 (= ${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.
Package: libopenrawgnome1-dbg
Priority: extra
Architecture: any
Depends:
libopenrawgnome1 (= ${binary:Version})
, ${misc:Depends}
Section: debug
Description: debugging symbols for libopenrawgnome
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 debugging symbols for libopenrawgnome.
|