File: changelog

package info (click to toggle)
libmpeg3 1.8.dfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 3,900 kB
  • sloc: ansic: 18,524; asm: 761; makefile: 301; sh: 26
file content (232 lines) | stat: -rw-r--r-- 10,070 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
libmpeg3 (1.8.dfsg-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Promote Petter Reinholdtsen as Maintainer, remove David Martínez
    Moreno (Closes: #845290)

  [ Helmut Grohne ]
  * Fix FTCBFS: (Closes: #876253)
    + Let dh_auto_build pass cross compilers to make.
    + Fix the debian-build-rules.patch.

 -- Manuel A. Fernandez Montecelo <mafm@debian.org>  Mon, 06 Nov 2017 22:24:08 +0100

libmpeg3 (1.8.dfsg-2) unstable; urgency=low

  * Add patch header-comment-fix.patch to fix a typo in the
    mpeg3protos.h header.
  * Move header files to /usr/include/mpeg3/ to group them together and
    become compatible with Fedora which already place them there.  Adjust
    pkg-config file to reflect the change.

 -- Petter Reinholdtsen <pere@debian.org>  Fri, 06 Jun 2014 07:54:22 +0200

libmpeg3 (1.8.dfsg-1) unstable; urgency=low

  * Update to debhelper 9 support.
  * Move source patches to debian/patches/ and package format to 3.0
    (quilt).
  * Update upstream source to version 1.8 (Closes: #430770).
    - Split relevant parts of the patch used in 1.5.4-5.1 info new
      patches alpha-largefile.patch and debian-build-rules.patch
    - Drop patches to fix bugs #287422 and #729275, as these problems
      are fixed differently upstream.
    - Change shared library major number from 1 to 2, as the new library have
      a new API and ABI.
    - No longer have typo in Makefile (Closes: #374504).
    - Repack upstream tarball without mpeg3css.c and the a52dec library.
      Instructions for how to do this is in debian/rules.
  * Add patch prototype-free.patch to make sure stdlib.h is included
    before free() is used.
  * Change encoding of debian/copyright to UTF-8.
  * Update standards-version from 3.6.2.2 to 3.9.5.
  * Add missing dependency on ${misc:Depends}.  Thank you lintian.
  * Adjust copyright file to document upstream copyright 2003-2008.
  * Change debian/rules to use dh_prep instead of the obsolete
    dh_clean -k.  Thank you, lintian.
  * Enable hardening flags during build and linking.
  * New patch fix-format-security-error.patch to make code buildable
    with hardening enabled.
  * Add homepage URL to control file (Closes: #749469).
  * Reorder shared library linking rule to work with the --as-needed
    linker flag (Closes: #633333).  Patch from Sebastian Carneiro and
    Ubuntu.
  * Use ${binary:Version} when depending on library from dev package,
    instead of the obsolete ${Source-Version}. Thank you, lintian.
  * New patch fix-video-alpha.patch lifted from the Cinelerra project
    fixing pixel conversion macros, making sure the default alpha level
    is max, not zero.
  * New patch handle-hdv-m2t.patch lifted from the Cinelerra project
    adding code to recognize *.m2t as MPEG files.
  * Add Vcs-* headers to control file pointing to the collab-maint git
    repository.
  * New patch fix-format-strings.patch to correct format string problems
    reported by the compiler because hardening was enabled.
  * Add new patch compiler-warnings.patch to enable more compiler
    warnings.
  * Add new patch missing-include.patch to include system header files
    where they were missing.
  * Add patch fix-fake-css.patch to fix inconsistent function signature.
  * Add patch missing-prototypes.patch to include prototypes before
    function calls.
  * Add pkgconfig file for libmpeg3 to ease detection and linking.
  * Add missing rules targets build-arch and build-indep.  Thanks
    lintian for the reminder.
  * Add myself as uploader.

 -- Petter Reinholdtsen <pere@debian.org>  Mon, 02 Jun 2014 08:54:11 +0200

libmpeg3 (1.5.4-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix stack overflow in read_toc. (Closes: #729275)

 -- Johannes Brandstätter <jbrandst@2ds.eu>  Sat, 26 Apr 2014 21:13:35 +0200

libmpeg3 (1.5.4-5) unstable; urgency=low

  * Fixed syntax in Makefile for compatibility with new make. Thanks, Daniel
    Schepler (closes: #350689).
  * Acknowledge NMU from Steve (closes: #287422).
  * debian/control: Bumped Standards-Version to 3.6.2.2.
  * debian/copyright: Updated FSF's address.

 -- David Martínez Moreno <ender@debian.org>  Fri,  3 Feb 2006 02:13:40 +0100

libmpeg3 (1.5.4-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Medium-urgency upload for RC bugfix.
  * Fix up invalid lvalues for compatibility with the stricter gcc 4.0 
    compiler (closes: #287422).

 -- Steve Langasek <vorlon@debian.org>  Fri,  5 Aug 2005 16:19:17 -0700

libmpeg3 (1.5.4-4) unstable; urgency=low

  * debian/rules: Added more severe dependencies for mpeg3-utils (closes:
    #242617).

 -- David Martínez Moreno <ender@debian.org>  Sat, 10 Apr 2004 17:31:12 +0200

libmpeg3 (1.5.4-3) unstable; urgency=low

  * Added #define __USE_LARGEFILE64 in mpeg3private.h for finally resolving
    the FTBFS in Alpha.

 -- David Martínez Moreno <ender@debian.org>  Wed,  7 Apr 2004 19:57:05 +0200

libmpeg3 (1.5.4-2) unstable; urgency=low

  * Newly forgot to compile objects for the shared library with fPIC. I did
    read again the 10.2 chapter of the Debian Policy Manual. Good book.
    Everyone should have a copy on their bed table (closes: #241696).
  * Added SOBJS target to main Makefile in order to manage the desired effect,
    also with a .SUFFIXES line for .lo files.
  * Compiled library with -D_REENTRANT (Good 10.2 chapter)...

 -- David Martínez Moreno <ender@debian.org>  Tue,  6 Apr 2004 10:33:16 +0200

libmpeg3 (1.5.4-1) unstable; urgency=low

  * New upstream release (closes: #226699).
  * Removed a52dec and mpeg2dec from the original tarball, as they are
    included in Debian (and btw mpeg2dec isn't used at all in the build).
  * debian/control:
    - Added Build-Depends on liba52dec-dev.
    - I'm stupid (again). I didn't corrected the description that a nice user
      sent to me in #142146. Anyway, it is *in*, now.
    - Bring libmpeg3 from the Pleistocene to modern times. Bumped debhelper
      dependency to >= 4.0.0. Changed debian/compat accordingly.
    - Bumped Standards-Version to 3.6.1. Some changes in DEB_BUILD_OPTIONS,
      and that's all, folks.
    - Finally remembered to move libmpeg3-dev from devel -> libdevel.
  * Cleaned up some bad UTF-8 entries in changelog and control files.
  * debian/rules: Added "version" and "major" variables for building the
    shared library.
  * Finally splitted the software in binary and library packages (closes:
    #145758).

 -- David Martínez Moreno <ender@debian.org>  Mon, 22 Mar 2004 02:09:19 +0100

libmpeg3 (1.5-6) unstable; urgency=low

  * The "Fast surikato" release.
  * debian/changelog, debian/control: Recoded into UTF-8, finally.
  * I forgot to fix the -ieee Alpha gcc flag in the previous release. Fixed
    (closes: #204021). Thanks to Guillem for his continuous mails and tireless
    IRC queries... ;-)
  * Added debian/compat (=3). Tightened thus dependency on debhelper >= 3.4.4.

 -- David Martínez Moreno <ender@debian.org>  Fri, 28 Nov 2003 12:45:08 +0100

libmpeg3 (1.5-5) unstable; urgency=low

  * The "Surikato release".
  * Thanks to Guillem Jover for pushing hard for this release.
  * Fixed finally the -fPIC issue (closes: #193993).
  * Fixed many other things, like warnings, specific dependencies specified,
    utilities finally dynamic-linked, and cleaned up the Makefile. Thanks
    again, Guillem.
  * Fixed the description (there's no MPEG-3 standard, really) (closes:
    #142146).

 -- David Martínez Moreno <ender@debian.org>  Tue, 11 Nov 2003 19:47:41 +0100

libmpeg3 (1.5-4) unstable; urgency=low

  * Ooops...hppa build failed due to missing fPIC in the shared object
    building...added.

 -- David Martínez Moreno <ender@debian.org>  Fri,  5 Apr 2002 10:26:51 +0200

libmpeg3 (1.5-3) unstable; urgency=medium

  * I don't know what happened. The header files are a complete mess. Oh, I
    see...a typo, slipped in my modifications to the main Makefile; kindly
    spotted by Klaus Ethgen (closes: #140945). Thanks, guy. :o)
  * After thinking, changed back Architecture to any. I think it can't hurt
    us.
  * Cleaned a bit debian/rules.

 -- David Martínez Moreno <ender@debian.org>  Thu,  4 Apr 2002 17:38:56 +0200

libmpeg3 (1.5-2) unstable; urgency=high

  * The 'I was very busy with my vacations and forgot how to package' release.
  * Priority set to high because the previous package simply didn't include
    the shared library (ooops x 10).
  * debian/rules:
    - This package really ships libmpeg3.so.1.5.0 (closes: #140158).
    - Cleaned some things I've left from Christian's diff (more to come).
    - 'Debhelper'ized a lot more.
    - Removed CFLAGS from here and patched the Makefile for using the
      corresponding CFLAGS per architecture. This, with additional massaging
      in the Alpha CFLAGS, finally allows building in Alpha (closes: #140473).
  * debian/control:
    - Removed nasm from Build-Depends because it's only needed for MMX support
      (not set up in the Debian build).
    - Changed Architectures field from 'any' to 'i386 alpha' (missed in
      1.5-1).
    - Changed Description to reflect the inclusion of several utilities in the
      package.
  * Added some documentation in the -dev package.
  * Now libmpeg3 honors DEB_BUILD_OPTIONS.

 -- David Martínez Moreno <ender@debian.org>  Sun, 31 Mar 2002 20:34:33 +0200

libmpeg3 (1.5-1) unstable; urgency=high

  * I need to package this because xmovie depends on it (and I was using the
    unofficial packages from Christian Marillat).
  * The priority is due to the fact that xmovie is in incoming since 10 Mar or
    so, and its dependencies cannot be satisfied.
  * Stripped all the CSS code in the original tarball, thus moving this into
    main.
  * I've used much of the work done by Joshua Haberman and Christian Marillat.
    Thank you, guys.
  * debian/rules: Used the one from Christian with little changes. I'd like to
    change it completely to DHv3, but I want to release this as soon as
    possible.

 -- David Martínez Moreno <ender@debian.org>  Fri, 22 Mar 2002 01:54:56 +0100