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