summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2023-11-21 16:46:09 +0100
committerbartus2023-11-21 16:52:30 +0100
commit7225714492a78b49dabed7a06af660e958b4942a (patch)
tree16bd75a45146b8b47b92ca22ecb0d12f4c51b112
parent5b615026650b17cf380752077113cd611d59793d (diff)
downloadaur-7225714492a78b49dabed7a06af660e958b4942a.tar.gz
Drop deprecated gmp backend, mpir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9a02bf8f55d..95a30fbbfe03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = meshlab-git
makedepends = git
makedepends = muparser
makedepends = lib3ds
- makedepends = mpir
makedepends = openctm-tools
makedepends = gcc12
depends = bzip2
@@ -32,7 +31,6 @@ pkgbase = meshlab-git
depends = mesa
optdepends = lib3ds: for Autodesk`s 3D-Studio r3 and r4 .3DS file support
optdepends = muparser: for filer_func plugins
- optdepends = mpir: for Constructive Solid Geometry operation filters
provides = meshlab
conflicts = meshlab
source = meshlab::git+https://github.com/cnr-isti-vclab/meshlab.git#branch=main
diff --git a/PKGBUILD b/PKGBUILD
index fab59e8f06b8..63804de1243a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,11 +31,10 @@ depends=(
'bzip2' 'cgal' 'glew' 'glu' 'openssl' 'qt5-base' 'qt5-declarative' 'qt5-script' 'qt5-xmlpatterns' 'xerces-c'
'patchelf' 'gmp' 'mpfr' 'mesa'
)
-makedepends=('boost' 'cmake' 'eigen' 'ninja' 'git' 'muparser' 'lib3ds' 'mpir' 'openctm-tools' 'gcc12')
+makedepends=('boost' 'cmake' 'eigen' 'ninja' 'git' 'muparser' 'lib3ds' 'openctm-tools' 'gcc12')
optdepends=('lib3ds: for Autodesk`s 3D-Studio r3 and r4 .3DS file support'
'muparser: for filer_func plugins'
- 'mpir: for Constructive Solid Geometry operation filters')
-#also create openctm(aur) jhead-lib structuresynth-lib to handle last dep
+ )
source=("$_name::git+https://github.com/cnr-isti-vclab/meshlab.git${_fragment}")
sha256sums=('SKIP')