mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
zxing-cpp: update to 2.2.1.
This commit is contained in:
parent
3cc603708c
commit
25f2ee0bc7
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'zxing-cpp'
|
||||
pkgname=zxing-cpp
|
||||
version=2.1.0
|
||||
version=2.2.1
|
||||
revision=1
|
||||
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"
|
||||
short_desc="Multi-format 1D/2D barcode image processing library"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
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"
|
||||
distfiles="https://github.com/nu-book/zxing-cpp/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=6d54e403592ec7a143791c6526c1baafddf4c0897bb49b1af72b70a0f0c4a3fe
|
||||
distfiles="https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=02078ae15f19f9d423a441f205b1d1bee32349ddda7467e2c84e8f08876f8635
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -DBUILD_UNIT_TESTS=ON"
|
||||
|
|
Loading…
Add table
Reference in a new issue