summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-06-20 23:17:58 +0200
committerbartus2019-06-20 23:17:58 +0200
commit43b31cde7dc53f1b9647ceb00b0effd263054632 (patch)
treec6281493d409e03a4cf59fc56ab21d0e2fdc6ac8
parent96ec8a3fcbe2a4f2696fee85cb4f80d950922caf (diff)
downloadaur-43b31cde7dc53f1b9647ceb00b0effd263054632.tar.gz
Revert "add `disjoint-set datastructure` of `mapmap_cpu`"
This reverts commit 96ec8a3fcbe2a4f2696fee85cb4f80d950922caf.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32d3faf682b3..6cb317c10b48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mve-git
pkgdesc = Image-based geometry reconstruction pipeline, structure-from-motion, (shading-aware) multi-view-stereo, surface-reconstruction, texturing,
- pkgver = r1274.45a911b
+ pkgver = r1263.201dc4b
pkgrel = 1
url = http://www.gcc.tu-darmstadt.de/home/proj/mve/
arch = i686
@@ -21,13 +21,11 @@ pkgbase = mve-git
source = mve-git-wiki::git+https://github.com/simonfuhrmann/mve.wiki.git
source = git+https://github.com/nmoehrle/mvs-texturing.git
source = git+https://github.com/flanggut/smvs.git
- source = https://github.com/nmoehrle/mvs-texturing/pull/119.patch
source = gtest.patch
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
- md5sums = 81bb7655edc225a4188d63b0b063eb32
md5sums = 7098c8ebc8ba0c461b81d210a9057118
pkgname = mve-git
diff --git a/PKGBUILD b/PKGBUILD
index 382a178464d8..38368814bc18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=mve-git
-pkgver=r1274.45a911b
+pkgver=r1263.201dc4b
pkgrel=1
pkgdesc="Image-based geometry reconstruction pipeline, structure-from-motion, (shading-aware) multi-view-stereo, surface-reconstruction, texturing,"
arch=('i686' 'x86_64')
@@ -15,14 +15,12 @@ source=("${pkgname}::git+https://github.com/simonfuhrmann/mve.git"
"${pkgname}-wiki::git+https://github.com/simonfuhrmann/mve.wiki.git"
"git+https://github.com/nmoehrle/mvs-texturing.git"
"git+https://github.com/flanggut/smvs.git"
- "https://github.com/nmoehrle/mvs-texturing/pull/119.patch"
'gtest.patch'
)
md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- '81bb7655edc225a4188d63b0b063eb32'
'7098c8ebc8ba0c461b81d210a9057118')
_binar="apps/sfmrecon/sfmrecon
apps/meshconvert/meshconvert
@@ -40,10 +38,8 @@ apps/sceneupgrade/sceneupgrade"
prepare() {
cd ${srcdir}
patch -Np1 -i gtest.patch
- cd ${srcdir}/${pkgname}
+ cd ${pkgname}
sed -i '/CXXFLAGS*/s/$/ -msse4.2/' libs/sfm/Makefile
- cd ${srcdir}/mvs-texturing
- git apply -v ${srcdir}/119.patch
}
pkgver() {