upgpkg: 3.2.0-6: google-glog 0.7 rebuild

This commit is contained in:
Antonio Rojas 2024-02-17 20:20:37 +01:00
parent fab875f27b
commit f7d2d6e1bc
No known key found for this signature in database
GPG key ID: 7A4E76095D8A52E4
2 changed files with 52 additions and 1 deletions

51
.SRCINFO Normal file
View file

@ -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

View file

@ -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/"