~ubuntu-branches/ubuntu/vivid/libjpeg6b/vivid

« back to all changes in this revision

Viewing changes to jerror.h

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2010-06-29 13:55:42 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100629135542-u2ux634ovmawtrog
Tags: 6b1-1
* New upstream release
  - libjpeg62 has now versionned symbols.
  - Updated build system that use current libtool.
  - Full source code for the build system.
* debian/copyright: add 6b1 upstream download URL.
* debian/control:
  - libjpeg62-dev: Provides libjpeg-dev since the transition has been
    postponed.
  - Remove now useless dependency on libtool and sharutils
  - Bump Standards-Version to 3.9.0.
* Get rid of dpatch system. Patches were only relevant to libjpeg-progs
  which is not build from this package anymore.
* Move to new source format 3.0 (quilt). Patches applied:
  - use-autotools-dev: Use autotools-dev version of config.sub/.guess.
  - extern_C-jpeglib.h: Wrap jpeglib.h with extern "C" {} if __cplusplus 
    is defined.
* debian/rules:
  - Adjust for new build system and new patch system.
* debian/shlibs: add (>=6b1) to avoid linker warnings with libjpeg6b.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
JMESSAGE(JERR_BAD_ALLOC_CHUNK, "MAX_ALLOC_CHUNK is wrong, please fix")
46
46
JMESSAGE(JERR_BAD_BUFFER_MODE, "Bogus buffer control mode")
47
47
JMESSAGE(JERR_BAD_COMPONENT_ID, "Invalid component ID %d in SOS")
48
 
JMESSAGE(JERR_BAD_CROP_SPEC, "Invalid crop request")
49
48
JMESSAGE(JERR_BAD_DCT_COEF, "DCT coefficient out of range")
50
49
JMESSAGE(JERR_BAD_DCTSIZE, "IDCT output block size %d not supported")
51
50
JMESSAGE(JERR_BAD_HUFF_TABLE, "Bogus Huffman table definition")