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