Search Criteria
Package Details: libjpeg-turbo-git 3.1.1.r6.g81feffa6-1
Package Actions
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, 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: | 2025-07-09 14:09 (UTC) |
Dependencies (4)
Required by (1144)
- aaphoto (requires libjpeg)
- abiword-git (requires libjpeg-turbo)
- activinspire (requires libjpeg-turbo)
- adwm (requires libjpeg-turbo)
- adwm-git (requires libjpeg-turbo)
- afni (requires libjpeg-turbo)
- agar (requires libjpeg) (optional)
- airsane-git (requires libjpeg)
- alchemy-viewer-git (requires libjpeg-turbo)
- alice-tools-git (requires libjpeg-turbo)
- angle (requires libjpeg-turbo)
- ansel-git (requires libjpeg-turbo)
- antiduplx-git (requires libjpeg-turbo)
- aobook (requires libjpeg-turbo)
- aqsis-git (requires libjpeg)
- arch-gaming-meta (requires libjpeg-turbo)
- architect (requires libjpeg-turbo)
- arc_unpacker-git (requires libjpeg-turbo)
- ariang-native-git (requires libjpeg)
- asciiville (requires libjpeg-turbo)
- Show 1124 more...
Latest Comments
Chocobo1 commented on 2022-05-18 17:04 (UTC)
OK, done.
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.