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
|
Source: libjpeg-turbo
Priority: optional
Section: graphics
Maintainer: Ondřej Surý <ondrej@debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>
Build-Depends: cmake (>= 2.8.12),
debhelper-compat (= 13),
default-jdk,
help2man,
javahelper,
nasm
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://www.libjpeg-turbo.org/
Vcs-Git: https://salsa.debian.org/debian/libjpeg-turbo.git
Vcs-Browser: https://salsa.debian.org/debian/libjpeg-turbo/
Package: libjpeg-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libjpeg62-turbo-dev (>= ${source:Version}),
${misc:Depends}
Conflicts: libjpeg62-dev,
libjpeg7-dev,
libjpeg8-dev,
libjpeg9-dev
Description: Development files for the JPEG library [dummy package]
This package depends on default Debian implementation of
libjpeg.so.62 JPEG library.
Package: libjpeg62-turbo-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends: libc-dev,
libjpeg62-turbo (= ${binary:Version}),
${misc:Depends}
Conflicts: libjpeg62-dev,
libjpeg7-dev,
libjpeg8-dev,
libjpeg9-dev
Replaces: libjpeg62-dev,
libjpeg7-dev,
libjpeg8-dev,
libjpeg9-dev
Provides: libjpeg-dev
Description: Development files for the libjpeg-turbo JPEG library
The libjpeg-turbo JPEG library is a library for handling JPEG files.
.
libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
SSE2, NEON) to accelerate baseline JPEG compression and decompression
on x86, x86-64, and ARM systems. The libjpeg-turbo JPEG library is
an API/ABI compatible with the IJG JPEG library.
.
This package contains the static library, headers and documentation.
Package: libjpeg62-turbo
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: libjpeg62
Replaces: libjpeg62
Provides: libjpeg62 (= ${binary:Version})
Description: libjpeg-turbo JPEG runtime library
The libjpeg-turbo JPEG library is a library for handling JPEG files.
.
libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
SSE2, NEON) to accelerate baseline JPEG compression and decompression
on x86, x86-64, and ARM systems. The libjpeg-turbo JPEG library is
an API/ABI compatible with the IJG JPEG library.
.
This package contains the shared runtime library.
Package: libturbojpeg0
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Replaces: libturbojpeg
Conflicts: libturbojpeg,
libjpeg-turbo8
Description: TurboJPEG runtime library - SIMD optimized
The libjpeg-turbo JPEG library is a library for handling JPEG files.
.
libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
SSE2, NEON) to accelerate baseline JPEG compression and decompression
on x86, x86-64, and ARM systems.
.
This package contains the TurboJPEG shared runtime library.
Package: libturbojpeg0-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends: libturbojpeg0 (= ${binary:Version}),
${misc:Depends},
Replaces: libturbojpeg-dev,
Conflicts: libturbojpeg-dev,
libturbojpeg1-dev,
libjpeg-turbo8-dev,
Provides: libturbojpeg-dev
Description: Development files for the TurboJPEG library
The libjpeg-turbo JPEG library is a library for handling JPEG files.
.
libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
SSE2, NEON) to accelerate baseline JPEG compression and decompression
on x86, x86-64, and ARM systems.
.
This package contains the static library, headers and documentation for
the TurboJPEG library.
Package: libjpeg-turbo-progs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: libjpeg-progs
Replaces: libjpeg-progs
Provides: libjpeg-progs
Description: Programs for manipulating JPEG files
This package contains programs for manipulating JPEG files from the
libjpeg-turbo JPEG library:
* cjpeg/djpeg: convert to/from the JPEG file format
* rdjpgcom/wrjpgcom: read/write comments in JPEG files
* jpegtran: lossless transformations of JPEG files
* jpegexiforient/exifautotran: manipulate EXIF orientation tag
* tjbench: a simple JPEG benchmarking tool
Package: libturbojpeg-java
Architecture: all
Section: java
Depends: ${misc:Depends},
${shlibs:Depends},
${java:Depends},
libturbojpeg0 (>= ${source:Version})
Description: Java bindings for the TurboJPEG library
The libjpeg-turbo JPEG library is a library for handling JPEG files.
.
libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
SSE2, NEON) to accelerate baseline JPEG compression and decompression
on x86, x86-64, and ARM systems.
.
This package contains the Java bindings.
|