Disable QUIRC QRcode 3rdparty library 13/288713/2 accepted/tizen/unified/20230223.162146
authorTae-Young Chung <ty83.chung@samsung.com>
Wed, 22 Feb 2023 03:27:10 +0000 (12:27 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Wed, 22 Feb 2023 03:42:19 +0000 (12:42 +0900)
[Version] 4.7.0-1
[Issue type] update

QUIRC is QRcode decoding library having ISC License.
Without QUIRC, OpenCV provides QRcode detection only.

Change-Id: I2180e2957e7a9de410a0e150ef137a02228f5445
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
packaging/opencv.spec

index 07f568c..b797c21 100644 (file)
@@ -7,7 +7,7 @@
 Name: opencv
 Summary: OpenCV library
 Version: 4.7.0
-Release: 0
+Release: 1
 Group: Development/Libraries
 License: Apache-2.0 and BSD-3-Clause
 Source0: %{name}-%{version}.tar.gz
@@ -236,6 +236,7 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
        -DWITH_VTK=OFF \
        -DWITH_WIN32UI=OFF \
        -DWITH_XIMEA=OFF \
+       -DWITH_QUIRC=OFF \
 %if 0%{?support_gstreamer}
        -DWITH_GSTREAMER=ON \
 %else