[SCM] blender/master: Link with OpenVDB library

mfv at users.alioth.debian.org mfv at users.alioth.debian.org
Mon May 9 19:43:13 UTC 2016


The following commit has been merged in the master branch:
commit 1d92ca74692eb071ef80c8d2823c1c917938acc6
Author: Martin Dickopp <martin at zero-based.org>
Date:   Sat Apr 30 17:45:53 2016 +0200

    Link with OpenVDB library

diff --git a/debian/control b/debian/control
index 308e45c..acb1294 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: autotools-dev,
                libavfilter-dev,
                libboost-dev,
                libboost-filesystem-dev,
+               libboost-iostreams-dev,
                libboost-locale-dev,
                libboost-regex-dev,
                libboost-system-dev,
@@ -34,11 +35,13 @@ Build-Depends: autotools-dev,
                libopenexr-dev (>= 2.2.0),
                libopenimageio-dev,
                libopenjpeg-dev,
+               libopenvdb-dev,
                libpng-dev,
                libsdl-dev,
                libsndfile-dev,
                libspnav-dev,
                libswscale-dev,
+               libtbb-dev,
                libtiff-dev,
                libvorbis-dev,
                libxi-dev,
diff --git a/debian/rules b/debian/rules
index 18b64ba..4bcfdc4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,7 @@ override_dh_auto_configure:
 		-DWITH_JACK=ON \
 		-DWITH_MOD_OCEANSIM=ON \
 		-DWITH_OPENCOLORIO=ON \
+		-DWITH_OPENVDB=ON \
 		-DWITH_PLAYER=ON \
 		-DWITH_PYTHON_INSTALL=OFF \
 		-DWITH_SYSTEM_OPENJPEG=ON

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list