mirror of
https://abf.rosa.ru/djam/libjpeg-turbo.git
synced 2025-02-24 03:12:57 +00:00
compat with Fedora/RH
This commit is contained in:
parent
51d9a93eb1
commit
f22ee2c14c
1 changed files with 11 additions and 1 deletions
|
@ -32,13 +32,23 @@ BuildRequires: libtool >= 1.4
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# meta package
|
||||||
|
Recommends: %{libname} = %{EVRD}
|
||||||
|
Recommends: %{libturbo} = %{EVRD}
|
||||||
|
Recommends: %{libname62} = %{EVRD}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a library of functions for manipulating JPEG images.
|
This meta package pulls packages with libraries of functions for manipulating JPEG images.
|
||||||
It is a high-speed, libjpeg-compatible version for x86 and x86-64
|
It is a high-speed, libjpeg-compatible version for x86 and x86-64
|
||||||
processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate
|
processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate
|
||||||
baseline JPEG compression and decompression. It is generally 2-4x as fast
|
baseline JPEG compression and decompression. It is generally 2-4x as fast
|
||||||
as the unmodified version of libjpeg, all else being equal.
|
as the unmodified version of libjpeg, all else being equal.
|
||||||
|
|
||||||
|
%files
|
||||||
|
# empty, meta package
|
||||||
|
# exists for compatibility with Fedora/RH
|
||||||
|
# cnrdrvcups-ufr2-uk (Canon driver) depends from it
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
|
|
Loading…
Add table
Reference in a new issue