~ubuntu-branches/ubuntu/feisty/gstreamer0.10-ffmpeg/feisty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, debian/control, debian/patches/64_reduce-all-givs-alpha-gcc-4.patch
  • Date: 2005-12-17 23:59:34 UTC
  • Revision ID: james.westby@ubuntu.com-20051217235934-nwlawuiovwzcy06j
Tags: 0.10.0-0ubuntu1
* New upstream version.
  - build the encoders too [debian/rules]
  - don't list libgstreamer0.10-0 as a Depends the shlibs get that
    [debian/control]
  - fix the path of the .la file to clean [debian/rules]
  - no need to run registration at installation with gstreamer0.10
    [debian/gstreamer0.8-ffmpeg.postinst,
     debian/gstreamer0.8-ffmpeg.postrm, debian/gstreamer0.8-ffmpeg.preinst]
  - package name/version updates [debian/changelog, debian/control,
    debian/gstreamer0.8-ffmpeg.install, debian/rules]
  - removed patch shipped with the new upstream code 
    [debian/patches/64_reduce-all-givs-alpha-gcc-4.patch]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gstreamer0.10-ffmpeg (0.10.0-0ubuntu1) dapper; urgency=low
 
2
 
 
3
  * New upstream version.
 
4
    - build the encoders too [debian/rules]
 
5
    - don't list libgstreamer0.10-0 as a Depends the shlibs get that
 
6
      [debian/control]
 
7
    - fix the path of the .la file to clean [debian/rules]
 
8
    - no need to run registration at installation with gstreamer0.10
 
9
      [debian/gstreamer0.8-ffmpeg.postinst,
 
10
       debian/gstreamer0.8-ffmpeg.postrm, debian/gstreamer0.8-ffmpeg.preinst]
 
11
    - package name/version updates [debian/changelog, debian/control,
 
12
      debian/gstreamer0.8-ffmpeg.install, debian/rules]
 
13
    - removed patch shipped with the new upstream code 
 
14
      [debian/patches/64_reduce-all-givs-alpha-gcc-4.patch]
 
15
 
 
16
 -- Sebastien Bacher <seb128@canonical.com>  Sat, 17 Dec 2005 23:59:34 +0100
 
17
 
 
18
gst-ffmpeg (0.8.7-5) unstable; urgency=low
 
19
 
 
20
  * SECURITY: New patch from ffmpeg's CVS to address a heap overflow in
 
21
    avcodec_default_get_buffer identified as CVE-2005-4048. (Closes: #343503)
 
22
    [debian/patches/32_CVE-2005-4048_avcodec-default-get-buffer-heap-overflow.patch]
 
23
 
 
24
 -- Loic Minier <lool@dooz.org>  Thu, 15 Dec 2005 20:44:36 +0100
 
25
 
 
26
gst-ffmpeg (0.8.7-4) unstable; urgency=low
 
27
 
 
28
  * Revert the change from 0.8.7-3 for m68k, since it causes an ICE at build
 
29
    time (the m68k porters have been told). [debian/rules]
 
30
 
 
31
 -- Loic Minier <lool@dooz.org>  Sun,  6 Nov 2005 21:56:17 +0100
 
32
 
 
33
gst-ffmpeg (0.8.7-3) unstable; urgency=low
 
34
 
 
35
  * Use -DRUNTIME_CPUDETECT to detect the correct per-CPU optimized function
 
36
    at runtime. (Closes: #337804) [debian/rules]
 
37
 
 
38
 -- Loic Minier <lool@dooz.org>  Sun,  6 Nov 2005 19:03:38 +0100
 
39
 
 
40
gst-ffmpeg (0.8.7-2) unstable; urgency=low
 
41
 
 
42
  * New patch to remove the -f-reduce-all-givs flag which was dropped in
 
43
    gcc 4.0. [debian/patches/64_reduce-all-givs-alpha-gcc-4.patch]
 
44
  * Turn Altivec support on via "-maltivec" when building under powerpc.
 
45
    [debian/rules]
 
46
 
 
47
 -- Loic Minier <lool@dooz.org>  Sun, 30 Oct 2005 17:28:18 +0100
 
48
 
 
49
gst-ffmpeg (0.8.7-1) unstable; urgency=low
 
50
 
 
51
  * New upstream releases.
 
52
    - Upstream's configure now supports --disable-encoders, use it.
 
53
      [debian/rules]
 
54
    - Drop obsolete patch. [debian/patches/50_configure-no-encoders.patch]
 
55
    - Disable ffplay server. [debian/rules]
 
56
  * Update FSF address. [debian/copyright]
 
57
 
 
58
 -- Loic Minier <lool@dooz.org>  Wed, 26 Oct 2005 15:49:06 +0200
 
59
 
 
60
gst-ffmpeg (0.8.5-2) unstable; urgency=low
 
61
 
 
62
  [ Loic Minier ]
 
63
  * Fix encoders removal. [debian/patches/50_configure-no-encoders.patch]
 
64
 
 
65
 -- Loic Minier <lool@dooz.org>  Tue, 12 Jul 2005 19:17:46 +0200
 
66
 
 
67
gst-ffmpeg (0.8.5-1) unstable; urgency=low
 
68
 
 
69
  [ Loic Minier ]
 
70
  * New upstream release "For the better of the world".
 
71
    - Add libgstreamer0.8-plugins-dev build-dep. [debian/control]
 
72
  * Add a TODO list. [debian/TODO.Debian]
 
73
  * Change ffmpeg's upstream URL. [debian/control]
 
74
  * Set Maintainer to group. [debian/control]
 
75
  * Bump Standards-Version to 3.6.2. [debian/control]
 
76
  * Call gst-register and gst-compprep with GST_REGISTRY in their
 
77
    environment to override the default behavior of writing to
 
78
    /root/.gstreamer-0.8, waiting for an upstream fix.
 
79
    [debian/gstreamer0.8-ffmpeg.postinst, debian/gstreamer0.8-ffmpeg.postrm]
 
80
  * Remove left over /root/.gstreamer-0.8 tree if it hasn't been modified.
 
81
    [debian/gstreamer0.8-ffmpeg.preinst]
 
82
  * Add CDBS' simple-patchsys. [debian/rules, debian/patches]
 
83
  * Configure internal ffmpeg build not to use encoders.
 
84
    [debian/patches/50_configure-no-encoders.patch]
 
85
 
 
86
 -- Loic Minier <lool@dooz.org>  Mon, 11 Jul 2005 19:04:47 +0200
 
87
 
 
88
gst-ffmpeg (0.8.4-1) unstable; urgency=low
 
89
 
 
90
  * New upstream
 
91
 
 
92
 -- David I. Lehn <dlehn@debian.org>  Mon, 14 Mar 2005 13:12:25 -0500
 
93
 
 
94
gst-ffmpeg (0.8.3-1) unstable; urgency=low
 
95
 
 
96
  * New upstream
 
97
  * debian/rules:
 
98
    * Distribute NEWS
 
99
  * debian/control:
 
100
    * Simplify description
 
101
  * Upload to unstable
 
102
 
 
103
 -- David I. Lehn <dlehn@debian.org>  Mon, 17 Jan 2005 17:17:10 -0500
 
104
 
 
105
gst-ffmpeg (0.8.2-2) unstable; urgency=low
 
106
 
 
107
  * debian/README.Debian, debian/control:
 
108
    * Update URLs
 
109
  * debian/control:
 
110
    * Update debhelper dependency to 4.1.0
 
111
    * Make description more verbose
 
112
  * debian/watch:
 
113
    * Add
 
114
 
 
115
 -- David I. Lehn <dlehn@debian.org>  Tue, 21 Dec 2004 04:44:30 -0500
 
116
 
 
117
gst-ffmpeg (0.8.2-1) unstable; urgency=low
 
118
 
 
119
  * New upstream
 
120
 
 
121
 -- David I. Lehn <dlehn@debian.org>  Fri, 19 Nov 2004 14:07:19 -0500
 
122
 
 
123
gst-ffmpeg (0.8.1.2-1) unstable; urgency=low
 
124
 
 
125
  * New upstream
 
126
 
 
127
 -- David I. Lehn <dlehn@debian.org>  Thu,  7 Oct 2004 00:38:50 -0400
 
128
 
 
129
gst-ffmpeg (0.8.0-1) unstable; urgency=low
 
130
 
 
131
  * Initial packaging
 
132
 
 
133
 -- David I. Lehn <dlehn@debian.org>  Wed, 16 Jun 2004 23:04:15 -0400