Package Details: libjpeg-turbo-git 3.2.0.r2.g8a99315b-1

Git Clone URL: https://aur.archlinux.org/libjpeg-turbo-git.git (read-only, click to copy)
Package Base: libjpeg-turbo-git
Description: JPEG codec with SIMD accelerated compression and decompression
Upstream URL: https://libjpeg-turbo.org/
Licenses: LicenseRef-libjpeg-turbo
Conflicts: libjpeg-turbo
Provides: libjpeg-turbo, libjpeg.so, libturbojpeg.so
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 0
Popularity: 0.000000
First Submitted: 2019-02-05 16:40 (UTC)
Last Updated: 2026-07-02 13:59 (UTC)

Dependencies (4)

Required by (1052)

Sources (1)

Latest Comments

Chocobo1 commented on 2026-07-02 13:55 (UTC)

This package should probably remove the libjpeg virtual package in provides...

Done.

xuiqzy commented on 2026-07-02 11:26 (UTC)

This package should probably remove the libjpeg virtual package in provides following the general ArchLinux change: https://archlinux.org/todo/stop-relying-on-virtual-libjpeg-lib32-libjpeg-package/

Also see the libjpeg-turbo change and comments there: https://gitlab.archlinux.org/archlinux/packaging/packages/libjpeg-turbo/-/commit/a0e534d2803d7561c791ab5cd7f1a6f496d0cfaa

Chocobo1 commented on 2022-05-18 17:04 (UTC)

in the provides section, add "libjpeg=""$pkgver-$pkgrel" 'libjpeg.so' 'libturbojpeg.so' because I have seen version-related installation issues otherwise,

OK, done.

in my personal PKGBUILD I also added the following CMAKE options: -DCMAKE_C_STANDARD=23 \ -DCMAKE_CXX_STANDARD=20 \ -DWITH_TURBOJPEG=ON \

Those are ok for your own machine but not suitable for universal deployment.

ms178 commented on 2022-05-18 13:47 (UTC) (edited on 2022-05-18 13:48 (UTC) by ms178)

Hi, I'd like to propose a change:

  • in the provides section, add "libjpeg=""$pkgver-$pkgrel" 'libjpeg.so' 'libturbojpeg.so' because I have seen version-related installation issues otherwise,

  • in my personal PKGBUILD I also added the following CMAKE options:

    -DCMAKE_C_STANDARD=23 \ -DCMAKE_CXX_STANDARD=20 \ -DWITH_TURBOJPEG=ON \

I cannot tell if they provide noticeable benefits but they didn't hurt either.