aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: ec5f951ef885cb53d9281fc5d1c425c4d5d065bb (plain)
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
Source: libjpeg-turbo
Priority: extra
Maintainer: Linaro Developers <linaro-dev@linaro.org>
Uploaders: Tom Gall <tom.gall@linaro.org>
Build-Depends: debhelper (>= 8.1.2ubuntu2), dh-autoreconf, nasm [amd64 i386]
Standards-Version: 3.9.1
Section: libs
Vcs-Git: git://git.linaro.org/people/tomgall/libjpeg-turbo/libjpeg-turbo.git

Package: libjpeg-turbo62
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: dpkg-dev, ${misc:Pre-Depends}
Replaces: libjpeg62
Description: The Independent JPEG Group's JPEG runtime library
 The Independen`t JPEG Group's JPEG library is a library for handling
 JPEG files.
 This variation is from the meego project which includes further
 optimizations.
 .
 This package contains the shared library.

Package: libjpeg-turbo-progs
Architecture: any
Description: Programs for manipulating JPEG files
 This package contains programs for manipulating JPEG files:
  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
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: libjpeg-progs, dpkg-dev, ${misc:Pre-Depends}