mirror of
https://abf.rosa.ru/djam/libjpeg-turbo.git
synced 2025-02-23 19:02:55 +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
|
||||
%endif
|
||||
|
||||
# meta package
|
||||
Recommends: %{libname} = %{EVRD}
|
||||
Recommends: %{libturbo} = %{EVRD}
|
||||
Recommends: %{libname62} = %{EVRD}
|
||||
|
||||
%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
|
||||
processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate
|
||||
baseline JPEG compression and decompression. It is generally 2-4x as fast
|
||||
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}
|
||||
|
|
Loading…
Add table
Reference in a new issue