Your message dated Mon, 09 May 2016 19:48:45 +0000
with message-id <[email protected]>
and subject line Bug#823097: fixed in blender 2.77.a+dfsg0-3
has caused the Debian Bug report #823097,
regarding blender: please link with OpenVDB library
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
823097: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823097
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: blender
Version: 2.77.a+dfsg0-2
Severity: wishlist
Tags: patch

Dear Maintainer,

Please consider linking with OpenVDB, a library that Blender (since 2.77)
can use to cache smoke simulations more efficiently.

Suggested patch attached.

Best regards,
Martin


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages blender depends on:
ii  blender-data                      2.77.a+dfsg0-2
ii  fonts-dejavu                      2.35-1
ii  libavcodec-extra57                7:3.0.1-3
ii  libavdevice57                     7:3.0.1-3
ii  libavformat57                     7:3.0.1-3
ii  libavutil55                       7:3.0.1-3
ii  libboost-atomic1.58.0             1.58.0+dfsg-5+b1
ii  libboost-chrono1.58.0             1.58.0+dfsg-5+b1
ii  libboost-date-time1.58.0          1.58.0+dfsg-5+b1
ii  libboost-filesystem1.58.0         1.58.0+dfsg-5+b1
ii  libboost-locale1.58.0             1.58.0+dfsg-5+b1
ii  libboost-regex1.58.0              1.58.0+dfsg-5+b1
ii  libboost-system1.58.0             1.58.0+dfsg-5+b1
ii  libboost-thread1.58.0             1.58.0+dfsg-5+b1
ii  libc6                             2.22-7
ii  libfftw3-double3                  3.3.4-2+b1
ii  libfontconfig1                    2.11.0-6.4
ii  libfreetype6                      2.6.3-3+b1
ii  libgcc1                           1:5.3.1-14
ii  libgl1-mesa-glx [libgl1]          11.1.3-1
ii  libglew1.13                       1.13.0-2
ii  libglu1-mesa [libglu1]            9.0.0-2.1
ii  libgomp1                          5.3.1-14
ii  libilmbase12                      2.2.0-11
ii  libjack-jackd2-0 [libjack-0.116]  1.9.10+20150825git1ed50c92~dfsg-1
ii  libjemalloc1                      3.6.0-9
ii  libjpeg62-turbo                   1:1.4.2-2
ii  libopenal1                        1:1.17.2-1
ii  libopencolorio1v5                 1.0.9~dfsg0-5
ii  libopenexr22                      2.2.0-10
ii  libopenimageio1.6                 1.6.12~dfsg0-1+b1
ii  libopenjpeg5                      1:1.5.2-3.1
ii  libpng16-16                       1.6.21-4
ii  libpython3.5                      3.5.1-11
ii  libsndfile1                       1.0.25-10
ii  libspnav0                         0.2.3-1
ii  libstdc++6                        5.3.1-14
ii  libswscale4                       7:3.0.1-3
ii  libtiff5                          4.0.6-1
ii  libx11-6                          2:1.6.3-1
ii  libxi6                            2:1.7.6-1
ii  libxxf86vm1                       1:1.1.4-1
ii  zlib1g                            1:1.2.8.dfsg-2+b1

blender recommends no packages.

blender suggests no packages.

-- no debconf information
From: Martin Dickopp <[email protected]>
Date: Sat, 30 Apr 2016 17:45:53 +0200
Subject: Link with OpenVDB library

---
 debian/control | 3 +++
 debian/rules   | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/control b/debian/control
index 3f6d122..414a41d 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

--- End Message ---
--- Begin Message ---
Source: blender
Source-Version: 2.77.a+dfsg0-3

We believe that the bug you reported is fixed in the latest version of
blender, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matteo F. Vescovi <[email protected]> (supplier of updated blender package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 09 May 2016 20:20:58 +0200
Source: blender
Binary: blender blender-data blender-dbg
Architecture: source
Version: 2.77.a+dfsg0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<[email protected]>
Changed-By: Matteo F. Vescovi <[email protected]>
Description:
 blender    - Very fast and versatile 3D modeller/renderer
 blender-data - Very fast and versatile 3D modeller/renderer - data package
 blender-dbg - Very fast and versatile 3D modeller/renderer - debug package
Closes: 823097
Changes:
 blender (2.77.a+dfsg0-3) unstable; urgency=medium
 .
   [ Matteo F. Vescovi ]
   * debian/control: drop jemalloc b-dep on Hurd
 .
   [ Martin Dickopp ]
   * Link with OpenVDB library (Closes: #823097)
Checksums-Sha1:
 ad743cd01ac6d13e582611771f7c89ecc327bee4 3002 blender_2.77.a+dfsg0-3.dsc
 3ce88afa34bb39ac4b9c4e2f2a712e3bd6b3e891 43436 
blender_2.77.a+dfsg0-3.debian.tar.xz
Checksums-Sha256:
 c9609b5295cd75e122351a13abd82212a4ba32f0670dc3867dd90e0c77ae7c49 3002 
blender_2.77.a+dfsg0-3.dsc
 e43572bea4d379c125c657700b153ba68b9a11f142dbe0eed6c4bfcbff1eecb8 43436 
blender_2.77.a+dfsg0-3.debian.tar.xz
Files:
 e25eca792b8cf9e89489a4e399b96548 3002 graphics optional 
blender_2.77.a+dfsg0-3.dsc
 e6183caae6f7d7b6aafb255b32f7794c 43436 graphics optional 
blender_2.77.a+dfsg0-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Comment: Debian powered!

iQJ8BAEBCgBmBQJXMNUbXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRGM0REMDlGOERBODdEMURGNTA0NkM5OUIw
NjEyRjQ5NDRFQ0RDRDVBAAoJEAYS9JROzc1a37cP/2HvbtBTdYu/BYT4LA4MveWt
OwIQCJL1QZQ070bkSC2iCavWsq/sMPS8y9oabRWiyTWVb3vUhERWHx2gmXpw3ZvA
Rnh1A/EKPw7JUUrAIN5sVHkkn2zLoDJ8ipuwAC7Nhe/yy9Gvyyx8M/su2PESdNyU
9kK89NqPVytXP/SqX9QVal5xwscwVwEaA1S3ba7kGh7gf/BZxP0i5S5lXrcD4Vd7
V5QotoOPYZ7AaskBpJIkkqIGe2yzRoakSa1kDx2MTK4Sm+gcQah3RLH0XxSqMazH
1QdmWtxr8WVsn5xU8i2AMjAHtIIMtGI39b1cBpwoXzO4IWmJ+KSXFohP9cg444iv
4U2QHSX5omu+wGtnCO71ft7Z7NC8qn1VlWElKNnjmuRLXmM/8mpXpADV1OfAxcyl
M/MIolbMLUP0E20UsGOQPYI5R5X3zGshh8Gc6hH/9ExRooq8NPukiGjB6/sDrILk
AO0i0RTMfJcXTA2VD4PmvIQVVeoVTuaetTHH3kzKplK60maFt2acoIH33OpAKRJv
sAG33/OuqHIVNFWZ9ABVi9T2m468c26Szu3UEGMtoH8XfDEZnSXtQ/FkphZ014Mw
VXjwfA4nkrUsJyg1eJqHrnBdbiAS/hmp//m/IsWh9zpfOR8vXKk8rSctZHFyOIzn
2at3qmHSsHLCNBKkAVUc
=oSAL
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to