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