[arch-commits] Commit in assimp/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Sat May 31 14:24:23 UTC 2014
Date: Saturday, May 31, 2014 @ 16:24:22
Author: svenstaro
Revision: 112333
upgpkg: assimp 3.1-2
Fix FS#40491
Modified:
assimp/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-31 14:02:42 UTC (rev 112332)
+++ PKGBUILD 2014-05-31 14:24:22 UTC (rev 112333)
@@ -3,11 +3,11 @@
pkgname=assimp
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner"
arch=('i686' 'x86_64')
license=('BSD')
-depends=('zlib' 'gcc-libs')
+depends=('zlib' 'gcc-libs' 'boost-libs')
makedepends=('cmake' 'boost')
url=('http://assimp.sourceforge.net/index.html')
source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
@@ -19,6 +19,7 @@
mkdir build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DASSIMP_ENABLE_BOOST_WORKAROUND=OFF \
-DASSIMP_BUILD_SAMPLES=OFF
make
}
More information about the arch-commits
mailing list