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
|
Source: freeimage
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>,
Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10),
dos2unix,
libjpeg-dev,
libjxr-dev,
libopenexr-dev,
libopenjp2-7-dev,
libpng-dev,
libraw-dev,
libtiff-dev,
libwebp-dev,
pkg-config,
zlib1g-dev
Build-Depends-Indep: doxygen
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/freeimage.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/freeimage.git
Homepage: http://freeimage.sourceforge.net/
Testsuite: autopkgtest
Package: libfreeimage-dev
Architecture: any
Section: libdevel
Depends: libfreeimage3 (= ${binary:Version}),
${misc:Depends}
Description: Support library for graphics image formats (development files)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the headers and static libraries needed to develop
programs using FreeImage.
Package: libfreeimage3
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Support library for graphics image formats (library)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the FreeImage library.
Package: libfreeimage3-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libfreeimage3 (= ${binary:Version}),
${misc:Depends}
Description: Support library for graphics image formats (debugging symbols)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the debugging symbols for the FreeImage library.
Package: libfreeimageplus-dev
Architecture: any
Section: libdevel
Depends: libfreeimage-dev (>= 3.17.0+ds1-1~exp2),
libfreeimageplus3 (= ${binary:Version}),
${misc:Depends}
Suggests: libfreeimageplus-doc
Breaks: libfreeimage-dev (<< 3.17.0+ds1-1~exp2)
Replaces: libfreeimage-dev (<< 3.17.0+ds1-1~exp2)
Description: C++ wrappers for FreeImage (development files)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the headers and static libraries needed to develop
programs using FreeImagePlus.
Package: libfreeimageplus-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
libjs-jquery
Description: C++ wrappers for FreeImage (documentation)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the documentation for FreeImagePlus.
Package: libfreeimageplus3
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: C++ wrappers for freeimage (library)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the FreeImagePlus library.
Package: libfreeimageplus3-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libfreeimageplus3 (= ${binary:Version}),
${misc:Depends}
Description: C++ wrappers for FreeImage (debugging symbols)
FreeImage is an Open Source C/C++ library project for developers who would
like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
and others as needed by today's multimedia applications. FreeImage is
easy to use, fast, multithreading safe, and cross-platform (works both
with Linux, 32 bit Windows and Mac OS X).
.
This package contains the debugging symbols for the FreeImagePlus library.
|