opencv3, revbump for libgdal/libproj, switch to python3.9 (#8571)

This commit is contained in:
Schrijvers Luc
2023-05-02 19:57:23 +02:00
committed by GitHub
parent 8bb2165819
commit 6937c0c417

View File

@@ -9,13 +9,13 @@ COPYRIGHT="2000-2016, Intel Corporation
2015-2016, OpenCV Foundation
2015-2016, Itseez Inc."
LICENSE="BSD (3-clause)"
REVISION="13"
REVISION="14"
SOURCE_URI="https://github.com/opencv/opencv/archive/$portVersion.tar.gz"
SOURCE_FILENAME="opencv-$portVersion.tar.gz"
CHECKSUM_SHA256="4eef85759d5450b183459ff216b4c0fa43e87a4f6aa92c8af649f89336f002ec"
SOURCE_DIR="opencv-$portVersion"
ARCHITECTURES="all !x86_gcc2 ?x86"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
@@ -28,7 +28,7 @@ portVersionCompat="$portVersion compat >= ${portVersion%%.*}"
libVersion="$portVersion"
libVersionCompat="$libVersion compat >= ${libVersion%.*}"
pythonVersion="3.7"
pythonVersion="3.9"
PROVIDES="
opencv3$secondaryArchSuffix = $portVersionCompat
@@ -114,7 +114,7 @@ BUILD_REQUIRES="
# devel:libcaffe$secondaryArchSuffix
devel:libexif$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
devel:libgdal$secondaryArchSuffix >= 26
devel:libgdal$secondaryArchSuffix
# devel:libgflags$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix