File jpeg9.changes of Package jpeg9
-------------------------------------------------------------------
Wed Jan 22 11:56:11 UTC 2014 - tg@katodev.de
- Version 9a
-------------------------------------------------------------------
Sun Jan 13 22:56:11 UTC 2013 - tg@katodev.de
- Version 9
- Add cjpeg -rgb1 option to create an RGB JPEG file, and insert
a simple reversible color transform into the processing which
significantly improves the compression.
The recommended command for lossless coding of RGB images is now
cjpeg -rgb1 -block 1 -arithmetic.
As said, this option improves the compression significantly, but
the files are not compatible with JPEG decoders prior to IJG v9
due to the included color transform.
The used color transform and marker signaling is compatible with
other JPEG standards (e.g., JPEG-LS part 2).
- Remove the automatic de-ANSI-fication support (Automake 1.12).
Thank also to Nitin A Kamble for suggestion.
- Add remark for jpeg_mem_dest() in jdatadst.c.
Thank to Elie-Gregoire Khoury for the hint.
- Support files with invalid component identifiers (created
by Adobe PDF). Thank to Robin Watts for the suggestion.
- Adapt full buffer case in jcmainct.c for use with scaled DCT.
Thank to Sergii Biloshytskyi for the suggestion.
- Add type identifier for declaration of noreturn functions.
Thank to Brett L. Moore for the suggestion.
- Correct argument type in format string, avoid compiler warnings.
Thank to Vincent Torri for hint.
- Add missing #include directives in configuration checks, avoid
configuration errors. Thank to John Spencer for the hint.
-------------------------------------------------------------------
Tue Jan 15 22:56:11 UTC 2012 - tg@katodev.de
- Version 8d
- Add cjpeg -rgb option to create RGB JPEG files.
- Using this switch suppresses the conversion from RGB
- colorspace input to the default YCbCr JPEG colorspace.
- This feature allows true lossless JPEG coding of RGB color images.
- The recommended command for this purpose is currently
cjpeg -rgb -block 1 -arithmetic.
SmartScale capable decoder (introduced with IJG JPEG 8) required.
Thank to Michael Koch for the initial suggestion.
- Add option to disable the region adjustment in the transupp crop code.
Thank to Jeffrey Friedl for the suggestion.
Thank to Richard Jones and Edd Dawson for various minor corrections.
Thank to Akim Demaille for configure.ac cleanup.
-------------------------------------------------------------------
Tue Dec 20 20:56:11 UTC 2011 - coolo@suse.com
- remove call to suse_update_config (very old work around)
-------------------------------------------------------------------
Tue Dec 13 11:26:18 UTC 2011 - cfarrell@suse.com
- license update: SUSE-IJG
The package license is not BSD-3-Clause. It is the IJG^s license with a
SUSE prefix to indicate that the license has not yet been accepted
upstream at http://www.spdx.org/licenses. Using (and suggesting) the
Fedora license designation
-------------------------------------------------------------------
Sat Dec 10 18:32:01 UTC 2011 - idonmez@suse.com
- Name field shouldn't contain a macro
-------------------------------------------------------------------
Sat Dec 10 18:08:28 UTC 2011 - idonmez@suse.com
- Update to version 8.0.3
* A -block N option was added to the compression library and cjpeg
for using different DCT block sizes. Values of 1 to 16 are possible,
and the default is 8 (baseline format).
-------------------------------------------------------------------
Tue Dec 14 14:32:36 CET 2010 - pgajdos@suse.cz
- spec file cleanup
-------------------------------------------------------------------
Fri Dec 10 13:58:58 CET 2010 - pgajdos@suse.cz
- renamed:
* jpeg to jpeg8
* jpeg-devel to jpeg8-devel
- reason: make libjpeg-turbo default
-------------------------------------------------------------------
Mon Aug 23 11:00:52 CEST 2010 - pgajdos@suse.cz
- updated to version 8.0.2:
* Repair problem in new memory source manager with corrupt JPEG
data.
* Repair problem in Makefile.am test target.
-------------------------------------------------------------------
Mon Mar 15 15:48:19 CET 2010 - pgajdos@suse.cz
- updated to version 8.0.1:
* Writing tables-only datastreams via jpeg_write_tables works
again.
* Support 32-bit BMPs (RGB image with Alpha channel) for read
in cjpeg.
* Improve accuracy in floating point IDCT calculation.
-------------------------------------------------------------------
Mon Mar 8 10:00:49 CET 2010 - pgajdos@suse.cz
- fixed baselibs.conf, see [bnc#580024], comment #11
-------------------------------------------------------------------
Sat Feb 13 22:49:49 CET 2010 - dmueller@suse.de
- update to version 8.0.0:
* jpegtran now supports the same -scale option as djpeg for "lossless" resize.
* Add sanity check in BMP reader module to avoid cjpeg crash for empty input
image (thank to Isaev Ildar of ISP RAS, Moscow, RU for reporting this error).
* Add data source and destination managers for read from and write to
memory buffers. New API functions jpeg_mem_src and jpeg_mem_dest.
- fix baselibs.conf
-------------------------------------------------------------------
Mon Feb 8 14:22:58 CET 2010 - pgajdos@suse.cz
- updated to version 7.0.0 [bnc#561161]; summary from change.log
file:
* New scaled DCTs implemented.
* cjpeg -quality option has been extended for support of separate
quality settings for luminance and chrominance
* Added -nosmooth option to cjpeg, complementary to djpeg.
* Support arithmetic entropy encoding and decoding.
* jpegtran has a new "lossless" cropping feature.
* Implement -perfect option in jpegtran, new API function
jtransform_perfect_transform() in transupp.
* Add -raw option to rdjpgcom not to mangle the output.
- removed upstreamed/obsoleted patches
- libjpeg package renamed to libjpeg7
-------------------------------------------------------------------
Tue Dec 15 19:35:07 CET 2009 - jengelh@medozas.de
- add baselibs.conf as a source
-------------------------------------------------------------------
Tue Nov 3 19:09:22 UTC 2009 - coolo@novell.com
- updated patches to apply with fuzz=0
-------------------------------------------------------------------
Wed Jun 10 00:35:17 CEST 2009 - crrodriguez@suse.de
- disable static libraries
- support DESTDIR
-------------------------------------------------------------------
Wed Jan 14 09:03:29 CET 2009 - olh@suse.de
- obsolete libjpeg-XXbit instead of jpeg-XXbit
-------------------------------------------------------------------
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
(bnc#437293)
-------------------------------------------------------------------
Thu Dec 4 12:34:56 CET 2008 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
Wed Oct 10 14:31:54 CEST 2007 - nadvornik@suse.cz
- do not add -fstack-protector explicitely
-------------------------------------------------------------------
Mon Oct 23 02:16:36 CEST 2006 - dmueller@suse.de
- remove unnecessary libtool .la file
-------------------------------------------------------------------
Fri Mar 3 16:40:26 CET 2006 - nadvornik@suse.cz
- fixed header file for C++ [#153600]
-------------------------------------------------------------------
Wed Jan 25 21:30:23 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Thu Jan 12 16:17:37 CET 2006 - nadvornik@suse.cz
- compile with -fstack-protector
-------------------------------------------------------------------
Wed Dec 15 19:55:17 CET 2004 - nadvornik@suse.cz
- added jpegtran patch from http://sylvana.net/jpegcrop/
-------------------------------------------------------------------
Mon Aug 30 11:31:31 CEST 2004 - kukuk@suse.de
- Fix wrong version of libjpeg-devel
-------------------------------------------------------------------
Wed Aug 25 22:27:56 CEST 2004 - ro@suse.de
- remove wrong provides
-------------------------------------------------------------------
Wed Aug 25 11:43:05 CEST 2004 - kukuk@suse.de
- Avoid /bin/sh PreRequires
- Create libjpeg-devel subpackage
-------------------------------------------------------------------
Tue Feb 24 21:47:05 CET 2004 - kukuk@suse.de
- Cleanup neededforbuild
-------------------------------------------------------------------
Sat Jan 10 22:38:48 CET 2004 - adrian@suse.de
- add %defattr and %run_ldconfig
-------------------------------------------------------------------
Fri Jul 26 21:10:52 CEST 2002 - adrian@suse.de
- fix neededforbuild
-------------------------------------------------------------------
Wed Jun 19 12:20:16 CEST 2002 - nadvornik@suse.cz
- patch to support old JPEG-in-TIFF encapsulations [bug #16408]
-------------------------------------------------------------------
Fri May 31 14:19:40 CEST 2002 - meissner@suse.de
- patch the included ltconfig so it does handle ppc64 correctly.
-------------------------------------------------------------------
Tue Feb 5 16:23:40 CET 2002 - nadvornik@suse.cz
- put defines like #define HAVE_STDLIB_H between
#ifdef JPEG_INTERNALS in jconfig.h because the same defines
are in kde config.h
-------------------------------------------------------------------
Wed Jan 9 09:32:31 CET 2002 - nadvornik@suse.cz
- used macros %{_lib} and %{_libdir}
-------------------------------------------------------------------
Tue Dec 4 16:18:01 CET 2001 - nadvornik@suse.cz
- added Provides: libjpeg-devel for compatibility [bug #11978]
-------------------------------------------------------------------
Fri Nov 30 16:39:12 CET 2001 - nadvornik@suse.cz
- fixed definition of INT32 in jmorecfg.h
-------------------------------------------------------------------
Wed May 9 23:40:03 CEST 2001 - mfabian@suse.de
- bzip2 sources
-------------------------------------------------------------------
Mon Nov 20 17:32:23 CEST 2000 - ro@suse.de
- own directory for seejpeg
-------------------------------------------------------------------
Thu Oct 12 14:50:07 CEST 2000 - nadvornik@suse.cz
- fixed Copyright
- ran "make test"
-------------------------------------------------------------------
Wed May 17 08:51:55 CEST 2000 - nadvornik@suse.cz
- fixed to compile
- changed Group tag
-------------------------------------------------------------------
Tue Apr 4 14:53:34 CEST 2000 - nadvornik@suse.cz
- fixed spec file
-------------------------------------------------------------------
Tue Apr 4 11:21:34 CEST 2000 - nadvornik@suse.cz
- fixed to compile
- added URL
-------------------------------------------------------------------
Thu Mar 30 06:30:55 EST 2000 - jj@suse.de
- added %{?suse_update_config:%{suse_update_config -f}} for s390
-------------------------------------------------------------------
Fri Feb 18 08:17:20 CET 2000 - ro@suse.de
- set libjpeg-package version to 6.2.0
-------------------------------------------------------------------
Tue Jan 25 14:49:59 CET 2000 - ro@suse.de
- update to 6b
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Tue Nov 24 14:43:48 MET 1998 - ro@suse.de
- moved to prefix /usr
- added libjpeg.so.6 link
-------------------------------------------------------------------
Tue Nov 17 16:05:33 MET 1998 - ro@suse.de
- jconfig.h undef HAVE_STDLIB_H before defining it
-------------------------------------------------------------------
Tue May 12 18:18:42 MEST 1998 - ro@suse.de
- extracted package from libgr / build from own sources