From a62d3d099c3eab44964de36e051801e41058da59 Mon Sep 17 00:00:00 2001 From: fixstars_xinyu <143661893+xinyuli1204@users.noreply.github.com> Date: Thu, 20 Mar 2025 10:22:31 -0700 Subject: [PATCH 1/2] update ionkit 3.2.6 --- installer/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/config.yml b/installer/config.yml index 37a47dd0..00560c74 100644 --- a/installer/config.yml +++ b/installer/config.yml @@ -13,9 +13,9 @@ libraries: ion_kit: name: ion-kit - pkg_sha: "6714b46f4f9f6db0806e78e69e1fee6188e520a5dfca5b134d1e007ae410fa33" + pkg_sha: "f99f81f9f415241c0327b983473583e8ae20ab187e9d6a5aebc1e74f38955ecf" git_repo: "https://github.com/fixstars/ion-kit.git" - version: "v3.2.6" + version: "v3.2.7" opencv: name: opencv @@ -39,4 +39,4 @@ libraries: name: "gstreamer plugins" pkg_sha: "28e8a224b7f5b1de23e45bd680f56845bd792a911315a0bcfa2064af1c1aa1d0" git_repo: "https://github.com/Sensing-Dev/gst-plugins" - version: "v1.22.5.8" \ No newline at end of file + version: "v1.22.5.8" From d41daaf84dd355046911ce9f41e5093e5eff0cb6 Mon Sep 17 00:00:00 2001 From: fixstars_xinyu <143661893+xinyuli1204@users.noreply.github.com> Date: Thu, 20 Mar 2025 10:46:54 -0700 Subject: [PATCH 2/2] Update develop-Linux.yml --- .github/workflows/develop-Linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop-Linux.yml b/.github/workflows/develop-Linux.yml index e5808378..174f6539 100644 --- a/.github/workflows/develop-Linux.yml +++ b/.github/workflows/develop-Linux.yml @@ -219,8 +219,8 @@ jobs: pip install opencv-python sudo apt install -y libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-4.0 pip install aravis-python - pip3 install pycairo - pip3 install PyGObject + pip3 install pycairo==1.27.0 + pip3 install PyGObject==3.50.0 - name: Test Aravis run: |