summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1618444175b6..b1bec79d2d3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bartus <aur@bartus.33mail.com>
pkgname=meshlab
pkgver=2016.12
-pkgrel=4
+pkgrel=5
pkgdesc="System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)"
arch=('i686' 'x86_64')
url="http://www.meshlab.net"
@@ -27,6 +27,7 @@ source=("git+https://github.com/cnr-isti-vclab/meshlab.git#tag=v2016.12"
"fix_locale.patch"
"mpir.patch"
"rpath.patch"
+ "import_bundle_out.patch"
"meshlab.desktop")
md5sums=('SKIP'
'SKIP'
@@ -44,6 +45,7 @@ md5sums=('SKIP'
'5b59b23cf66e42f8b3d3eabe466b3eaa'
'5df295c21de5bac8d6073528823d975a'
'78bf780b3353fe212a77eb91db6f6b6c'
+ '765a59b64dd05b74f6a4bdf3962a1d93'
'18aed0a21276a22325bf8c32166fb110')
prepare() {
@@ -82,6 +84,9 @@ prepare() {
patch -Np1 -i ../screened_poisson.patch
msg "compile ssynth with -fopenmp flag"
patch -Np1 -i ../ssynth.patch
+ msg "fix bundel/nvm ReadHeader"
+ cd ${srcdir}/vcglib
+ patch -Np1 -i ../import_bundle_out.patch
}
build() {