~ubuntu-branches/ubuntu/lucid/blender/lucid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-08-06 22:32:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806223219-8z4eej1u8levu4pz
Tags: 2.49a+dfsg-0ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: Build-depend on python-2.6 rather than python-2.5.
  - debian/misc/*.desktop: Add Spanish translation to .desktop 
    files.
  - debian/pyversions: 2.6.
  - debian/rules: Clean *.o of source/blender/python/api2_2x/
* New upstream release (LP: #382153).
* Refreshed patches:
  - 01_sanitize_sys.patch
  - 02_tmp_in_HOME
  - 10_use_systemwide_ftgl
  - 70_portability_platform_detection
* Removed patches merged upstream:
  - 30_fix_python_syntax_warning
  - 90_ubuntu_ffmpeg_52_changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
blender (2.49a+dfsg-0ubuntu1) karmic; urgency=low
 
2
 
 
3
  * Merge from debian unstable, remaining changes:
 
4
    - debian/control: Build-depend on python-2.6 rather than python-2.5.
 
5
    - debian/misc/*.desktop: Add Spanish translation to .desktop 
 
6
      files.
 
7
    - debian/pyversions: 2.6.
 
8
    - debian/rules: Clean *.o of source/blender/python/api2_2x/
 
9
  * New upstream release (LP: #382153).
 
10
  * Refreshed patches:
 
11
    - 01_sanitize_sys.patch
 
12
    - 02_tmp_in_HOME
 
13
    - 10_use_systemwide_ftgl
 
14
    - 70_portability_platform_detection
 
15
  * Removed patches merged upstream:
 
16
    - 30_fix_python_syntax_warning
 
17
    - 90_ubuntu_ffmpeg_52_changes
 
18
 
 
19
 -- Chris Coulson <chrisccoulson@ubuntu.com>  Thu, 06 Aug 2009 22:32:19 +0100
 
20
 
 
21
blender (2.49+dfsg-1) unstable; urgency=low
 
22
 
 
23
  * New upstream release.
 
24
  * Hopefully, since upstream upgraded their embedded copies of ffmpeg
 
25
    libraries (which we don't use), and adapted their code accordingly,
 
26
    troubles should go away, and at least sound seems to be working fine
 
27
    now (Closes: #519396). Thanks to Rebecca Breu for her help.
 
28
  * Update dependencies:
 
29
     - Add libavdevice-dev and libopenjpeg-dev to Build-Depends.
 
30
     - Add “libavdevice” to the “pkg-config --libs” call through the
 
31
       50_debian_build_config patch, and “-lopenjpeg” as well.
 
32
  * debian/copyright:
 
33
     - Update the list of removed directories: add extern/libopenjpeg.
 
34
  * Refresh patches:
 
35
     - 10_use_systemwide_ftgl
 
36
     - 50_debian_build_config
 
37
     - 70_portability_platform_detection
 
38
  * Drop patches (merged upstream):
 
39
     - 90_fix_ffmpeg_includes
 
40
     - 91_update_to_new_ffmpeg_api
 
41
  * Add patch:
 
42
     - 30_fix_python_syntax_warning: Fix Python 2.5/2.6 syntax warning
 
43
       during byte-compilation by using “except Foo, bar:” instead of
 
44
       “except Foo as bar:”.
 
45
  * debian/rules:
 
46
     - Get rid of CFLAGS handling, dpkg-buildpackage does that.
 
47
     - Get rid of dh_desktop, now a no-op.
 
48
  * debian/control:
 
49
     - Bump Standards-Version to 3.8.1 (no changes needed).
 
50
 
 
51
 -- Cyril Brulebois <kibi@debian.org>  Mon, 01 Jun 2009 01:42:09 +0200
 
52
 
 
53
blender (2.48a+dfsg-2) unstable; urgency=low
 
54
 
 
55
  * Upload to unstable now that lenny is released (yay).
 
56
  * Introduce patch to fix ffmpeg header includes, fixing FTBFS with newer
 
57
    ffmpeg (Closes: #516962), and uninstallability (Closes: #518204):
 
58
     - 90_fix_ffmpeg_includes
 
59
  * Also try to use the new API: avcodec_decode_audio2() instead of
 
60
    avcodec_decode_audio(). But since the how-to-upgrade note is kind of
 
61
    cryptic to me, that's a temptative patch only, user reports are very
 
62
    welcome (a mail to myself would do), especially if the audio sequencer
 
63
    is well-tested! For that matter, introduce this patch:
 
64
     - 91_update_to_new_ffmpeg_api
 
65
  * Update the following patch to also link against libavcodec:
 
66
     - 50_debian_build_config
 
67
  * Thanks so much to ffmpeg folks for their advance warning and the patch
 
68
    in the BTS!
 
69
  * debian/control:
 
70
     - Add B-D on libvorbis-dev and libgsm1-dev: They were probably
 
71
       pulled indirectly previously, let's make the build dependencies
 
72
       explicit now.
 
73
  * Keep the urgency to “low” even though it's about fixing an RC bug,
 
74
    testing is needed.
 
75
 
 
76
 -- Cyril Brulebois <kibi@debian.org>  Tue, 03 Mar 2009 02:53:51 +0000
 
77
 
1
78
blender (2.48a+dfsg-1ubuntu3) jaunty; urgency=low
2
79
 
3
80
  * debian/patches
1043
1120
  * Initial Release.
1044
1121
 
1045
1122
 -- Stephen Crowley <crow@debian.org>  Fri,  1 Jan 1999 13:47:44 -0600
 
1123