Bug#784796: blender: NDOF using spacenavd driver works in 2.72 (2014-12-03) but not 2.74 after update

2015-07-14 Thread Svein Engelsgjerd
Package: blender
Followup-For: Bug #784796

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

 Just updating stretch...

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

 I did not do anything except updated stretch

   * What was the outcome of this action?

 Blender 2.74 now works with NDOF device

   * What outcome did you expect instead?

 I expect this was a blender bug that was fixed upstream. It appears to 
have been a library issue (to my best knowledge).

*** End of the template - remove these template lines ***


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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.74+dfsg0-3
ii  fonts-droid   1:4.4.4r2-6
ii  libavcodec56  10:2.7.1-dmo1
ii  libavdevice55 10:2.3.3-dmo3
ii  libavformat56 10:2.7.1-dmo1
ii  libavutil54   10:2.7.1-dmo1
ii  libboost-date-time1.55.0  1.55.0+dfsg-4
ii  libboost-filesystem1.55.0 1.55.0+dfsg-4
ii  libboost-locale1.55.0 1.55.0+dfsg-4
ii  libboost-regex1.55.0  1.55.0+dfsg-4
ii  libboost-system1.55.0 1.55.0+dfsg-4
ii  libboost-thread1.55.0 1.55.0+dfsg-4
ii  libc6 2.19-18
ii  libfftw3-double3  3.3.4-2
ii  libfreetype6  2.5.2-4
ii  libgcc1   1:5.1.1-12
ii  libgl1-mesa-glx [libgl1]  10.5.8-1
ii  libglew1.10   1.10.0-3
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libgomp1  5.1.1-12
ii  libilmbase6   1.0.1-6.1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.10+20140719git3eb0ae6a~dfsg-2
ii  libjpeg62-turbo   1:1.4.0-7
ii  libjs-jquery  1.7.2+dfsg-3.2
ii  libjs-jquery-ui   1.10.1+dfsg-1
ii  libopenal11:1.16.0-3
ii  libopencolorio1   1.0.9~dfsg0-3+b1
ii  libopenexr6   1.6.1-8
ii  libopenimageio1.5 1.5.16~dfsg0-1
ii  libopenjpeg5  1:1.5.2-3.1
ii  libpng12-01.2.50-2+b2
ii  libpython3.4  3.4.3-7
ii  libsndfile1   1.0.25-9.1
ii  libspnav0 0.2.3-1
ii  libstdc++65.1.1-12
ii  libswscale3   10:2.7.1-dmo1
ii  libtiff5  4.0.3-13
ii  libx11-6  2:1.6.3-1
ii  libxi62:1.7.4-1+b2
ii  libxxf86vm1   1:1.1.4-1
ii  zlib1g1:1.2.8.dfsg-2+b1

blender recommends no packages.

blender suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#784796: blender: NDOF using spacenavd driver works in 2.72 (2014-12-03) but not 2.74 after update

2015-06-01 Thread Simon Budig
Matteo F. Vescovi (m...@debian.org) wrote:
 On May 31, 2015 4:45 AM, Simon Budig si...@budig.de wrote:
  Package: blender
  Version: 2.74+dfsg0-2+b1
  Followup-For: Bug #784796
 
  The missing support for spacenaved is most likely related to the package
  being built without WITH_INPUT_NDOF=ON (which unfortunately defaults to
 OFF).
 
 I'll try to rebuild at the beginning of next week and upload a new revision
 with the feature enabled.
 
 Thanks for reporting.

I can confirm that this did the trick for me.

Attached is the change I did to debian/rules.

Thanks!
Simon

-- 
  si...@budig.de  http://simon.budig.de/
--- debian/rules.orig	2015-05-31 04:28:16.0 +0200
+++ debian/rules	2015-05-31 04:30:03.0 +0200
@@ -27,6 +27,7 @@
 		-DWITH_IMAGE_OPENJPEG=ON \
 		-DWITH_FFTW3=ON \
 		-DWITH_GAMEENGINE=ON \
+		-DWITH_INPUT_NDOF=ON \
 		-DWITH_JACK=ON \
 		-DWITH_PLAYER=ON \
 		-DWITH_INSTALL_PORTABLE=OFF \


Bug#784796: blender: NDOF using spacenavd driver works in 2.72 (2014-12-03) but not 2.74 after update

2015-05-30 Thread Simon Budig
Package: blender
Version: 2.74+dfsg0-2+b1
Followup-For: Bug #784796

Dear Maintainer,

The missing support for spacenaved is most likely related to the package
being built without WITH_INPUT_NDOF=ON (which unfortunately defaults to OFF).

my spacenavd is at version
ii  spacenavd  0.6-1amd64daemon for using 3D input devices

The package available at blender.org works with the debian unstable spacenavd
out of the box.

I am right now unable to rebuild the package so I can't really test if adding 
the -DWITH_INPUT_NDOF=ON to the debian/rules file really fixes it, but I'll 
gladly give feedback on newer package versions.

Thanks,
Simon

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

Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (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.74+dfsg0-2
ii  fonts-droid1:4.4.4r2-6
ii  libavcodec56   6:11.3-3+b3
ii  libavdevice55  6:11.3-3+b3
ii  libavformat56  6:11.3-3+b3
ii  libavutil546:11.3-3+b3
ii  libboost-date-time1.55.0   1.55.0+dfsg-3
ii  libboost-filesystem1.55.0  1.55.0+dfsg-3
ii  libboost-locale1.55.0  1.55.0+dfsg-3
ii  libboost-regex1.55.0   1.55.0+dfsg-3
ii  libboost-system1.55.0  1.55.0+dfsg-3
ii  libboost-thread1.55.0  1.55.0+dfsg-3
ii  libc6  2.19-18
ii  libfftw3-double3   3.3.4-2
ii  libfreetype6   2.5.2-4
ii  libgcc11:5.1.1-7
ii  libgl1-mesa-glx [libgl1]   10.5.5-1
ii  libglew1.101.10.0-3
ii  libglu1-mesa [libglu1] 9.0.0-2
ii  libgomp1   5.1.1-7
ii  libilmbase61.0.1-6.1
ii  libjack0 [libjack-0.116]   1:0.124.1+20140122git5013bed0-3
ii  libjpeg62-turbo1:1.4.0-7
ii  libjs-jquery   1.7.2+dfsg-3.2
ii  libjs-jquery-ui1.10.1+dfsg-1
ii  libopenal1 1:1.16.0-3
ii  libopencolorio11.0.9~dfsg0-3+b1
ii  libopenexr61.6.1-8
ii  libopenimageio1.5  1.5.15~dfsg0-1
ii  libopenjpeg5   1:1.5.2-3
ii  libpng12-0 1.2.50-2+b2
ii  libpython3.4   3.4.3-6
ii  libsndfile11.0.25-9.1
ii  libstdc++6 5.1.1-7
ii  libswscale36:11.3-3+b3
ii  libtiff5   4.0.3-13
ii  libx11-6   2:1.6.3-1
ii  libxi6 2:1.7.4-1+b2
ii  libxxf86vm11:1.1.4-1
ii  zlib1g 1:1.2.8.dfsg-2+b1

blender recommends no packages.

blender suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#784796: blender: NDOF using spacenavd driver works in 2.72 (2014-12-03) but not 2.74 after update

2015-05-30 Thread Matteo F. Vescovi
Hi!

On May 31, 2015 4:45 AM, Simon Budig si...@budig.de wrote:

 Package: blender
 Version: 2.74+dfsg0-2+b1
 Followup-For: Bug #784796

 Dear Maintainer,

 The missing support for spacenaved is most likely related to the package
 being built without WITH_INPUT_NDOF=ON (which unfortunately defaults to
OFF).

I'll try to rebuild at the beginning of next week and upload a new revision
with the feature enabled.

Thanks for reporting.

Cheers.

mfv


Bug#784796: blender: NDOF using spacenavd driver works in 2.72 (2014-12-03) but not 2.74 after update

2015-05-20 Thread Svein Engelsgjerd
Package: blender
Version: 2.74+dfsg0-2+b1
Followup-For: Bug #784796

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   Bug: 784796

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   I tried upstream blender.
   blender does not work with the 3d mouse (I can navigate with normal mouse so 
no display issues)
   blender-softwaregl does work with the 3d mouse. 

   * What was the outcome of this action?
   There is a difference with blender vs blender-softwaregl

   * What outcome did you expect instead?
   That blender and blender-softwaregl at lest was simmilar regarding support 
for 3d mouse

*** End of the template - remove these template lines ***


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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.74+dfsg0-2
ii  fonts-droid   1:4.4.4r2-6
ii  libavcodec56  10:2.6.2-dmo1
ii  libavdevice55 10:2.3.3-dmo3
ii  libavformat56 10:2.6.2-dmo1
ii  libavutil54   10:2.6.2-dmo1
ii  libboost-date-time1.55.0  1.55.0+dfsg-3
ii  libboost-filesystem1.55.0 1.55.0+dfsg-3
ii  libboost-locale1.55.0 1.55.0+dfsg-3
ii  libboost-regex1.55.0  1.55.0+dfsg-3
ii  libboost-system1.55.0 1.55.0+dfsg-3
ii  libboost-thread1.55.0 1.55.0+dfsg-3
ii  libc6 2.19-18
ii  libfftw3-double3  3.3.4-2
ii  libfreetype6  2.5.2-4
ii  libgcc1   1:5.1.1-5
ii  libgl1-mesa-glx [libgl1]  10.5.5-1
ii  libglew1.10   1.10.0-3
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libgomp1  5.1.1-5
ii  libilmbase6   1.0.1-6.1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.10+20140719git3eb0ae6a~dfsg-2
ii  libjpeg62-turbo   1:1.4.0-7
ii  libjs-jquery  1.7.2+dfsg-3.2
ii  libjs-jquery-ui   1.10.1+dfsg-1
ii  libopenal11:1.16.0-3
ii  libopencolorio1   1.0.9~dfsg0-3+b1
ii  libopenexr6   1.6.1-8
ii  libopenimageio1.5 1.5.15~dfsg0-1
ii  libopenjpeg5  1:1.5.2-3
ii  libpng12-01.2.50-2+b2
ii  libpython3.4  3.4.3-6
ii  libsndfile1   1.0.25-9.1
ii  libstdc++65.1.1-5
ii  libswscale3   10:2.6.2-dmo1
ii  libtiff5  4.0.3-13
ii  libx11-6  2:1.6.3-1
ii  libxi62:1.7.4-1+b2
ii  libxxf86vm1   1:1.1.4-1
ii  zlib1g1:1.2.8.dfsg-2+b1

blender recommends no packages.

blender suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#784796: blender: NDOF using spacenavd driver works in 2.72 (2014-12-03) but not 2.74 after update

2015-05-08 Thread Svein Engelsgjerd
Package: blender
Version: 2.74+dfsg0-2
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   Performing a package upgrade on 'Stretch'

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   Tried restarting spacenavd , verified that is is running and is same version 
as in Jessie.

   * What was the outcome of this action?
Blender 2.74 does not appear to work with spacenavd anymore.

   * What outcome did you expect instead?
   I expected Blender 2.74 to work with my NDOF device (3dConnexion 
Spacenavigator) just as good as v2.72

*** End of the template - remove these template lines ***


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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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.74+dfsg0-2
ii  fonts-droid   1:4.4.4r2-6
ii  libavcodec56  10:2.6.2-dmo1
ii  libavdevice55 10:2.3.3-dmo3
ii  libavformat56 10:2.6.2-dmo1
ii  libavutil54   10:2.6.2-dmo1
ii  libboost-date-time1.55.0  1.55.0+dfsg-3
ii  libboost-filesystem1.55.0 1.55.0+dfsg-3
ii  libboost-locale1.55.0 1.55.0+dfsg-3
ii  libboost-regex1.55.0  1.55.0+dfsg-3
ii  libboost-system1.55.0 1.55.0+dfsg-3
ii  libboost-thread1.55.0 1.55.0+dfsg-3
ii  libc6 2.19-18
ii  libfftw3-double3  3.3.4-2
ii  libfreetype6  2.5.2-4
ii  libgcc1   1:4.9.2-10
ii  libgl1-mesa-glx [libgl1]  10.4.2-2
ii  libglew1.10   1.10.0-3
ii  libglu1-mesa [libglu1]9.0.0-2
ii  libgomp1  4.9.2-10
ii  libilmbase6   1.0.1-6.1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.10+20140719git3eb0ae6a~dfsg-2
ii  libjpeg62-turbo   1:1.3.1-12
ii  libjs-jquery  1.7.2+dfsg-3.2
ii  libjs-jquery-ui   1.10.1+dfsg-1
ii  libopenal11:1.15.1-5
ii  libopencolorio1   1.0.9~dfsg0-3
ii  libopenexr6   1.6.1-8
ii  libopenimageio1.4 1.4.14~dfsg0-1
ii  libopenjpeg5  1:1.5.2-3
ii  libpng12-01.2.50-2+b2
ii  libpython3.4  3.4.3-5
ii  libsndfile1   1.0.25-9.1
ii  libstdc++64.9.2-10
ii  libswscale3   10:2.6.2-dmo1
ii  libtiff5  4.0.3-12.3
ii  libx11-6  2:1.6.3-1
ii  libxi62:1.7.4-1+b2
ii  libxxf86vm1   1:1.1.4-1
ii  zlib1g1:1.2.8.dfsg-2+b1

blender recommends no packages.

blender suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org