Package Details: quirc 1.2-2

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/
Licenses: ISC
Submitter: fabrixxm
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 3
Popularity: 0.22
First Submitted: 2018-03-03 10:07 (UTC)
Last Updated: 2024-07-09 15:15 (UTC)

Latest Comments

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, sdl2 fixes the missing dependencies

EndlessEden commented on 2024-06-22 10:05 (UTC)

@fabrixxm -- missing SDL in depends

quirc -flto=auto -fPIC Package sdl was not found in the pkg-config search path.

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.