summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-06-25 13:51:39 +0200
committerbartus2022-06-25 13:52:49 +0200
commit5dbd1fc52fb2f690c6f2b1f00bcee6d06475287e (patch)
treefd0f63db0bc397fee0ded784acce6f0c65a38e90
parentbc91083a2dce346083519266e00d4f76db903841 (diff)
downloadaur-5dbd1fc52fb2f690c6f2b1f00bcee6d06475287e.tar.gz
Turn on the ffmpeg: name of cmake flag had changed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd25c9883df7..f2919252410e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cloudcompare
pkgdesc = A 3D point cloud (and triangular mesh) processing software
pkgver = 2.12.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.danielgm.net/cc/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6157f207607e..aceb58b89140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ name=cloudcompare
_fragment="#tag=v2.12.3"
pkgname=${name}
pkgver="${_fragment###tag=v}"
-pkgrel=1
+pkgrel=2
pkgdesc="A 3D point cloud (and triangular mesh) processing software"
arch=('i686' 'x86_64')
url="http://www.danielgm.net/cc/"
@@ -51,7 +51,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release
-DCCCORELIB_USE_CGAL:BOOL=ON
-DCCCORELIB_USE_TBB:BOOL=OFF
- -DWITH_FFMPEG_SUPPORT:BOOL=ON
+ -DQANIMATION_WITH_FFMPEG_SUPPORT:BOOL=ON
-DFFMPEG_INCLUDE_DIR:PATH=/usr/include/ffmpeg4.4
-DFFMPEG_LIBRARY_DIR:PATH=/usr/lib/ffmpeg4.4
-DPOISSON_RECON_WITH_OPEN_MP:BOOL=ON