From b707cfca2ab710a59937ade1eb7da3cef5fb6647 Mon Sep 17 00:00:00 2001 From: sfn Date: Sat, 25 Oct 2025 13:36:02 +0200 Subject: [PATCH] Last commit forgot to update cmake include files and so broke downstream builds. This fixes that --- .SRCINFO | 2 +- PKGBUILD | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1f2b7d068df7..8e89ff57a840 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = alice-vision pkgdesc = Photogrammetric Computer Vision Framework which provides 3D Reconstruction and Camera Tracking algorithms pkgver = 3.3.0 - pkgrel = 7 + pkgrel = 8 url = https://alicevision.org/ arch = x86_64 license = MPL-2.0 diff --git a/PKGBUILD b/PKGBUILD index 425117087fd1..8f5144dc268a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname='alice-vision' pkgver=3.3.0 -pkgrel=7 +pkgrel=8 options=('!debug') # debug package is kinda big -- needs investigation! pkgdesc="Photogrammetric Computer Vision Framework which provides 3D Reconstruction and Camera Tracking algorithms" arch=('x86_64') @@ -71,6 +71,7 @@ prepare() { sed '/Boost::system/d' -i src/software/convert/CMakeLists.txt sed '/Boost::system/d' -i src/aliceVision/system/CMakeLists.txt sed '/Boost::system/d' -i src/aliceVision/sensorDB/CMakeLists.txt + sed 's|serialization system thread|serialization thread|g' -i src/CMakeLists.txt }