FS#24188 - [blender] doesn't support sound

Attached to Project: Arch Linux
Opened by Mr.Magne (Mr.Magne) - Monday, 09 May 2011, 17:24 GMT
Last edited by Eric Belanger (Snowman) - Wednesday, 29 June 2011, 05:06 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Kieslich (tobias)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
In blender open a Video Sequence Editor window. Menu Add > Sound and open any kind of sound file (tried with wav, ogg, mp3). Blender issues an error message stating the file "could not be loaded".
It works perfectly when downloading binaries from blender website.

Additional info:
pkg: extra/blender 1:2.57b-2
extra/alsa-lib 1.0.24.1-1
arch: x86_64
This task depends upon

Closed by  Eric Belanger (Snowman)
Wednesday, 29 June 2011, 05:06 GMT
Reason for closing:  Fixed
Comment by jean noel (jean_no) - Tuesday, 10 May 2011, 17:27 GMT
this is because in blender-2.57b/CMakeLists.txt Audio/Video format support is disabled :
# Audio/Video format support
option(WITH_CODEC_FFMPEG "Enable FFMPeg Support (http://ffmpeg.mplayerhq.hu)" OFF)
option(WITH_CODEC_SNDFILE "Enable libsndfile Support (http://www.mega-nerd.com/libsndfile)" OFF)

and in PKGBUILD, no -DWITH_CODEC_FFMPEG:BOOL=ON and no -DWITH_CODEC_SNDFILE:BOOL=ON

and also you can add -DWITH_BUILTIN_GLEW:BOOL=OFF ( system glew, not bundled with blender)

excuse my poor english
Comment by Eric Belanger (Snowman) - Thursday, 23 June 2011, 22:14 GMT
Please try blender-1:2.58-1 in testing. I've added ffmpeg and sndfile codec support.

Loading...