Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
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
|
DetailsDescription:
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
# 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