]> git.sesse.net Git - vlc/blob - debian/changelog
* debian/control:
[vlc] / debian / changelog
1 vlc (0.7.2.final-5) unstable; urgency=low
2
3   * debian/control:
4     + Build-depend on libdvbpsi3-dev, so that we can get rid of the previous
5       versions of this library.
6     + Recommend the videolan-doc package.
7     + Build-conflict on libavcodec-dev, just in case it enters Sid at an
8       unappropriate moment.
9   * debian/README.Debian:
10     + Removed mention of the libmpeg2 tree, which we no longer provide.
11
12  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 20 Jul 2004 11:25:17 +0200
13
14 vlc (0.7.2.final-4) unstable; urgency=low
15
16   * debian/rules:
17     + Activated Theora support (Closes: #259061).
18     + Re-enabled the KDE plugin (Closes: #258295).
19   * debian/control:
20     + Set policy to 3.6.1.1.
21
22  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 13 Jul 2004 00:21:20 +0200
23
24 vlc (0.7.2.final-3) unstable; urgency=low
25
26   * extras/ffmpeg/configure: fixed HPPA architecture detection.
27
28  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 25 Jun 2004 11:55:33 +0200
29
30 vlc (0.7.2.final-2) unstable; urgency=low
31
32   * extras/ffmpeg/libavcodec/svq1.c: fixed vector/vect namespace issues on
33     powerpc.
34
35  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 22 Jun 2004 15:21:09 +0200
36
37 vlc (0.7.2.final-1) unstable; urgency=low
38
39   * New upstream release.
40   * Temporarily disabled the KDE GUI plugin.
41
42  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 29 May 2004 00:06:48 -0300
43
44 vlc (0.7.2-test2-1) unstable; urgency=low
45
46   * New upstream snapshot.
47
48  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  6 May 2004 11:11:25 +0200
49
50 vlc (0.7.2-test1-4) unstable; urgency=low
51
52   * extras/ffmpeg/libacvodec/Makefile:
53     + Fixed a PARISC/HPPA mix-up.
54   * src/interface/interface.c:
55     + Removed the "switch interface" menu due to wxwin's utter bugosity.
56
57  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 30 Apr 2004 13:15:59 +0200
58
59 vlc (0.7.2-test1-3) unstable; urgency=low
60
61   * configure.ac:
62     + Link DTS plugins with libdts_pic.a, not libdts.a.
63   * debian/control:
64     + Build-depend on libid3tag0-dev for ID3 tag support.
65     + Made vlc depend on wxvlc for the moment.
66   * extras/ffmpeg/libacvodec/Makefile:
67     + Build motion_est.c with -O1.
68
69  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 30 Apr 2004 10:49:59 +0200
70
71 vlc (0.7.2-test1-2) unstable; urgency=low
72
73   * debian/control:
74     + Build-depend on libxml2-dev.
75   * extras/ffmpeg/libavcodec/ppc/dsputil_altivec.c:
76     + Syntax fixes for powerpc.
77
78  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 28 Apr 2004 12:49:18 +0200
79
80 vlc (0.7.2-test1-1) unstable; urgency=low
81
82   * New SVN snapshot.
83   * The skinned interface is now the default one (Closes: #245210).
84   * debian/control:
85     + Removed the libdv2-dev build-dependency.
86     + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1).
87     + Set the libmatroska-dev build-dependency to (>= 0.7.0).
88     + Build-depend on libfribidi-dev.
89     + Build-depend on libcdio-dev.
90     + Build-depend on libmodplug-dev.
91   * debian/rules:
92     + Activated fribidi support.
93     + Activated CDDA support via libcdio.
94     + Activated MOD support.
95   * configure.ac:
96     + Re-enabled i420_yuy2_altivec.
97   * src/interface/interface.c:
98     + Disable unavailable interfaces from the switch menu (Closes: #245209).
99
100  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 26 Apr 2004 16:30:25 +0200
101
102 vlc (0.7.1-7) unstable; urgency=high
103
104   * debian/control:
105     + Override kdelibs4's shlibs value to get VLC into testing.
106     + No longer build-depend on dvb-dev.
107
108  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 20 Apr 2004 18:00:40 +0200
109
110 vlc (0.7.1-6) unstable; urgency=low
111
112   * debian/control:
113     + Removed the build dependency on gcc-3.2 because gcc-3.3 no longer ICEs
114       on ppc/mpegvideo_altivec.o (Closes: #236442).
115     + Build depend on fixed libsdl1.2-dev (>= 1.2.7-5).
116
117  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue,  6 Apr 2004 10:27:35 +0200
118
119 vlc (0.7.1-5) unstable; urgency=low
120
121   * debian/control:
122     + Added a build-dependency on libaudiofile-dev to fix the m68k build.
123   * debian/rules:
124     + Added symlinks for mozilla-firefox (Closes: #239352).
125
126  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 30 Mar 2004 23:10:20 +0200
127
128 vlc (0.7.1-4) unstable; urgency=medium
129
130   * extras/ffmpeg/libavcodec/ppc/mpegvideo_ppc.c:
131     + Replaced fprintf() with av_log() to fix the powerpc build.
132
133  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 21 Mar 2004 13:59:07 +0100
134
135 vlc (0.7.1-3) unstable; urgency=medium
136
137   * debian/rules:
138     + Activated DTS decoding support.
139   * debian/control:
140     + Build-depend on libx11-dev, libxext-dev, libxt-dev instead of xlibs-dev.
141     + Build-depend on libxv-dev, xlibs-static-pic instead of xlibs-pic.
142
143  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 20 Mar 2004 18:13:43 +0100
144
145 vlc (0.7.1-2) unstable; urgency=medium
146
147   * debian/control:
148     + Build-depend on zlib1g-dev because ffmpeg uses it by default.
149   * configure.ac:
150     + Add -lz to the link flags for plugins that use ffmpeg.
151     + Disabled i420_yuy2_altivec for now, because it only has a C version of
152       the AltiVec routines.
153
154  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  4 Mar 2004 17:34:58 +0100
155
156 vlc (0.7.1-1) unstable; urgency=medium
157
158   * New upstream release.
159   * debian/copyright:
160     + Added faad2 and ffmpeg authors to the copyright (Closes: #212766).
161   * mozilla/vlcplugin.h:
162     + Added the 'video/x-ms-asf' MIME type to the plugin (Closes: #232690).
163
164  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed,  3 Mar 2004 10:47:21 +0100
165
166 vlc (0.7.0-3) unstable; urgency=medium
167
168   * ppc/mpegvideo_altivec.c:
169     + Build this file with GCC 3.2 to work around an ICE.
170
171  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 21 Jan 2004 15:36:30 +0100
172
173 vlc (0.7.0-2) unstable; urgency=low
174
175   * debian/rules:
176     + Look for faad in extras/faad2, not extras/faad.
177   * modules/demux/mkv.cpp:
178     + Updated mkv module for the latest Matroska version (Closes: #227923).
179   * modules/video_output/caca.c:
180     + Updated caca module for the latest libcaca version.
181
182  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 20 Jan 2004 18:30:58 +0100
183
184 vlc (0.7.0-1) unstable; urgency=low
185
186   * New upstream release.
187   * debian/control:
188     + Build-depend on fixed dvb-dev packages.
189     + Build-depend on fixed linux-kernel-headers packages.
190   * debian/rules:
191     + Look for faad in extras/faad2, not extras/faad.
192     + Enable postprocessing in the ffmpeg configuration.
193     + Activated libcaca video output.
194   * doc/vlc.1:
195     + Fixed a minor typo (Closes: #223605).
196
197  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun,  4 Jan 2004 03:29:22 +0100
198
199 vlc (0.6.2+cvs20031030-2) unstable; urgency=low
200
201   * debian/control:
202     + Build-depend on a newer wxwindows version to avoid incompatibilities.
203     + Build-depend on linux-kernel-headers and build-conflict on dvb-dev
204       because these packages cannot be installed together.
205   * debian/rules:
206     + Temporarily disabled the framebuffer video output plugin because of
207       current code errors in linux-kernel-headers.
208
209  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat,  1 Nov 2003 11:01:40 +0100
210
211 vlc (0.6.2+cvs20031030-1) unstable; urgency=low
212
213   * New CVS snapshot.
214   * debian/rules:
215     + Disabled the deprecated satellite plugin; the dvb plugin is now
216       the recommended one (Closes: #216367).
217     + Don't install fortunes in /usr/share/games, they are too private for
218       common mortals (Closes: #212856). They are still available in the
219       /usr/share/doc/vlc directory though.
220     + Activated the speex codec.
221     + Activated the PVR input module.
222   * debian/control:
223     + Depend on ttf-freefont for subtitles.
224     + Upgraded debhelper build-dependency to (>= 4.0).
225
226  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 31 Oct 2003 11:08:57 +0100
227
228 vlc (0.6.2-3) unstable; urgency=low
229
230   * debian/control:
231     + Set libxosd-dev build-dependency to (>= 2.2.4-1.3) because previous
232       versions were broken on s390 (Closes: #208383).
233     + Rewrote long descriptions (Closes: #209602, #209615, #209628, #209636,
234       Closes: #209774, #209914, #210028, #210095).
235
236  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 15 Sep 2003 21:28:43 +0200
237
238 vlc (0.6.2-2) unstable; urgency=low
239
240   * debian/control:
241     + Set libmatroska-dev build-dependency to (>= 0.5.0-3) because previous
242       versions were broken on platforms where PIC/non-PIC cannot be mixed in
243       objects (Closes: #208383).
244     + Set policy to 3.6.1.0.
245
246  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri,  5 Sep 2003 02:32:54 +0200
247
248 vlc (0.6.2-1) unstable; urgency=low
249
250   * New upstream release.
251   * debian/control:
252     + Added a build-dependency on freetype6-dev.
253     + Added a build-dependency on libdvbpsi2-dev.
254     + We now recommend gnome-vlc | wxvlc.
255     + We now suggest fortune-mod.
256   * This release now uses libfreetype to render subtitles, and we recommend
257     ttf-freefont | ttf-thryomanes, so that the old .rle font is no longer
258     needed (Closes: #203013).
259   * extras/faad:
260     + aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
261   * extras/faad/common/mp4v2:
262     + aclocal-1.4 && autoconf && autoheader && automake-1.4 --foreign -a -c \
263       && libtoolize -c -f
264   * extras/mpeg2dec:
265     + aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
266
267  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue,  2 Sep 2003 10:45:24 +0200
268
269 vlc (0.6.0+cvs-20030716-2) unstable; urgency=low
270
271   * debian/control:
272     + Updated debhelper build-dependency to (>= 3.4.4) because we now
273       use debian/compat.
274     + Use ${misc:Depends} everywhere.
275
276  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 16 Jul 2003 16:55:31 +0200
277
278 vlc (0.6.0+cvs-20030716-1) unstable; urgency=low
279
280   * New CVS snapshot.
281   * debian/control:
282     + Set policy to 3.6.0. No changes required.
283     + Extended the package description.
284   * modules/video_output/x11/xcommon.c:
285     + Fix for crashes in the Mozilla plugin (Closes: #200920).
286   * mozilla/*:
287     + Compilation fixes for Mozilla 1.4 headers (Closes: #201093).
288
289  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 16 Jul 2003 16:55:31 +0200
290
291 vlc (0.6.0+cvs-20030705-1) unstable; urgency=low
292
293   * New CVS snapshot.
294     + Includes previous Debian fixes.
295     + Errors in plugins now properly trigger build abort so that no build
296       failures are missed. Thanks to LaMont Jones for pointing out the problem.
297   * debian/rules:
298     + Enabled Matroska support.
299     + Only build builtins in the first compile pass so that we don't mix PIC
300       and non-PIC code (Closes: #199968). Phew, I hope I got it right this
301       time.
302   * extras/ffmpeg:
303     + Re-applied the Alpha build fix from 0.6.0+cvs-20030627-2 that had
304       disappeared in 0.6.0+cvs-20030703-1.
305
306  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat,  5 Jul 2003 01:09:11 +0200
307
308 vlc (0.6.0+cvs-20030703-1) unstable; urgency=low
309
310   * New CVS snapshot.
311     + Includes previous Debian fixes.
312     + Build should be a bit faster now.
313   * extras/faad:
314     + aclocal-1.6 && autoconf && automake-1.6 -a -c -f && libtoolize -c -f
315   * extras/faad/common/id3lib:
316     + mkdir doc examples
317     + aclocal-1.4 && autoconf && automake-1.4 -a -c && libtoolize -c -f
318   * extras/mpeg2dec:
319     + aclocal-1.7 && autoconf && automake-1.7 -a -c && libtoolize -c -f
320     + Fixes build on parisc (Closes: #199693).
321
322  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu,  3 Jul 2003 11:25:57 +0200
323
324 vlc (0.6.0+cvs-20030627-2) unstable; urgency=low
325
326   * extras/ffmpeg:
327     + Fixed compilation for Alpha.
328   * debian/rules:
329     + Enabled the video4linux input plugin (Closes: #199427).
330
331  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 29 Jun 2003 21:12:10 +0200
332
333 vlc (0.6.0+cvs-20030627-1) unstable; urgency=low
334
335   * New upstream release.
336   * debian/rules:
337     + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
338       so that the rules can be called directly.
339     + Use the -s flag instead of -a so that debhelper properly handles the
340       i386-only plugin packages.
341     + Split the build rule into configure and build.
342   * debian/control:
343     + Removed leading "a"s from package descriptions.
344     + Set policy to 3.5.10.
345
346  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 21 Jun 2003 17:55:07 +0200
347
348 vlc (0.5.3-3) unstable; urgency=low
349
350   * Built-in modules were linked twice in the mozilla plugin; removed the
351     non-PIC ones (Closes: #194384).
352
353  -- Samuel Hocevar <sam@zoy.org>  Fri, 23 May 2003 11:15:19 +0200
354
355 vlc (0.5.3-2) unstable; urgency=low
356
357   * Changed the libvlc0-dev section to libdevel.
358   * We now build the static objects twice: once the normal way before we
359     link them with VLC, and once with -fPIC so that they can be linked to
360     the Mozilla plugin.
361   * Updated extras/faad/config.{sub,guess}.
362
363  -- Samuel Hocevar <sam@zoy.org>  Fri, 14 Apr 2003 15:14:07 +0200
364
365 vlc (0.5.3-1) unstable; urgency=low
366
367   * New upstream release.
368   * Fixed a clock skew issue in debian/rules.
369
370  -- Samuel Hocevar <sam@zoy.org>  Tue,  8 Apr 2003 15:20:20 +0100
371
372 vlc (0.5.2-4) unstable; urgency=low
373
374   * Changed the section of gnome-vlc and kvlc according to new Debian
375     archive sections.
376   * Updated woody-buildpackage so that packages say "stable".
377
378  -- Samuel Hocevar <sam@zoy.org>  Tue,  1 Apr 2003 18:08:01 +0200
379
380 vlc (0.5.2-3) unstable; urgency=low
381
382   * Added explicit dependencies on vlc to legacy packages to make linda and
383     lintian happier.
384   * Added correct versioned build-dependency on debhelper.
385   * Updated the autotools helper files in extras/faad.
386
387  -- Samuel Hocevar <sam@zoy.org>  Wed, 26 Mar 2003 02:50:34 +0100
388
389 vlc (0.5.2-2) unstable; urgency=low
390
391   * Bumped up standards version to 0.5.9.0.
392   * Added build-dependencies on libidl0 and libglib2.0-0 to work around
393     mozilla-dev's currently broken dependencies.
394   * We now link against libdvdread3 instead of libdvdread2.
395
396  -- Samuel Hocevar <sam@zoy.org>  Tue, 25 Mar 2003 23:21:51 +0100
397
398 vlc (0.5.2-1) unstable; urgency=low
399
400   * New upstream release.
401   * Removed vlc-plugin-dvb, vlc-plugin-xosd, vlc-plugin-aa, vlc-plugin-lirc and
402     vlc-plugin-dv packages because the dependencies are quite small, and merged
403     them into the main vlc package.
404   * Removed the vlc-mad, vlc-arts, vlc-lirc and vlc-aa legacy packages because
405     they were not in woody.
406
407  -- Samuel Hocevar <sam@zoy.org>  Tue, 11 Mar 2003 20:32:36 +0100
408
409 vlc (0.5.1-1) unstable; urgency=low
410
411   * New upstream release.
412   * The vlc-glide package is now Architecture: i386 only.
413   * The vlc-plugin-mad package Provides: mp3-decoder.
414   * The deprecated vlc-* packages have a proper link to /usr/share/doc/vlc/.
415
416  -- Samuel Hocevar <sam@zoy.org>  Sat, 15 Feb 2003 03:43:33 +0100
417
418 vlc (0.5.0-1) unstable; urgency=low
419
420   * New upstream release (Closes: #157166).
421   * Audio MPEG and A52 decoders now use external libraries (libmad, liba52).
422   * Build-Depends are now valid (Closes: #147103).
423   * More robust AVI parser (Closes: #158037).
424   * An issue with X taking more and more CPU was fixed (Closes: #153286).
425   * Package now includes a NEWS file.
426   * New package containing a Mozilla plugin.
427   * New codec packages: Ogg/Vorbis, DV.
428   * New GUI package: wxvlc (wxWindows).
429   * New debian/woody-buildpackage file that can be used to build Woody
430     packages.
431   * Made the GNOME desktop entries more user-friendly (Closes: #149749).
432
433  -- Samuel Hocevar <sam@zoy.org>  Thu,  4 Jul 2002 17:44:25 +0200
434
435 vlc (0.4.1-1) unstable; urgency=low
436
437   * New upstream release.
438
439  -- Samuel Hocevar <sam@zoy.org>  Mon,  3 Jun 2002 23:43:35 +0200
440
441 vlc (0.4.0-1) unstable; urgency=low
442
443   * New upstream release.
444
445  -- Samuel Hocevar <sam@zoy.org>  Thu, 23 May 2002 01:27:05 +0200
446
447 vlc (0.3.1-1) unstable; urgency=low
448
449   * New upstream release.
450   * Fixes a crash in the Gtk+ interface.
451
452  -- Samuel Hocevar <sam@zoy.org>  Thu, 18 Apr 2002 06:43:42 +0200
453
454 vlc (0.3.0-1) unstable; urgency=low
455
456   * New upstream release.
457   * Reworked Gtk interface (Closes: #138732), with a working preferences
458     dialog (Closes: #134142, #134147).
459   * The ALSA plugin now supports S/PDIF (Closes: #118301).
460
461  -- Samuel Hocevar <sam@zoy.org>  Sat,  6 Apr 2002 04:27:50 +0200
462
463 vlc (0.2.92-8) unstable; urgency=high
464
465   * Only link with libXv.a if libXv_pic.a wasn't found, which fixes
466     package builds on sid.
467   * Added -ffunction-sections to the compilation of mpeg_vdec.a when
468     the architecture is hppa.
469
470  -- Samuel Hocevar <sam@zoy.org>  Sun,  6 Jan 2002 06:56:08 +0100
471
472 vlc (0.2.92-7) unstable; urgency=high
473
474   * Fixed configure.in so that it doesn't fail on hppa.
475   * Fixed a symbol resolution issue that made vlc crash when libdvdcss
476     was installed.
477
478  -- Samuel Hocevar <sam@zoy.org>  Sat,  5 Jan 2002 03:46:23 +0100
479
480 vlc (0.2.92-6) unstable; urgency=high
481
482   * Attempt to fix IA64 and hppa builds.
483
484  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 Jan 2002 14:11:02 +0100
485
486 vlc (0.2.92-5) unstable; urgency=high
487
488   * Many fixes imported from the 0.2.92 upstream release (VCD input,
489     buffer management, decoder error management).
490   * Removed a stupid dependency on libc6 which prevented the package
491     from being built on alpha.
492
493  -- Samuel Hocevar <sam@zoy.org>  Wed,  2 Jan 2002 04:16:44 +0100
494
495 vlc (0.2.92-4) unstable; urgency=high
496
497   * Put debian/control and debian/rules in sync again (Closes: #126697).
498   * Replaced the 48x48 XPM icons with 32x32 icons to comply with policy
499     (Closes: #126939).
500   * Don't spawn the Gtk+ or the Gnome interface if no $DISPLAY variable is
501     present, which fixes the framebuffer output (Closes: #101753).
502
503  -- Samuel Hocevar <sam@zoy.org>  Sun, 30 Dec 2001 02:59:01 +0100
504
505 vlc (0.2.92-3) unstable; urgency=high
506
507   * Removed references to vlc-mad (Closes: #126194).
508
509  -- Samuel Hocevar <sam@zoy.org>  Sat, 22 Dec 2001 21:04:27 +0100
510
511 vlc (0.2.92-2) unstable; urgency=high
512
513   * Bumped urgency to high to get this stable version into testing; all
514     reported critical bugs were fixed.
515   * Bumped Standards-Version to 3.5.6.
516   * Fixed a PowerPC compilation issue.
517   * Fixed a crash in the VCD input.
518
519  -- Samuel Hocevar <sam@zoy.org>  Thu, 20 Dec 2001 23:24:21 +0100
520
521 vlc (0.2.92-1) unstable; urgency=low
522
523   * Using the stable 0.2.92 CVS branch, has lots of stability fixes.
524   * Disabled broken ALSA audio output (Closes: #110869, #119846).
525   * Changed configure.in so that vlc is linked against libXv.a,
526     not xvideo.so and sdl.so (Closes: #111790).
527   * Added versioned build-dep to libasound2-dev (Closes: #121057).
528
529  -- Samuel Hocevar <sam@zoy.org>  Wed, 19 Dec 2001 17:06:44 +0100
530
531 vlc (0.2.91-2) unstable; urgency=low
532
533   * Added "Video" menu hints (Closes: #121036).
534
535  -- Samuel Hocevar <sam@zoy.org>  Sun, 25 Nov 2001 02:25:34 +0100
536
537 vlc (0.2.91-1) unstable; urgency=low
538
539   * New upstream release.
540   * This release fixes IFO parsing issues (Closes: #119369).
541   * vlc will dlopen() an installed libdvdcss if available, to play
542     encrypted DVDs (Closes: #89856).
543   * vlc is now in sync with the official libdvdcss (Closes: #118194).
544
545  -- Samuel Hocevar <sam@zoy.org>  Mon, 12 Nov 2001 17:14:29 +0100
546
547 vlc (0.2.90-3) unstable; urgency=low
548
549   * Added stricter Build-Depends on libsdl1.2-dev (Closes: #117180).
550
551  -- Samuel Hocevar <sam@zoy.org>  Fri, 26 Oct 2001 16:06:01 +0200
552
553 vlc (0.2.90-2) unstable; urgency=low
554
555   * Various upstream bugfixes.
556   * Compiled against libsdl1.2-debian (Closes: #116709).
557
558  -- Samuel Hocevar <sam@zoy.org>  Tue, 23 Oct 2001 02:09:39 +0200
559
560 vlc (0.2.90-1) unstable; urgency=low
561
562   * Fixed syntax error in build dependencies (Closes: #109722).
563   * XVideo module now compiled as built-in, to avoid PIC and non-PIC
564     code collision (Closes: #111790).
565
566  -- Samuel Hocevar <sam@zoy.org>  Wed, 10 Oct 2001 15:00:29 +0200
567
568 vlc (0.2.83-2) unstable; urgency=low
569
570   * Fixed build dependencies for architectures not supporting libasound2
571     (Closes: #109722).
572
573  -- Samuel Hocevar <sam@zoy.org>  Fri, 24 Aug 2001 12:47:45 +0200
574
575 vlc (0.2.83-1) unstable; urgency=low
576
577   * New upstream release.
578   * Activated subtitles in overlay mode (Closes: #97471).
579
580  -- Samuel Hocevar <sam@zoy.org>  Wed, 22 Aug 2001 15:18:01 +0200
581
582 vlc (0.2.82-1) unstable; urgency=low
583
584   * New upstream release.
585   * Fixed broken manpage symlinks (Closes: #99561).
586
587  -- Samuel Hocevar <sam@zoy.org>  Tue,  7 Aug 2001 12:39:16 +0200
588
589 vlc (0.2.81-1) unstable; urgency=low
590
591   * New upstream release.
592
593  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Jul 2001 04:13:57 +0200
594
595 vlc (0.2.80-1) unstable; urgency=low
596
597   * New upstream release.
598
599  -- Samuel Hocevar <sam@zoy.org>  Tue,  5 Jun 2001 04:41:06 +0200
600
601 vlc (0.2.73-2) unstable; urgency=low
602
603   * We now build without MMX in the main application (Closes: #96036).
604
605  -- Samuel Hocevar <sam@zoy.org>  Fri,  4 May 2001 07:13:04 +0200
606
607 vlc (0.2.73-1) unstable; urgency=low
608
609   * New upstream release.
610
611  -- Samuel Hocevar <sam@zoy.org>  Sat, 28 Apr 2001 07:02:35 +0200
612
613 vlc (0.2.72-1) unstable; urgency=low
614
615   * New upstream release.
616
617  -- Samuel Hocevar <sam@zoy.org>  Mon, 16 Apr 2001 14:33:53 +0200
618
619 vlc (0.2.71-1) unstable; urgency=low
620
621   * New upstream release.
622
623  -- Samuel Hocevar <sam@zoy.org>  Fri, 13 Apr 2001 08:13:26 +0200
624
625 vlc (0.2.70-1) unstable; urgency=low
626
627   * New upstream release.
628   * Non-i386 package builds really fixed (Closes: #89285).
629
630  -- Samuel Hocevar <sam@zoy.org>  Sat,  7 Apr 2001 05:52:00 +0200
631
632 vlc (0.2.63-3) unstable; urgency=low
633
634   * Added versioned conflicts/replaces to vlc-gtk (Closes: #88796).
635
636  -- Samuel Hocevar <sam@zoy.org>  Wed,  7 Mar 2001 20:47:48 +0100
637
638 vlc (0.2.63-2) unstable; urgency=low
639
640   * Glide shouldn't cause any non-x86 problems anymore (Closes: #88583).
641
642  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 12:50:28 +0100
643
644 vlc (0.2.63-1) unstable; urgency=low
645
646   * New upstream release.
647
648  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Mar 2001 00:41:16 +0100
649
650 vlc (0.2.62-2) unstable; urgency=low
651
652   * Removed a few lintian warnings.
653
654  -- Samuel Hocevar <sam@zoy.org>  Sat,  3 Mar 2001 10:29:31 +0100
655
656 vlc (0.2.62-1) unstable; urgency=low
657
658   * New release. Glide and GGI packages build again.
659   * Updated vlc.1 manpage (Closes: #87478).
660   * Fixed debian/control (Closes: #83707).
661   * The framebuffer plugin doesn't hijack ^C anymore (Closes: #87500).
662
663  -- Samuel Hocevar <sam@zoy.org>  Fri,  2 Mar 2001 17:32:24 +0100
664
665 vlc (0.2.61-1) unstable; urgency=low
666
667   * New release. The package build works again.
668
669  -- Samuel Hocevar <sam@zoy.org>  Fri, 16 Feb 2001 08:09:59 +0100
670
671 vlc (0.2.60-1) unstable; urgency=low
672
673   * New release. The package build is most presumably FUBAR.
674
675  -- Samuel Hocevar <sam@zoy.org>  Wed, 14 Feb 2001 08:33:46 +0100
676
677 vlc (0.2.50nocss-1) unstable; urgency=low
678
679   * Only build vlc-glide under x86 (Closes: #84046).
680   * Switched PentiumPro optimization off (Closes: #83707).
681
682  -- Samuel Hocevar <sam@zoy.org>  Mon,  5 Feb 2001 20:49:15 +0100
683
684 vlc (0.2.50-1) unstable; urgency=low
685
686   * Unstable release.
687
688  -- Samuel Hocevar <sam@zoy.org>  Wed, 31 Jan 2001 04:30:37 +0100
689
690 vlc (0.1.99i) unstable; urgency=low
691
692   * Fixed the framerate display
693
694  -- Samuel Hocevar <sam@zoy.org>  Tue, 24 Oct 2000 11:08:01 +0200
695
696 vlc (0.1.99i) unstable; urgency=low
697
698   * fixed the support for field pictures, which involved a few dozens
699     bugs in the video parser and video decoder.
700   * renamed an inconsistent variable in src/input/input_file.c.
701   * added support for I+ synchro (all Is and the first P).
702   * fixed a motion compensation bug which generated some distortion
703     on B images.
704   * fixed a motion compensation bug for skipped macroblocks.
705   * fixed a synchro bug for field images.
706   * fixed the --server option which didn't work if a ~/.vlcrc existed.
707
708  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 28 Aug 2000 02:34:18 +0200
709
710 vlc (0.1.99h) unstable; urgency=low
711
712   * added support for the SDL vout : the --display fullscreen allows
713     fullscreen when possible. Disabled by default.
714   * updated debian directory to build vlc-sdl.
715   * removed CCFLAGS flags which were improperly used.
716   * added hints for powerpc build.
717   * fixed the input_file exit bug.
718   * removed the frame statistics output.
719   * removed a verbose message in intf_sdl.c.
720   * added a few sanity checks in the audio mpeg and ac3 decoders.
721   * temporarily got rid of vlc.channels.
722
723  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 22 Aug 2000 01:31:58 +0200
724
725 vlc (0.1.99g) unstable; urgency=low
726
727   * removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
728   * new --synchro flag which lets you force which images are decoded.
729   * fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
730   * now scaling is on by default, so that people won't tell that the vlc
731     cannot do scaling :-)
732   * fixed 8bpp YUV.
733   * fixed the fscked up Bresenham algorithm in all YUV functions.
734   * fixed a dumb bug in the Makefile that prevented inclusion of the
735     -march=pentium directive. thanks Meuuh, blame sam.
736   * separate Debian packages
737
738  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 16 Aug 2000 01:07:14 +0200
739
740 vlc (0.1.99f) unstable; urgency=low
741
742   * plugin detection now works
743   * "gvlc", "fbvlc", "ggivlc" aliases now work
744   * fixed functions that weren't properly inlined
745   * removed bloat from the MMX YUV plugin
746   * vlc.init becomes ~/.vlcrc
747   * removed float operations in the video decoder, and all emms asm functions
748   * borrowed linuxvideo's MMX motion compensation
749   * fixed an undefined symbol in the MMX YUV plugin
750
751  -- Samuel Hocevar <sam@via.ecp.fr>  Tue,  8 Aug 2000 11:24:01 +0200
752
753 vlc (0.1.99e) unstable; urgency=low
754
755   * new bitstream syntax and slight performance increase
756
757  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 20 Jul 2000 15:14:06 +0200
758
759 vlc (0.1.99d) unstable; urgency=low
760
761   * .deb is now more lintian-friendly
762   * removed a few useless warning messages
763   * new plugin API
764   * plugin auto-detection
765   * removed the default --enable-ppro option because it didn't work on K6-2
766   * the framebuffer client now leaves the console in a working state
767   * the dithered 8 bpp YUV transformation works again (blame bbp !)
768   * the YUV transformations are now plugins as well
769   * alternative symlinks like gvlc, fbvlc are now created at compile time
770   * borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
771   * fixed an endianness problem which occured on iMacs
772
773  -- Samuel Hocevar <sam@via.ecp.fr>  Wed, 12 Jul 2000 01:24:40 +0200
774
775 vlc (0.1.99c) unstable; urgency=low
776
777   * Caught Delete Window event in Gnome and X11 modes
778   * Fixed manpage
779   * GGI output now works
780   * Fixed a segfault on exit for the Gnome plugin
781   * Sound support almost works under BeOS
782
783  -- Samuel Hocevar <sam@via.ecp.fr>  Tue, 20 Jun 2000 03:01:12 +0200
784
785 vlc (0.1.99b) unstable; urgency=low
786
787   * Added a ChangeLog file
788   * Updated the VLAN code
789   * Fixed a bug preventing to quit
790
791  -- Samuel Hocevar <sam@via.ecp.fr>  Sat, 17 Jun 2000 03:46:16 +0200
792
793 vlc (0.1.99a) unstable; urgency=low
794
795   * Fixed some compile flag errors
796
797  -- Samuel Hocevar <sam@via.ecp.fr>  Thu, 15 Jun 2000 20:48:54 +0200
798
799 vlc (0.1.99-1) unstable; urgency=low
800
801   * Initial Release.
802
803  -- Samuel Hocevar <sam@via.ecp.fr>  Mon, 13 Mar 2000 02:21:45 +0100
804