summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2017-01-15 23:07:41 +0100
committerbartus2017-01-15 23:07:41 +0100
commita62d5ed0f446561e92edf1f62fcfd45f2fcee0e6 (patch)
tree7af1c05dfce0f3351cc801a76622cc2d637dd90b /PKGBUILD
parenta8db407c5eef8965b9c843e6df0c960d6055a250 (diff)
downloadaur-a62d5ed0f446561e92edf1f62fcfd45f2fcee0e6.tar.gz
fix screened poisson plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3080c4f665da..b15a14a2f963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bartus <aur@bartus.33mail.com>
pkgname=meshlab
pkgver=2016.12
-pkgrel=2
+pkgrel=3
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"
@@ -12,6 +12,7 @@ depends=('bzip2' 'muparser' 'levmar' 'lib3ds' 'desktop-file-utils' 'glu' 'mpir'
install="${pkgname}.install"
source=("git+https://github.com/cnr-isti-vclab/meshlab.git#tag=v2016.12"
"git+https://github.com/cnr-isti-vclab/vcglib.git#tag=v1.0.1"
+ "screened_poisson.patch"
"plugin_dir.patch"
"shaders_dir.patch"
"external.patch"
@@ -27,6 +28,7 @@ source=("git+https://github.com/cnr-isti-vclab/meshlab.git#tag=v2016.12"
"meshlab.desktop")
md5sums=('SKIP'
'SKIP'
+ 'd9c9e9160ee16694a225819ee4598be4'
'f13d58ca07fa74b3d7c8f7f9d4ee6a93'
'753dd4753081ddb428f4db8eaefe9009'
'038494125d7bd422074fc5635c5579ca'
@@ -73,6 +75,8 @@ prepare() {
patch -Np0 -i plugin_dir.patch
msg "move shaders to /usr/share/meshlab/shaders"
patch -Np0 -i shaders_dir.patch
+ msg "fix screened poisson linux compilation"
+ patch -Np0 -i screened_poisson.patch
}
build() {