opencv ver. bump

This commit is contained in:
Rmys
2025-07-21 18:47:54 +03:00
parent d99049243c
commit 147e8c5228
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ def setup():
def build(): def build():
shelltools.cd("build") shelltools.cd("build")
#cmaketools.make() #cmaketools.make()
shelltools.system("ninja -j2") shelltools.system("ninja")
def install(): def install():
shelltools.cd("build") shelltools.cd("build")
+9 -2
View File
@@ -12,8 +12,8 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Computer vision library</Summary> <Summary>Computer vision library</Summary>
<Description>opencv is a programming library mainly aimed at the real time computer vision. Example applications are human-computer interaction, object identification, face recognition, motion tracking, mobile robotics.</Description> <Description>opencv is a programming library mainly aimed at the real time computer vision. Example applications are human-computer interaction, object identification, face recognition, motion tracking, mobile robotics.</Description>
<Archive sha1sum="71b8139c13b44438633f9ae8f12e58c43b0f76bf" type="targz" name="opencv-4.8.1.tar.gz">https://github.com/opencv/opencv/archive/refs/tags/4.8.1.tar.gz</Archive> <Archive sha1sum="dda4c8f904f54733133b0d3df7058b304721c8a3" type="targz" name="opencv-4.12.0.tar.gz">https://github.com/opencv/opencv/archive/refs/tags/4.12.0.tar.gz</Archive>
<Archive sha1sum="111cca75f8f3dd7d840755d6fc3c488c2fe980ed" type="targz" target="opencv-4.8.1" name="opencv_contrib-4.8.1.tar.gz">https://github.com/opencv/opencv_contrib/archive/refs/tags/4.8.1.tar.gz</Archive> <Archive sha1sum="2bcf20557c5019119c2307cb879e47b09bd1a4e5" type="targz" target="opencv-4.12.0" name="opencv_contrib-4.12.0.tar.gz">https://github.com/opencv/opencv_contrib/archive/refs/tags/4.12.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
<Dependency>hdf5-devel</Dependency> <Dependency>hdf5-devel</Dependency>
@@ -119,6 +119,13 @@
</Package> </Package>
<History> <History>
<Update release="19">
<Date>2025-07-20</Date>
<Version>4.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="18"> <Update release="18">
<Date>2023-10-22</Date> <Date>2023-10-22</Date>
<Version>4.8.1</Version> <Version>4.8.1</Version>