summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-11-25 11:03:07 +0100
committerbartus2021-11-25 11:03:07 +0100
commit2a9619a766debd02a38ad2a453fa67dfcec53da7 (patch)
tree5e9935cf0f1bebced6d6c46e5c25ca76db12a6ab
parent20352ec2b3a5472a8393a5298e26957619955abc (diff)
downloadaur-2a9619a766debd02a38ad2a453fa67dfcec53da7.tar.gz
Retract upstream applied changes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 221a807fa486..c21bc15c697e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openmvg-git
pkgdesc = open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.
- pkgver = 1.6.r20.g8b0bc84f
+ pkgver = 2.0.r7.g8f61623e
pkgrel = 1
url = http://imagine.enpc.fr/~moulonp/openMVG/
arch = i686
@@ -36,17 +36,14 @@ pkgbase = openmvg-git
source = git+https://github.com/openMVG/openMVG.git#branch=develop
source = git+https://github.com/elmindreda/glfw.git
source = findflann-v0.1.patch
- source = ld_ceres.patch::https://github.com/openMVG/openMVG/pull/1831.patch
source = submodule.patch
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 13b1f0195b5e97c17eec737e63f4da69c501bb4ced28c4c14517440009139043
- sha256sums = 53e5211b55af6f1feabff8962c174227a68e7129f97c4624c05fe1cbca428f43
sha256sums = 5dcde15464d0b457f0149fff2088f33e59f9c43a2aba9d2351538a0a5fce739d
b2sums = SKIP
b2sums = SKIP
b2sums = f70e6c4d3368d170d8c182511e1b2ee9aa76ff6495fee6f50fcfbcc432f2c330d4c84868a536df605e0c630b81d024ac0bdd48124d7ad1c4f8ff9114a1850854
- b2sums = 1ce09655750be003ea029be943e8382b0ca9512263bddd28b3536a73e18e071ea4d12de250a75c412649f129b58edbdc6c17302b760173cf338c194ad4b78251
b2sums = 688cd6f2ce02448bd75001c509b68f9265496abf0c6b00a46c373e3a6c337f5e24d4d6d3ce8cec3801fd823a076f1de68733edb0ae0283920aea16889c4299e1
pkgname = openmvg-git
diff --git a/PKGBUILD b/PKGBUILD
index 5e4f3642e789..e8c1444cabc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=openmvg-git
_gitname='openMVG'
_fragment="#branch=develop"
-pkgver=1.6.r20.g8b0bc84f
+pkgver=2.0.r7.g8f61623e
pkgrel=1
pkgdesc='open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.'
arch=('i686' 'x86_64')
@@ -17,18 +17,15 @@ makedepends=('git' 'cmake' 'doxygen' 'eigen')
source=("git+https://github.com/${_gitname}/${_gitname}.git${_fragment}"
'git+https://github.com/elmindreda/glfw.git'
'findflann-v0.1.patch'
- 'ld_ceres.patch::https://github.com/openMVG/openMVG/pull/1831.patch'
'submodule.patch'
)
sha256sums=('SKIP'
'SKIP'
'13b1f0195b5e97c17eec737e63f4da69c501bb4ced28c4c14517440009139043'
- '53e5211b55af6f1feabff8962c174227a68e7129f97c4624c05fe1cbca428f43'
'5dcde15464d0b457f0149fff2088f33e59f9c43a2aba9d2351538a0a5fce739d')
b2sums=('SKIP'
'SKIP'
'f70e6c4d3368d170d8c182511e1b2ee9aa76ff6495fee6f50fcfbcc432f2c330d4c84868a536df605e0c630b81d024ac0bdd48124d7ad1c4f8ff9114a1850854'
- '1ce09655750be003ea029be943e8382b0ca9512263bddd28b3536a73e18e071ea4d12de250a75c412649f129b58edbdc6c17302b760173cf338c194ad4b78251'
'688cd6f2ce02448bd75001c509b68f9265496abf0c6b00a46c373e3a6c337f5e24d4d6d3ce8cec3801fd823a076f1de68733edb0ae0283920aea16889c4299e1')
pkgver() {
@@ -39,7 +36,7 @@ prepare() {
cd "${srcdir}/${_gitname}"
git config 'submodule.src/dependencies/glfw.url' "${srcdir}/glfw"
git submodule update --init --remote src/dependencies/glfw
- git apply "${srcdir}"/{findflann-v0.1,ld_ceres,submodule}.patch
+ git apply "${srcdir}"/{findflann-v0.1,submodule}.patch
}
build() {