summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-01-16 18:24:23 +0100
committerbartus2020-01-16 18:24:23 +0100
commit8ae6faef4216679facb201424cd42b3898e12748 (patch)
tree1a705c04d7d1cd8ef8493a00979116440c65a142
parentf6791033e6e5da10aac53847f64c1e06570fcdef (diff)
downloadaur-8ae6faef4216679facb201424cd42b3898e12748.tar.gz
Drop irrelevant patch.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c8b9765b606..cb5c9521de5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alice-vision-git
pkgdesc = Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms
- pkgver = 2.2.0.r43.g5bdfe01a
+ pkgver = 2.2.0.r299.gbb78c6e0a
pkgrel = 1
url = https://alicevision.github.io/
arch = i686
@@ -38,12 +38,10 @@ pkgbase = alice-vision-git
source = ute_lib::git+https://github.com/alicevision/uncertaintyTE.git
source = geogram::git+https://github.com/alicevision/geogram.git
source = submodule.patch
- source = https://github.com/alicevision/AliceVision/pull/709.patch
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = eb62c8be5a0d7ce537a928314c9d0028
- md5sums = 5bcb86d3c07abb898dfb6c2dab4ec9b6
pkgname = alice-vision-git
diff --git a/PKGBUILD b/PKGBUILD
index 1dfadff0da84..a02cc782debf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=alice-vision
#_fragment="#commit=eebc3e4f"
_fragment="#branch=develop"
pkgname=${_name}-git
-pkgver=2.2.0.r43.g5bdfe01a
+pkgver=2.2.0.r299.gbb78c6e0a
pkgrel=1
pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms"
arch=('i686' 'x86_64')
@@ -23,13 +23,11 @@ source=("${pkgname}::git+https://github.com/alicevision/AliceVision.git${_fragme
"ute_lib::git+https://github.com/alicevision/uncertaintyTE.git"
"geogram::git+https://github.com/alicevision/geogram.git"
"submodule.patch"
- "https://github.com/alicevision/AliceVision/pull/709.patch"
)
md5sums=('SKIP'
'SKIP'
'SKIP'
- 'eb62c8be5a0d7ce537a928314c9d0028'
- '5bcb86d3c07abb898dfb6c2dab4ec9b6')
+ 'eb62c8be5a0d7ce537a928314c9d0028')
_CMAKE_FLAGS=(
-DCMAKE_INSTALL_PREFIX=/usr
@@ -59,7 +57,6 @@ prepare() {
# git config submodule.src/dependencies/osi_clp.url
git submodule update
git apply ${srcdir}/submodule.patch
- git apply ${srcdir}/709.patch
# fix doc build
sed -i '/^ *install.*doc/s/doc/htmlDoc/' src/CMakeLists.txt
}