Lars Vogdt 2011-09-19 19:12:17 +00:00 committed by Git OBS Bridge
commit 6b41d3abef
7 changed files with 30 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd3d5c71a8c51336093df0f3603b6a268614a2f20375281f010e1c2cb7af9286
size 1208704

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6a3d70dfea71ad86f102afe84e0abb7b2604094f9483d06ff323039080d6c5c
size 1230318

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu May 19 14:44:56 CEST 2011 - pgajdos@suse.cz
- updated to 1.1.1:
* Fixed a 1-pixel error in row 0, column 21 of the luminance
plane generated by tjEncodeYUV().
* libjpeg-turbo's accelerated Huffman decoder previously
ignored unexpected markers found in the middle of the
JPEG data stream during decompression. It will now
hand off decoding of a particular block to the unaccelerated
Huffman decoder if an unexpected marker is found, so that
the unaccelerated Huffman decoder can generate an appropriate
warning.
* Fixed a bug in jpeg_read_coefficients() whereby it would
not initialize cinfo->image_width and cinfo->image_height
if libjpeg v7 or v8 emulation was enabled. This specifically
caused the jpegoptim program to fail if it was linked against
a version of libjpeg-turbo that was built with libjpeg v7 or
v8 emulation.
* Eliminated excessive I/O overhead that occurred when reading
BMP files in cjpeg.
*
-------------------------------------------------------------------
Thu Mar 3 13:53:18 CET 2011 - pgajdos@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package libjpeg-turbo
# spec file for package jpeg-turbo
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%define major 62
%define minor 0
%define micro 0
%define srcver 1.1.0
%define srcver 1.1.1
%define libver %{major}.%{minor}.%{micro}
# major number of library from jpeg8
%define cmajor 8
@ -33,7 +33,7 @@ Version: %{srcver}
Release: 1
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
Url: http://sourceforge.net/projects/libjpeg-turbo
BuildRequires: gcc-c++ nasm
BuildRequires: nasm gcc-c++
Provides: jpeg = %{version}
Obsoletes: jpeg
Conflicts: jpeg%{major}
@ -53,7 +53,6 @@ JPEG images.
License: BSD3c(or similar)
Summary: The MMX/SSE accelerated JPEG compression/decompression library
Version: %{libver}
Release: 2
Provides: libjpeg6 = %{version}
Obsoletes: libjpeg6
Group: System/Libraries
@ -75,11 +74,9 @@ Authors:
Michael Mauldin <mlm@cs.cmu.edu>
%package -n libjpeg%{major}-devel
License: BSD3c(or similar)
Summary: Development Tools for applications which will use the Libjpeg Library
Version: %{libver}
Release: 2
Group: Development/Libraries/C and C++
Requires: libjpeg%{major} = %{version}
Provides: libjpeg-devel = %{version}

0
ready Normal file
View File