zxing-cpp: update to 2.2.1.
This commit is contained in:
parent
3cc603708c
commit
25f2ee0bc7
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'zxing-cpp'
|
# Template file for 'zxing-cpp'
|
||||||
pkgname=zxing-cpp
|
pkgname=zxing-cpp
|
||||||
version=2.1.0
|
version=2.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_EXAMPLES=OFF -DBUILD_BLACKBOX_TESTS=OFF -DBUILD_DEPENDENCIES=LOCAL"
|
configure_args="-DBUILD_EXAMPLES=OFF -DBUILD_BLACKBOX_TESTS=OFF
|
||||||
|
-DBUILD_DEPENDENCIES=LOCAL"
|
||||||
checkdepends="gtest-devel"
|
checkdepends="gtest-devel"
|
||||||
short_desc="Multi-format 1D/2D barcode image processing library"
|
short_desc="Multi-format 1D/2D barcode image processing library"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/nu-book/zxing-cpp/"
|
homepage="https://github.com/zxing-cpp/zxing-cpp/"
|
||||||
changelog="https://github.com/zxing-cpp/zxing-cpp/releases"
|
changelog="https://github.com/zxing-cpp/zxing-cpp/releases"
|
||||||
distfiles="https://github.com/nu-book/zxing-cpp/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=6d54e403592ec7a143791c6526c1baafddf4c0897bb49b1af72b70a0f0c4a3fe
|
checksum=02078ae15f19f9d423a441f205b1d1bee32349ddda7467e2c84e8f08876f8635
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DBUILD_UNIT_TESTS=ON"
|
configure_args+=" -DBUILD_UNIT_TESTS=ON"
|
||||||
|
|
Loading…
Reference in New Issue