Add support for arithmetic coded files into decoder (#639672).
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
9b560c259d
commit
434cc7a7b1
@ -1,6 +1,6 @@
|
|||||||
Name: libjpeg-turbo
|
Name: libjpeg-turbo
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
|
Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -21,6 +21,8 @@ Obsoletes: libjpeg < 6b-47
|
|||||||
# java-1.6.0-openjdk (#rh607554) -- atkac
|
# java-1.6.0-openjdk (#rh607554) -- atkac
|
||||||
Provides: libjpeg = 6b-47
|
Provides: libjpeg = 6b-47
|
||||||
|
|
||||||
|
Patch0: libjpeg-turbo10-rh639672.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libjpeg-turbo package contains a library of functions for manipulating
|
The libjpeg-turbo package contains a library of functions for manipulating
|
||||||
JPEG images
|
JPEG images
|
||||||
@ -70,6 +72,8 @@ JPEG images
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
%patch0 -p1 -b .rh639672
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
|
||||||
@ -131,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libjpeg.a
|
%{_libdir}/libjpeg.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 29 2010 Adam Tkac <atkac redhat com> 1.0.1-3
|
||||||
|
- add support for arithmetic coded files into decoder (#639672)
|
||||||
|
|
||||||
* Wed Sep 29 2010 jkeating - 1.0.1-2
|
* Wed Sep 29 2010 jkeating - 1.0.1-2
|
||||||
- Rebuilt for gcc bug 634757
|
- Rebuilt for gcc bug 634757
|
||||||
|
|
||||||
|
1283
libjpeg-turbo10-rh639672.patch
Normal file
1283
libjpeg-turbo10-rh639672.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user