summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2017-06-05 11:17:06 +0200
committerbartus2017-06-05 11:17:06 +0200
commit55072c1d6a3d9851906c8c161e60f2f1cde374ec (patch)
tree4709f4b013e573642cd3649b26c62bc9cd5e72f5
parent717a626e01837e67778b12aa44eb35b10f594453 (diff)
downloadaur-55072c1d6a3d9851906c8c161e60f2f1cde374ec.tar.gz
remove umve.opengl.patch is it got commited to repo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
-rw-r--r--umve.opengl.patch12
3 files changed, 2 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3a23b847e5d..10bc412deb27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,13 +22,11 @@ pkgbase = mve-git
source = git+https://github.com/nmoehrle/mvs-texturing.git
source = git+https://github.com/flanggut/smvs.git
source = gtest.patch
- source = umve.opengl.patch
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = 7e7d7c62d2a191fd4d27dde052035fcf
- md5sums = bfd0e38c522498b371de12b7ecad4856
pkgname = mve-git
diff --git a/PKGBUILD b/PKGBUILD
index 1b4235051afe..c294bfd6403e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: bartus szczepaniak <aur@bartus.33mail.com>
pkgname=mve-git
-pkgver=r1190.e454a6a
+pkgver=r1192.5657454
pkgrel=1
pkgdesc="Image-based geometry reconstruction pipeline, structure-from-motion, (shading-aware) multi-view-stereo, surface-reconstruction, texturing,"
arch=('i686' 'x86_64')
@@ -16,15 +16,12 @@ source=("${pkgname}::git+https://github.com/simonfuhrmann/mve.git"
"git+https://github.com/nmoehrle/mvs-texturing.git"
"git+https://github.com/flanggut/smvs.git"
'gtest.patch'
- 'umve.opengl.patch'
)
md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- '7e7d7c62d2a191fd4d27dde052035fcf'
- 'bfd0e38c522498b371de12b7ecad4856'
- )
+ '7e7d7c62d2a191fd4d27dde052035fcf')
_binar="apps/sfmrecon/sfmrecon
apps/meshconvert/meshconvert
apps/meshalign/meshalign
@@ -42,7 +39,6 @@ prepare() {
cd ${srcdir}
patch -Np1 -i gtest.patch
cd ${pkgname}
- patch -Np1 -i ../umve.opengl.patch
sed -i '/CXXFLAGS*/s/$/ -msse4.2/' libs/sfm/Makefile
}
diff --git a/umve.opengl.patch b/umve.opengl.patch
deleted file mode 100644
index 6b1f77c56489..000000000000
--- a/umve.opengl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/apps/umve/scene_addins/addin_base.h b/apps/umve/scene_addins/addin_base.h
-index 1122228..bc1122f 100644
---- a/apps/umve/scene_addins/addin_base.h
-+++ b/apps/umve/scene_addins/addin_base.h
-@@ -14,6 +14,7 @@
- #include <QMessageBox>
-
- #include "mve/mesh.h"
-+#include "ogl/opengl.h"
- #include "ogl/context.h"
-
- #include "scene_addins/addin_state.h"