head 1.2; access; symbols pkgsrc-2023Q2:1.1.0.2 pkgsrc-2023Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2023.07.29.02.15.00; author markd; state dead; branches; next 1.1; commitid aXWfoidDbFd5NDyE; 1.1 date 2023.04.29.14.37.08; author wiz; state Exp; branches; next ; commitid J9K8mTWtYIf8P0nE; desc @@ 1.2 log @prison: update to 5.108.0 5.99 Increase quiet zone for qrcode 5.100 Convert code128 data table to binary literals Simplify QR reference PNG images 5.101 Fix copy/pasted license header, this needs to be MIT 5.102 Add support for ZXing 2.0 5.104 KPrisonScanner target: add include dir for version header to interface 5.106 Fix PDF417 with binary content not producing any output with ZXing 2.0 5.107 Add EAN13 support Factor out code for interfacing with ZXing for barcode generation @ text @$NetBSD: patch-CMakeLists.txt,v 1.1 2023/04/29 14:37:08 wiz Exp $ ZXing 2.0 support https://github.com/KDE/prison/commit/14fb6f0a31373b242bdeb18cf9f3a36441bf86b5 --- CMakeLists.txt.orig 2022-09-05 09:32:45.000000000 +0000 +++ CMakeLists.txt @@@@ -44,7 +44,10 @@@@ find_package(Dmtx) set_package_properties(Dmtx PROPERTIES PURPOSE "Required for generation of Data Matrix barcodes." TYPE RECOMMENDED) -find_package(ZXing 1.2.0) +find_package(ZXing 2.0) +if (NOT TARGET ZXing::ZXing) + find_package(ZXing 1.2.0) +endif() set_package_properties(ZXing PROPERTIES PURPOSE "Required for generation of PDF417 barcodes and for scanning of barcodes from live video feed." TYPE RECOMMENDED) @ 1.1 log @prison: add support for ZXing 2.0 @ text @d1 1 a1 1 $NetBSD$ @