diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..a9ce253ddf6b --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,51 @@ +pkgbase = alice-vision + pkgdesc = Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms + pkgver = 3.2.0 + pkgrel = 6 + url = https://alicevision.github.io/ + arch = x86_64 + license = MPL2 + license = MIT + makedepends = boost + makedepends = ninja + makedepends = eigen + makedepends = freetype2 + makedepends = coin-or-coinutils + makedepends = coin-or-lemon + makedepends = git + makedepends = cmake + makedepends = doxygen + makedepends = python-sphinx + depends = boost-libs + depends = openimageio + depends = flann + depends = geogram + depends = coin-or-clp + depends = ceres-solver + depends = cctag + depends = alembic + depends = opengv + depends = opencv + depends = popsift + depends = uncertainty-framework + depends = assimp + options = !lto + options = !debug + source = git+https://github.com/alicevision/AliceVision#tag=v3.2.0 + source = MeshSDFilter::git+https://github.com/alicevision/MeshSDFilter.git#branch=av_develop + source = nanoflann::git+https://github.com/alicevision/nanoflann.git + source = FindCoinUtils.cmake + source = FindClp.cmake + source = FindOsi.cmake + source = fix-computeUncertainty-build.patch + source = fix-default-ocio-path.patch + sha256sums = SKIP + sha256sums = SKIP + sha256sums = SKIP + sha256sums = d21691bfd9c2561cea52b5f48caf885ec6f8c2a0603ce594914bff610e77a0c5 + sha256sums = 6523435334eec6e39a244371287504cd0a0e88aa0cbe5dcac38b819ea881074e + sha256sums = fbb87c86bc0b2ee2c98abfbecb0d555f75f01ccf5d4c59c22bb598e7f2897bf9 + sha256sums = 17546a6c362782f90d1d85eb7a4b42b96f5f51879c68efbcbcf07635e0f60cbc + sha256sums = 3f02c715f27498ac8982edee3e3af151b0cd2a9cb83da37fef3b7fec1e34b169 + +pkgname = alice-vision diff --git a/PKGBUILD b/PKGBUILD index ff2b36391a3a..baf4916e5222 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=alice-vision pkgname=('alice-vision') # 'alice-vision-cuda' pkgver=3.2.0 -pkgrel=5 +pkgrel=6 pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms" arch=('x86_64') url="https://alicevision.github.io/"