]> git.sesse.net Git - vlc/blob - debian/changelog
77f54496ef5d3521cfbbdd5e5e7bc1867040b413
[vlc] / debian / changelog
1 vlc (0.6.0-1) unstable; urgency=low
2
3   * debian/rules:
4     + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
5       so that the rules can be called directly.
6     + Use the -s flag instead of -a so that debhelper properly handles the
7       i386-only plugin packages.
8     + Split the build rule into configure and build.
9   * debian/control:
10     + Removed leading "a"s from package descriptions.
11     + Set policy to 3.5.10.
12
13  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 21 Jun 2003 17:55:07 +0200
14
15 vlc (0.5.3-3) unstable; urgency=low
16
17   * Built-in modules were linked twice in the mozilla plugin; removed the
18     non-PIC ones (Closes: #194384).
19
20  -- Samuel Hocevar <sam@zoy.org>  Fri, 23 May 2003 11:15:19 +0200
21
22 vlc (0.5.3-2) unstable; urgency=low
23
24   * Changed the libvlc0-dev section to libdevel.
25   * We now build the static objects twice: once the normal way before we
26     link them with VLC, and once with -fPIC so that they can be linked to
27     the Mozilla plugin.
28   * Updated extras/faad/config.{sub,guess}.
29
30  -- Samuel Hocevar <sam@zoy.org>  Fri, 14 Apr 2003 15:14:07 +0200
31
32 vlc (0.5.3-1) unstable; urgency=low
33
34   * New upstream release.
35   * Fixed a clock skew issue in debian/rules.
36
37  -- Samuel Hocevar <sam@zoy.org>  Tue,  8 Apr 2003 15:20:20 +0100
38
39 vlc (0.5.2-4) unstable; urgency=low
40
41   * Changed the section of gnome-vlc and kvlc according to new Debian
42     archive sections.
43   * Updated woody-buildpackage so that packages say "stable".
44
45  -- Samuel Hocevar <sam@zoy.org>  Tue,  1 Apr 2003 18:08:01 +0200
46
47 vlc (0.5.2-3) unstable; urgency=low
48
49   * Added explicit dependencies on vlc to legacy packages to make linda and
50     lintian happier.
51   * Added correct versioned build-dependency on debhelper.
52   * Updated the autotools helper files in extras/faad.
53
54  -- Samuel Hocevar <sam@zoy.org>  Wed, 26 Mar 2003 02:50:34 +0100
55
56 vlc (0.5.2-2) unstable; urgency=low
57
58   * Bumped up standards version to 0.5.9.0.
59   * Added build-dependencies on libidl0 and libglib2.0-0 to work around
60     mozilla-dev's currently broken dependencies.
61   * We now link against libdvdread3 instead of libdvdread2.
62
63  -- Samuel Hocevar <sam@zoy.org>  Tue, 25 Mar 2003 23:21:51 +0100
64
65 vlc (0.5.2-1) unstable; urgency=low
66
67   * New upstream release.
68   * Removed vlc-plugin-dvb, vlc-plugin-xosd, vlc-plugin-aa, vlc-plugin-lirc and
69     vlc-plugin-dv packages because the dependencies are quite small, and merged
70     them into the main vlc package.
71   * Removed the vlc-mad, vlc-arts, vlc-lirc and vlc-aa legacy packages because
72     they were not in woody.
73
74  -- Samuel Hocevar <sam@zoy.org>  Tue, 11 Mar 2003 20:32:36 +0100
75
76 vlc (0.5.1-1) unstable; urgency=low
77
78   * New upstream release.
79   * The vlc-glide package is now Architecture: i386 only.
80   * The vlc-plugin-mad package Provides: mp3-decoder.
81   * The deprecated vlc-* packages have a proper link to /usr/share/doc/vlc/.
82
83  -- Samuel Hocevar <sam@zoy.org>  Sat, 15 Feb 2003 03:43:33 +0100
84
85 vlc (0.5.0-1) unstable; urgency=low
86
87   * New upstream release (Closes: #157166).
88   * Audio MPEG and A52 decoders now use external libraries (libmad, liba52).
89   * Build-Depends are now valid (Closes: #147103).
90   * More robust AVI parser (Closes: #158037).
91   * An issue with X taking more and more CPU was fixed (Closes: #153286).
92   * Package now includes a NEWS file.
93   * New package containing a Mozilla plugin.
94   * New codec packages: Ogg/Vorbis, DV.
95   * New GUI package: wxvlc (wxWindows).
96   * New debian/woody-buildpackage file that can be used to build Woody
97     packages.
98   * Made the GNOME desktop entries more user-friendly (Closes: #149749).
99
100  -- Samuel Hocevar <sam@zoy.org>  Thu,  4 Jul 2002 17:44:25 +0200
101
102 vlc (0.4.1-1) unstable; urgency=low
103
104   * New upstream release.
105
106  -- Samuel Hocevar <sam@zoy.org>  Mon,  3 Jun 2002 23:43:35 +0200
107
108 vlc (0.4.0-1) unstable; urgency=low
109
110   * New upstream release.
111
112  -- Samuel Hocevar <sam@zoy.org>  Thu, 23 May 2002 01:27:05 +0200
113
114 vlc (0.3.1-1) unstable; urgency=low
115
116   * New upstream release.
117   * Fixes a crash in the Gtk+ interface.
118
119  -- Samuel Hocevar <sam@zoy.org>  Thu, 18 Apr 2002 06:43:42 +0200
120
121 vlc (0.3.0-1) unstable; urgency=low
122
123   * New upstream release.
124   * Reworked Gtk interface (Closes: #138732), with a working preferences
125     dialog (Closes: #134142, #134147).
126   * The ALSA plugin now supports S/PDIF (Closes: #118301).
127
128  -- Samuel Hocevar <sam@zoy.org>  Sat,  6 Apr 2002 04:27:50 +0200
129
130 vlc (0.2.92-8) unstable; urgency=high
131
132   * Only link with libXv.a if libXv_pic.a wasn't found, which fixes
133     package builds on sid.
134   * Added -ffunction-sections to the compilation of mpeg_vdec.a when
135     the architecture is hppa.
136
137  -- Samuel Hocevar <sam@zoy.org>  Sun,  6 Jan 2002 06:56:08 +0100
138
139 vlc (0.2.92-7) unstable; urgency=high
140
141   * Fixed configure.in so that it doesn't fail on hppa.
142   * Fixed a symbol resolution issue that made vlc crash when libdvdcss
143     was installed.
144
145  -- Samuel Hocevar <sam@zoy.org>  Sat,  5 Jan 2002 03:46:23 +0100
146
147 vlc (0.2.92-6) unstable; urgency=high
148
149   * Attempt to fix IA64 and hppa builds.
150
151  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 Jan 2002 14:11:02 +0100
152
153 vlc (0.2.92-5) unstable; urgency=high
154
155   * Many fixes imported from the 0.2.92 upstream release (VCD input,
156     buffer management, decoder error management).
157   * Removed a stupid dependency on libc6 which prevented the package
158     from being built on alpha.
159
160  -- Samuel Hocevar <sam@zoy.org>  Wed,  2 Jan 2002 04:16:44 +0100
161
162 vlc (0.2.92-4) unstable; urgency=high
163
164   * Put debian/control and debian/rules in sync again (Closes: #126697).
165   * Replaced the 48x48 XPM icons with 32x32 icons to comply with policy
166     (Closes: #126939).
167   * Don't spawn the Gtk+ or the Gnome interface if no $DISPLAY variable is
168     present, which fixes the framebuffer output (Closes: #101753).
169
170  -- Samuel Hocevar <sam@zoy.org>  Sun, 30 Dec 2001 02:59:01 +0100
171
172 vlc (0.2.92-3) unstable; urgency=high
173
174   * Removed references to vlc-mad (Closes: #126194).
175
176  -- Samuel Hocevar <sam@zoy.org>  Sat, 22 Dec 2001 21:04:27 +0100
177
178 vlc (0.2.92-2) unstable; urgency=high
179
180   * Bumped urgency to high to get this stable version into testing; all
181     reported critical bugs were fixed.
182   * Bumped Standards-Version to 3.5.6.
183   * Fixed a PowerPC compilation issue.
184   * Fixed a crash in the VCD input.
185
186  -- Samuel Hocevar <sam@zoy.org>  Thu, 20 Dec 2001 23:24:21 +0100
187
188 vlc (0.2.92-1) unstable; urgency=low
189
190   * Using the stable 0.2.92 CVS branch, has lots of stability fixes.
191   * Disabled broken ALSA audio output (Closes: #110869, #119846).
192   * Changed configure.in so that vlc is linked against libXv.a,
193     not xvideo.so and sdl.so (Closes: #111790).
194   * Added versioned build-dep to libasound2-dev (Closes: #121057).
195
196  -- Samuel Hocevar <sam@zoy.org>  Wed, 19 Dec 2001 17:06:44 +0100
197
198 vlc (0.2.91-2) unstable; urgency=low
199
200   * Added "Video" menu hints (Closes: #121036).
201
202  -- Samuel Hocevar <sam@zoy.org>  Sun, 25 Nov 2001 02:25:34 +0100
203
204 vlc (0.2.91-1) unstable; urgency=low
205
206   * New upstream release.
207   * This release fixes IFO parsing issues (Closes: #119369).
208   * vlc will dlopen() an installed libdvdcss if available, to play
209     encrypted DVDs (Closes: #89856).
210   * vlc is now in sync with the official libdvdcss (Closes: #118194).
211
212  -- Samuel Hocevar <sam@zoy.org>  Mon, 12 Nov 2001 17:14:29 +0100
213
214 vlc (0.2.90-3) unstable; urgency=low
215
216   * Added stricter Build-Depends on libsdl1.2-dev (Closes: #117180).
217
218  -- Samuel Hocevar <sam@zoy.org>  Fri, 26 Oct 2001 16:06:01 +0200
219
220 vlc (0.2.90-2) unstable; urgency=low
221
222   * Various upstream bugfixes.
223   * Compiled against libsdl1.2-debian (Closes: #116709).
224
225  -- Samuel Hocevar <sam@zoy.org>  Tue, 23 Oct 2001 02:09:39 +0200
226
227 vlc (0.2.90-1) unstable; urgency=low
228
229   * Fixed syntax error in build dependencies (Closes: #109722).
230   * XVideo module now compiled as built-in, to avoid PIC and non-PIC
231     code collision (Closes: #111790).
232
233  -- Samuel Hocevar <sam@zoy.org>  Wed, 10 Oct 2001 15:00:29 +0200
234
235 vlc (0.2.83-2) unstable; urgency=low
236
237   * Fixed build dependencies for architectures not supporting libasound2
238     (Closes: #109722).
239
240  -- Samuel Hocevar <sam@zoy.org>  Fri, 24 Aug 2001 12:47:45 +0200
241
242 vlc (0.2.83-1) unstable; urgency=low
243
244   * New upstream release.
245   * Activated subtitles in overlay mode (Closes: #97471).
246
247  -- Samuel Hocevar <sam@zoy.org>  Wed, 22 Aug 2001 15:18:01 +0200
248
249 vlc (0.2.82-1) unstable; urgency=low
250
251   * New upstream release.
252   * Fixed broken manpage symlinks (Closes: #99561).
253
254  -- Samuel Hocevar <sam@zoy.org>  Tue,  7 Aug 2001 12:39:16 +0200
255
256 vlc (0.2.81-1) unstable; urgency=low
257
258   * New upstream release.
259
260  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Jul 2001 04:13:57 +0200
261
262 vlc (0.2.80-1) unstable; urgency=low
263
264   * New upstream release.
265
266  -- Samuel Hocevar <sam@zoy.org>  Tue,  5 Jun 2001 04:41:06 +0200
267
268 vlc (0.2.73-2) unstable; urgency=low
269
270   * We now build without MMX in the main application (Closes: #96036).
271
272  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 May 2001 07:13:04 +0200
273
274 vlc (0.2.73-1) unstable; urgency=low
275
276   * New upstream release.
277
278  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Apr 2001 07:02:35 +0200
279
280 vlc (0.2.72-1) unstable; urgency=low
281
282   * New upstream release.
283
284  -- Samuel Hocevar <sam@zoy.org>  Mon, 16 Apr 2001 14:33:53 +0200
285
286 vlc (0.2.71-1) unstable; urgency=low
287
288   * New upstream release.
289
290  -- Samuel Hocevar <sam@zoy.org>  Fri, 13 Apr 2001 08:13:26 +0200
291
292 vlc (0.2.70-1) unstable; urgency=low
293
294   * New upstream release.
295   * Non-i386 package builds really fixed (Closes: #89285).
296
297  -- Samuel Hocevar <sam@zoy.org>  Sat,  7 Apr 2001 05:52:00 +0200
298
299 vlc (0.2.63-3) unstable; urgency=low
300
301   * Added versioned conflicts/replaces to vlc-gtk (Closes: #88796).
302
303  -- Samuel Hocevar <sam@zoy.org>  Wed,  7 Mar 2001 20:47:48 +0100
304
305 vlc (0.2.63-2) unstable; urgency=low
306
307   * Glide shouldn't cause any non-x86 problems anymore (Closes: #88583).
308
309  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 12:50:28 +0100
310
311 vlc (0.2.63-1) unstable; urgency=low
312
313   * New upstream release.
314
315  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 00:41:16 +0100
316
317 vlc (0.2.62-2) unstable; urgency=low
318
319   * Removed a few lintian warnings.
320
321  -- Samuel Hocevar <sam@zoy.org>  Sat,  3 Mar 2001 10:29:31 +0100
322
323 vlc (0.2.62-1) unstable; urgency=low
324
325   * New release. Glide and GGI packages build again.
326   * Updated vlc.1 manpage (Closes: #87478).
327   * Fixed debian/control (Closes: #83707).
328   * The framebuffer plugin doesn't hijack ^C anymore (Closes: #87500).
329
330  -- Samuel Hocevar <sam@zoy.org>  Fri,  2 Mar 2001 17:32:24 +0100
331
332 vlc (0.2.61-1) unstable; urgency=low
333
334   * New release. The package build works again.
335
336  -- Samuel Hocevar <sam@zoy.org>  Fri, 16 Feb 2001 08:09:59 +0100
337
338 vlc (0.2.60-1) unstable; urgency=low
339
340   * New release. The package build is most presumably FUBAR.
341
342  -- Samuel Hocevar <sam@zoy.org>  Wed, 14 Feb 2001 08:33:46 +0100
343
344 vlc (0.2.50nocss-1) unstable; urgency=low
345
346   * Only build vlc-glide under x86 (Closes: #84046).
347   * Switched PentiumPro optimization off (Closes: #83707).
348
349  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Feb 2001 20:49:15 +0100
350
351 vlc (0.2.50-1) unstable; urgency=low
352
353   * Unstable release.
354
355  -- Samuel Hocevar <sam@zoy.org>  Wed, 31 Jan 2001 04:30:37 +0100
356
357 vlc (0.1.99i) unstable; urgency=low
358
359   * Fixed the framerate display
360
361  -- Samuel Hocevar <sam@zoy.org>  Tue, 24 Oct 2000 11:08:01 +0200
362
363 vlc (0.1.99i) unstable; urgency=low
364
365   * fixed the support for field pictures, which involved a few dozens
366     bugs in the video parser and video decoder.
367   * renamed an inconsistent variable in src/input/input_file.c.
368   * added support for I+ synchro (all Is and the first P).
369   * fixed a motion compensation bug which generated some distortion
370     on B images.
371   * fixed a motion compensation bug for skipped macroblocks.
372   * fixed a synchro bug for field images.
373   * fixed the --server option which didn't work if a ~/.vlcrc existed.
374
375  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 28 Aug 2000 02:34:18 +0200
376
377 vlc (0.1.99h) unstable; urgency=low
378
379   * added support for the SDL vout : the --display fullscreen allows
380     fullscreen when possible. Disabled by default.
381   * updated debian directory to build vlc-sdl.
382   * removed CCFLAGS flags which were improperly used.
383   * added hints for powerpc build.
384   * fixed the input_file exit bug.
385   * removed the frame statistics output.
386   * removed a verbose message in intf_sdl.c.
387   * added a few sanity checks in the audio mpeg and ac3 decoders.
388   * temporarily got rid of vlc.channels.
389
390  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 22 Aug 2000 01:31:58 +0200
391
392 vlc (0.1.99g) unstable; urgency=low
393
394   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
395   * new --synchro flag which lets you force which images are decoded.
396   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
397   * now scaling is on by default, so that people won't tell that the vlc
398     cannot do scaling :-)
399   * fixed 8bpp YUV.
400   * fixed the fscked up Bresenham algorithm in all YUV functions.
401   * fixed a dumb bug in the Makefile that prevented inclusion of the
402     -march=pentium directive. thanks Meuuh, blame sam.
403   * separate Debian packages
404
405  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 16 Aug 2000 01:07:14 +0200
406
407 vlc (0.1.99f) unstable; urgency=low
408
409   * plugin detection now works
410   * "gvlc", "fbvlc", "ggivlc" aliases now work
411   * fixed functions that weren't properly inlined
412   * removed bloat from the MMX YUV plugin
413   * vlc.init becomes ~/.vlcrc
414   * removed float operations in the video decoder, and all emms asm functions
415   * borrowed linuxvideo's MMX motion compensation
416   * fixed an undefined symbol in the MMX YUV plugin
417
418  -- Samuel Hocevar <sam@via.ecp.fr>  Tue,  8 Aug 2000 11:24:01 +0200
419
420 vlc (0.1.99e) unstable; urgency=low
421
422   * new bitstream syntax and slight performance increase
423
424  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 20 Jul 2000 15:14:06 +0200
425
426 vlc (0.1.99d) unstable; urgency=low
427
428   * .deb is now more lintian-friendly
429   * removed a few useless warning messages
430   * new plugin API
431   * plugin auto-detection
432   * removed the default --enable-ppro option because it didn't work on K6-2
433   * the framebuffer client now leaves the console in a working state
434   * the dithered 8 bpp YUV transformation works again (blame bbp !)
435   * the YUV transformations are now plugins as well
436   * alternative symlinks like gvlc, fbvlc are now created at compile time
437   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
438   * fixed an endianness problem which occured on iMacs
439
440  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 12 Jul 2000 01:24:40 +0200
441
442 vlc (0.1.99c) unstable; urgency=low
443
444   * Caught Delete Window event in Gnome and X11 modes
445   * Fixed manpage
446   * GGI output now works
447   * Fixed a segfault on exit for the Gnome plugin
448   * Sound support almost works under BeOS
449
450  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 20 Jun 2000 03:01:12 +0200
451
452 vlc (0.1.99b) unstable; urgency=low
453
454   * Added a ChangeLog file
455   * Updated the VLAN code
456   * Fixed a bug preventing to quit
457
458  -- Samuel Hocevar <sam@via.ecp.fr>  Sat, 17 Jun 2000 03:46:16 +0200
459
460 vlc (0.1.99a) unstable; urgency=low
461
462   * Fixed some compile flag errors
463
464  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 15 Jun 2000 20:48:54 +0200
465
466 vlc (0.1.99-1) unstable; urgency=low
467
468   * Initial Release.
469
470  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 13 Mar 2000 02:21:45 +0100
471