Advertisement
cmsigler

[AUR] [meshlab-git] PKGBUILD.patch

Mar 17th, 2018
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. --- PKGBUILD.orig 2017-10-28 10:58:23.000000000 -0400
  2. +++ PKGBUILD 2018-03-17 14:24:03.345582655 -0400
  3. @@ -1,6 +1,6 @@
  4. # Maintainer: bartus <aur@bartus.33mail.com>
  5. pkgname=meshlab-git
  6. -pkgver=2016.12.r184.ge9a765ca
  7. +pkgver=2016.12.r335.g31130cfe
  8. pkgrel=1
  9. pkgdesc="System for processing and editing of unstructured 3D models arising in 3D scanning (qt5 version)"
  10. arch=('i686' 'x86_64')
  11. @@ -26,15 +26,15 @@
  12. "meshlab.desktop")
  13. md5sums=('SKIP'
  14. 'SKIP'
  15. - 'f13d58ca07fa74b3d7c8f7f9d4ee6a93'
  16. + 'ff2157019c327ed090e1e6754d3a747e'
  17. '753dd4753081ddb428f4db8eaefe9009'
  18. '038494125d7bd422074fc5635c5579ca'
  19. '0b338147c8c222cc4681d804bb4e7ae0'
  20. 'fedc40ddd411a7e41d4be57dbb452262'
  21. '543c52237d91c1f6012b34579c4f0c74'
  22. - 'ca962601b06fac1fb2b6bf0b408777ad'
  23. - 'cb5a75c2f2cdf154ad61f753439f226f'
  24. - '07da2fc11c1667e6c6a07f0042a2757d'
  25. + '6846537f96e4a77e6c3505688e1c226b'
  26. + 'bd5e48a7dddb518f704f531ee2f6cd95'
  27. + '2503c5441c019a8521af33ce6c8eb517'
  28. '765a59b64dd05b74f6a4bdf3962a1d93'
  29. '18aed0a21276a22325bf8c32166fb110')
  30.  
  31. @@ -52,11 +52,11 @@
  32. msg "truncate external lib"
  33. patch -Np0 -i external.patch
  34. msg "fix rpath"
  35. - patch -Np0 -i rpath.patch
  36. + patch -Np1 -i rpath.patch
  37. msg "fix meshalbserver missing -lGLU"
  38. - patch -Np0 -i meshlabserver_GLU.patch
  39. + patch -Np1 -i meshlabserver_GLU.patch
  40. msg "using system mpir lib"
  41. - patch -Np0 -i mpir.patch
  42. + patch -Np1 -i mpir.patch
  43. msg "using system muparser lib"
  44. patch -Np0 -i muparser.patch
  45. msg "using system levmar lib"
  46. @@ -64,11 +64,15 @@
  47. msg "using system 3ds lib"
  48. patch -Np0 -i 3ds.patch
  49. msg "put plugins in /usr/lib/mashlab"
  50. - patch -Np0 -i plugin_dir.patch
  51. + patch -Np1 -i plugin_dir.patch
  52. msg "put shaders in /usr/shade/meshlab"
  53. patch -Np0 -i shaders_dir.patch
  54. msg "fix import bundler/nvm"
  55. patch -Np0 -i import_bundle_out.patch
  56. +
  57. + msg "terrible hack to paper over build external/lib/linux-g++ dir problem"
  58. + mkdir -p meshlab/src/external/lib
  59. + ln -s ./linux meshlab/src/external/lib/linux-g++
  60. }
  61.  
  62. build() {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement