Search Criteria
Package Details: libjpeg-turbo-git 3.2.0.r2.g8a99315b-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-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)
- 64gram-desktop (requires libjpeg-turbo)
- abiword-git (requires libjpeg-turbo)
- activinspire (requires libjpeg-turbo)
- adwm (requires libjpeg-turbo)
- adwm-git (requires libjpeg-turbo)
- afni (requires libjpeg-turbo)
- airsane-git (requires libjpeg-turbo)
- 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)
- architect (requires libjpeg-turbo)
- arc_unpacker-git (requires libjpeg-turbo)
- ariang-native-git (requires libjpeg-turbo)
- asciiville (requires libjpeg-turbo)
- aseprite (requires libjpeg-turbo)
- aseprite (requires libjpeg.so)
- aseprite-skia-bin (requires libjpeg.so)
- Show 1032 more...
Latest Comments
Chocobo1 commented on 2026-07-02 13:55 (UTC)
Done.
xuiqzy commented on 2026-07-02 11:26 (UTC)
This package should probably remove the
libjpegvirtual package inprovidesfollowing the general ArchLinux change: https://archlinux.org/todo/stop-relying-on-virtual-libjpeg-lib32-libjpeg-package/Also see the
libjpeg-turbochange and comments there: https://gitlab.archlinux.org/archlinux/packaging/packages/libjpeg-turbo/-/commit/a0e534d2803d7561c791ab5cd7f1a6f496d0cfaaChocobo1 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.