Comment 15 for bug 382153

Revision history for this message
Artur Rona (ari-tczew) wrote :

No Christoph, you're right, bug is about update blender to 2.49 version, Debian now got this, so bug is fixed now.

 blender (2.49+dfsg-1) unstable; urgency=low

   * New upstream release.
   * Hopefully, since upstream upgraded their embedded copies of ffmpeg
     libraries (which we don't use), and adapted their code accordingly,
     troubles should go away, and at least sound seems to be working fine
     now (Closes: #519396). Thanks to Rebecca Breu for her help.
   * Update dependencies:
      - Add libavdevice-dev and libopenjpeg-dev to Build-Depends.
      - Add “libavdevice” to the “pkg-config --libs” call through the
        50_debian_build_config patch, and “-lopenjpeg” as well.
   * debian/copyright:
      - Update the list of removed directories: add extern/libopenjpeg.
   * Refresh patches:
      - 10_use_systemwide_ftgl
      - 50_debian_build_config
      - 70_portability_platform_detection
   * Drop patches (merged upstream):
      - 90_fix_ffmpeg_includes
      - 91_update_to_new_ffmpeg_api
   * Add patch:
      - 30_fix_python_syntax_warning: Fix Python 2.5/2.6 syntax warning
        during byte-compilation by using “except Foo, bar:” instead of
        “except Foo as bar:”.
   * debian/rules:
      - Get rid of CFLAGS handling, dpkg-buildpackage does that.
      - Get rid of dh_desktop, now a no-op.
   * debian/control:
      - Bump Standards-Version to 3.8.1 (no changes needed).

 -- Cyril Brulebois <email address hidden> Mon, 01 Jun 2009 01:42:09 +0200