Package libjpeg-turbo: Information

    Source package: libjpeg-turbo
    Version: 2.1.5.1-alt1.p10.2
    Build time:  May 3, 2024, 02:57 PM
    Category: System/Libraries
    Report package bug
    License: BSD-3-Clause
    Summary: A SIMD-accelerated library for manipulating JPEG image format files
    Description: 
    libjpeg-turbo is a derivative of libjpeg which uses SIMD instructions
    (MMX, SSE2, etc.) to accelerate baseline JPEG compression and
    decompression on x86 and x86-64 systems.  On such systems, libjpeg-turbo
    is generally 2-4x as fast as the unmodified version of libjpeg, all else
    being equal.

    List of rpms provided by this srpm:
    libjpeg (e2kv6, e2kv5, e2kv4, e2k)
    libjpeg-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libjpeg-devel (e2kv6, e2kv5, e2kv4, e2k)
    libjpeg-utils (e2kv6, e2kv5, e2kv4, e2k)
    libjpeg-utils-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libturbojpeg (e2kv6, e2kv5, e2kv4, e2k)
    libturbojpeg-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    libturbojpeg-devel (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Michael Shigorin


      1. cmake
      2. ctest
      3. nasm

    Last changed


    May 2, 2024 Michael Shigorin 2:2.1.5.1-alt1.p10.2
    - e2k patch update (ilyakurdyukov@; backport from 2.1.5.1-alt1.1)
    April 10, 2024 Konstantin Lepikhov 2:2.1.5.1-alt1.p10.1
    - aarch64: build with NEON_INTRINSICS.
    Nov. 7, 2023 Konstantin Lepikhov 2:2.1.5.1-alt1
    - 2.1.5.1.
    - .spec: Escape unparseable symbols.
    - .spec: Disable static build (cmake often prefer -static over shared which
             is not desired way).