Package Details: zxing-cpp-git 2.1.0.r80.gb15819d6-1

Git Clone URL: https://aur.archlinux.org/zxing-cpp-git.git (read-only, click to copy)
Package Base: zxing-cpp-git
Description: A C++ library to decode QRCode
Upstream URL: https://github.com/zxing-cpp/zxing-cpp
Licenses: Apache
Conflicts: zxing-cpp
Provides: zxing-cpp
Submitter: arthaud
Maintainer: xiota
Last Packager: xiota
Votes: 9
Popularity: 0.000000
First Submitted: 2015-12-06 21:19 (UTC)
Last Updated: 2023-11-08 21:51 (UTC)

Dependencies (4)

Required by (31)

Sources (1)

Latest Comments

MarsSeed commented on 2023-08-18 19:58 (UTC)

Also please add the needed conflicts=(zxing-cpp).

MarsSeed commented on 2023-08-18 19:55 (UTC)

Currently used source fork has been discontinued since 2019.

Please switch to currently maintained fork:

https://github.com/zxing-cpp/zxing-cpp

vgavro commented on 2018-12-21 07:03 (UTC) (edited on 2018-12-21 07:04 (UTC) by vgavro)

If you have problems on building with opencv:

zxing-cpp-git/opencv-cli/src/main.cpp:138:27: error: ‘CV_CAP_PROP_FRAME_WIDTH’ was not declared in this scope
zxing-cpp-git/opencv-cli/src/main.cpp:145:27: error: ‘CV_CAP_PROP_FRAME_HEIGHT’ was not declared in this scope
zxing-cpp-git/opencv-cli/src/main.cpp:169:35: error: ‘CV_BGR2GRAY’ was not declared in this scope

While https://github.com/glassechidna/zxing-cpp/pull/71 is not merged: replace "source" with "https://github.com/B-LechCode/zxing-cpp" for temporary fix.

arthaud commented on 2018-05-27 00:28 (UTC)

@nicofee: Apparently, gtkglext is only required when building with opencv, and opencv is optional to build zxing-cpp. The best I could do was to add both opencv and gtkglext as optional dependencies.

nicofee commented on 2018-05-24 11:39 (UTC)

Please add gtkglext as a dependency

arthaud commented on 2017-10-05 16:18 (UTC)

@yantene: Fixed, using -DBUILD_TESTING=ON

yantene commented on 2017-09-26 18:00 (UTC)

I think that there is no `./testrunner`.

arthaud commented on 2017-07-14 15:15 (UTC)

@The_K: done

the-k commented on 2017-07-14 08:19 (UTC)

Please, add "-DCMAKE_CXX_FLAGS=-fPIC".