Search Criteria
Package Details: quirc 1.2-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/quirc.git (read-only, click to copy) |
|---|---|
| Package Base: | quirc |
| Description: | QR decoder library |
| Upstream URL: | https://github.com/dlbeer/quirc |
| Keywords: | qrcode |
| Licenses: | ISC |
| Submitter: | fabrixxm |
| Maintainer: | None |
| Last Packager: | xiota |
| Votes: | 7 |
| Popularity: | 1.13 |
| First Submitted: | 2018-03-03 10:07 (UTC) |
| Last Updated: | 2026-07-02 18:20 (UTC) |
Dependencies (3)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- sdl12-compat (sdl12-compat-gitAUR)
- sdl_gfx
Latest Comments
rait commented on 2026-07-02 18:00 (UTC)
The maintainers of
libjpeg-turbohave removed the provision forlibjpeg, so this package doesn't compile anymore.Could you replace the provision in the PKGBUILD with
libjpeg-turbo?Source: https://gitlab.archlinux.org/archlinux/packaging/packages/libjpeg-turbo/-/commit/a0e534d2803d7561c791ab5cd7f1a6f496d0cfaa
fabrixxm commented on 2024-07-02 16:53 (UTC)
I've updated the PKGBUILD, thanks all for the comments. I hope it works correctly now.
I've not added SDL as dependency as is required only to compile "quirc-demo", which I'm not compiling in this package.
Caligatio commented on 2024-06-30 05:52 (UTC)
@fabrixxm The issue that @dbermond mentioned is now breaking the compile of a few other packages. Any chance you can update the PKGBUILD to make the relevant symlinks?
SolarAquarion commented on 2024-06-24 15:53 (UTC)
you need to add sdl
LordSIGSEGV commented on 2024-06-24 08:01 (UTC) (edited on 2024-06-24 08:30 (UTC) by LordSIGSEGV)
Installing the packages
sdl,sdl2fixes the missing dependenciesEndlessEden commented on 2024-06-22 10:05 (UTC)
@fabrixxm -- missing SDL in depends
dbermond commented on 2024-04-04 16:26 (UTC)
@fabrixxm Package is missing the libquirc.so symlink file. Without installing this symlink, ldconfig will automatically create it upon installation, and this will become a system file untracked by pacman. And there is no need to install the static library alongside with the shared library. When the shared libraries symlinks are present, makepkg will automatically remove the corresponding static libraries (unless you specify 'staticlibs' in the 'options' array). Also missing the uncommon (copyrighted) license file. For a reference, you can see quirc-git.