Update to 2.68a

Bug #1180219 reported by CSRedRat
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
blender (Ubuntu)
Fix Released
Wishlist
Unassigned
CSRedRat (csredrat)
tags: added: saucy upgrade-software-version
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in blender (Ubuntu):
status: New → Confirmed
Revision history for this message
Jeremy Bícha (jbicha) wrote :

The latest version fails to build on Saucy; perhaps it's because we haven't done the libav9 transition yet.

In file included from /«PKGBUILDDIR»/source/blender/blenkernel/intern/writeffmpeg.c:70:0:
/«PKGBUILDDIR»/intern/ffmpeg/ffmpeg_compat.h:99:5: error: static declaration of 'av_sample_fmt_is_planar' follows non-static declaration
 int av_sample_fmt_is_planar(enum AVSampleFormat sample_fmt)
     ^
In file included from /usr/include/libavcodec/avcodec.h:30:0,
                 from /usr/include/libavformat/avformat.h:140,
                 from /«PKGBUILDDIR»/source/blender/blenkernel/intern/writeffmpeg.c:42:
/usr/include/libavutil/samplefmt.h:93:5: note: previous declaration of 'av_sample_fmt_is_planar' was here
 int av_sample_fmt_is_planar(enum AVSampleFormat sample_fmt);
     ^
make[3]: *** [source/blender/blenkernel/CMakeFiles/bf_blenkernel.dir/intern/writeffmpeg.c.o] Error 1

Revision history for this message
Jackson Doak (noskcaj) wrote :

Blender 2.67b is in the debian experimental achive.
Blender 2.68 will be releasing soon

description: updated
Logan Rosen (logan)
summary: - Update to 2.67
+ Update to 2.68a
description: updated
Changed in blender (Ubuntu):
status: Confirmed → Triaged
importance: Undecided → Wishlist
Revision history for this message
Jeremy Bícha (jbicha) wrote :

This bug was fixed in the package blender - 2.68a-3

---------------
blender (2.68a-3) unstable; urgency=low

  * Upload to unstable
  * debian/: python3.3 Depends simplified
    - debian/control: python3.3 Depends dropped
      for blender-data package
    - 0001-blender_thumbnailer.patch refreshed
  * debian/control: libavcodec b-dep versioning dropped

 -- Matteo F. Vescovi <email address hidden> Wed, 14 Aug 2013 10:43:49 +0200

blender (2.68a-2) experimental; urgency=low

  * debian/patches/: patchset refreshed
    - 0010-fix_FTBFS_on_non-linux_architectures.patch updated

 -- Matteo F. Vescovi <email address hidden> Thu, 01 Aug 2013 17:38:54 +0200

blender (2.68a-1) experimental; urgency=low

  * New upstream bugfix release
    - debian/patches/: patchset re-worked against v2.68a
      - 0010-fix_format-security_issue.patch dropped
      - 0011-fix_FTBFS_on_non-SSE_architectures.patch applied upstream
      - 0012-fix_FTBFS_on_non-linux_architectures.patch renamed to #0010
  * debian/rules: Cycles' GPL license duplicate dropped

 -- Matteo F. Vescovi <email address hidden> Tue, 30 Jul 2013 14:46:50 +0200

blender (2.67b-3) experimental; urgency=low

  * debian/patches/: patchset updated
    - 0012-fix_FTBFS_on_non-linux_architectures.patch added
      Thanks to Pino Toscano (pino) for the quick patch.

 -- Matteo F. Vescovi <email address hidden> Wed, 26 Jun 2013 11:46:17 +0200

blender (2.67b-2) experimental; urgency=low

  * debian/patches/: patchset updated
    - 0011-fix_FTBFS_on_non-SSE_architectures.patch added
      Thanks to Sergey Sharybin (upstream devel) for
      helping figuring this issue out.

 -- Matteo F. Vescovi <email address hidden> Mon, 24 Jun 2013 14:40:23 +0200

blender (2.67b-1) experimental; urgency=low

  [ Matteo F. Vescovi ]
  * New upstream bugfix release
    - debian/patches/: patchset re-worked against v2.67b
      - 0010-fix_format-security_issue.patch dropped (deeply modified)
      - 0011-fix_FTBFS_on_big-endian.patch dropped (applied upstream)
  * debian/: Cycles support added to all architectures
    - debian/control: libopenimageio-dev versioning dropped
    - debian/rules: arch-parsing for Cycles dropped
  * debian/rules: cosmetic cleanup.
    All outdated/useless comments were removed.
  * debian/: split of the original package
    - debian/patches/: #0010 added to fix format-security issue
    - debian/: install files updated
      - blender.install: usr/share/applications added
      - blender-data.install: all but usr/share/applications
    - debian/blender-data.doc-base: path updated
    - debian/blender-data.install: removed another useless path
    - debian/: blender.docs => blender-data.docs
    - debian/: blender.links => blender-data.links
    - debian/rules: duplicate readme file removed
    - debian/control: python3 dependencies fixed

  [ Reinhard Tartler ]
  * Fix upgrade path from wheezy

 -- Matteo F. Vescovi <email address hidden> Wed, 05 Jun 2013 17:15:16 +0200

Changed in blender (Ubuntu):
status: Triaged → Fix Released
Revision history for this message
bardia khosravi (bardia-khosravi) wrote :

Hi There,

I just got the lates source form svn and I still see this problem on ubantu 12.04. Do you think I am missing something? The error is below:

Compiling ==> 'writeffmpeg.c'
In file included from source/blender/blenkernel/intern/writeffmpeg.c:70:0:
intern/ffmpeg/ffmpeg_compat.h:99:5: error: static declaration of ‘av_sample_fmt_is_planar’ follows non-static declaration
In file included from /usr/include/libavcodec/avcodec.h:30:0,
                 from /usr/include/libavformat/avformat.h:140,
                 from source/blender/blenkernel/intern/writeffmpeg.c:42:
/usr/include/libavutil/samplefmt.h:93:5: note: previous declaration of ‘av_sample_fmt_is_planar’ was here
In file included from source/blender/blenkernel/intern/writeffmpeg.c:70:0:
intern/ffmpeg/ffmpeg_compat.h: In function ‘av_sample_fmt_is_planar’:
intern/ffmpeg/ffmpeg_compat.h:99:49: warning: unused parameter ‘sample_fmt’ [-Wunused-parameter]
source/blender/blenkernel/intern/writeffmpeg.c: In function ‘write_audio_frame’:
source/blender/blenkernel/intern/writeffmpeg.c:179:2: warning: ‘avcodec_encode_audio’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4269) [-Wdeprecated-declarations]
scons: *** [/home/bardiakhosravi/blender-svn/build/linux/source/blender/blenkernel/intern/writeffmpeg.o] Error 1
scons: building terminated because of errors.

Revision history for this message
Ichthyostega (ichthyo) wrote :

I faced the same problem when backporting to Debian/Stable (Wheezy).

It seems that you'll actually need a libAV* of the 9er series. For Debian, these are in available through the backports repository. In my, case, on Debian/Stable, I did the following upgrades

apt-get install libavcodec54=6:9.10-1~bpo70+1 libopus0=1.1-1~bpo70+1 libavutil52=6:9.10-1~bpo70+1
apt-get install libavcodec-extra-54=6:9.10-1~bpo70+1
apt-get install libswscale-dev=6:9.10-1~bpo70+1 libswscale2=6:9.10-1~bpo70+1
apt-get install libavutil-dev=6:9.10-1~bpo70+1 libavdevice-dev=6:9.10-1~bpo70+1 libavformat-dev=6:9.10-1~bpo70+1 libavcodec-dev=6:9.10-1~bpo70+1 libavdevice53=6:9.10-1~bpo70+1 libavformat54=6:9.10-1~bpo70+1

Obviously, the exact version numbers might vary, but you should try to get some 9.x versions known to work together for each of the libavcodecs libavcodecs-extra libavformat, libavutil and libswscale

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.