Package Details: libjpeg-turbo-git 2.1.3.r16.g290ddbf7-2

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: custom
Conflicts: libjpeg-turbo
Provides: libjpeg, 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: 2022-05-18 17:01 (UTC)

Dependencies (4)

Required by (1048)

Sources (1)

Latest Comments

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.