]> git.sesse.net Git - vlc/blob - vlc.spec
- added rawdv plugin.
[vlc] / vlc.spec
1 %define name            vlc
2 %define version         0.5.0
3 %define rel             0.1
4
5 %define libmajor        0
6 %define libname         lib%name%libmajor
7
8 %define cvs             1
9 %if %{cvs}
10 %define cvsrel          1
11 %define cvsdate         20021220
12 %define release         0.%{cvsdate}.%{cvsrel}mdk
13 %define cvs_name        %{name}-snapshot-%cvsdate
14 %else
15 %define release         %{rel}mdk
16 %endif
17
18 %define with_dvdplay 0
19
20 %define with_mozilla 0
21 %define with_gtk 1
22 %define with_gnome 1
23 %define with_qt 0
24 %define with_kde 0
25 %define with_ncurses 1
26 %define with_lirc 1
27 %define with_wx 0
28
29 %define with_aa 1
30 %define with_sdl 1
31 %define with_ggi 1
32 %define with_svgalib 0
33 %define with_xosd 1
34
35 %define with_mad 1
36 %define with_ogg 1
37 %define with_a52 1
38 %define with_dv 0
39 %define with_dvb 0
40 %define with_ffmpeg 1
41
42 %define with_esd 1
43 %define with_arts 1
44 %define with_alsa 1
45
46 %define redhat80 0
47 %if %redhat80
48 %define release %rel
49 # adjust define for Redhat.
50 %endif
51
52 # without
53 %{?_without_mozilla:    %{expand: %%define with_mozilla 0}}
54 %{?_without_gtk:        %{expand: %%define with_gtk 0}}
55 %{?_without_gnome:      %{expand: %%define with_gnome 0}}
56 %{?_without_qt:         %{expand: %%define with_qt 0}}
57 %{?_without_kde:        %{expand: %%define with_kde 0}}
58 %{?_without_ncurses:    %{expand: %%define with_ncurses 0}}
59 %{?_without_lirc:       %{expand: %%define with_lirc 0}}
60 %{?_without_wx:         %{expand: %%define with_wx 0}}
61
62 %{?_without_aa:         %{expand: %%define with_aa 0}}
63 %{?_without_sdl:        %{expand: %%define with_sdl 0}}
64 %{?_without_ggi:        %{expand: %%define with_ggi 0}}
65 %{?_without_svgalib:    %{expand: %%define with_svgalib 0}}
66 %{?_without_xosd:       %{expand: %%define with_xosd 0}}
67
68 %{?_without_mad:        %{expand: %%define with_mad 0}}
69 %{?_without_ogg:        %{expand: %%define with_ogg 0}}
70 %{?_without_a52:        %{expand: %%define with_a52 0}}
71 %{?_without_dv:         %{expand: %%define with_dv 0}}
72 %{?_without_dvb:        %{expand: %%define with_dvb 0}}
73
74 %{?_without_esd:        %{expand: %%define with_esd 0}}
75 %{?_without_arts:       %{expand: %%define with_arts 0}}
76 %{?_without_alsa:       %{expand: %%define with_alsa 0}}
77
78 # with
79 %{?_with_mozilla:       %{expand: %%define with_mozilla 1}}
80 %{?_with_gtk:           %{expand: %%define with_gtk 1}}
81 %{?_with_gnome:         %{expand: %%define with_gnome 1}}
82 %{?_with_qt:            %{expand: %%define with_qt 1}}
83 %{?_with_kde:           %{expand: %%define with_kde 1}}
84 %{?_with_ncurses:       %{expand: %%define with_ncurses 1}}
85 %{?_with_lirc:          %{expand: %%define with_lirc 1}}
86 %{?_with_wx:            %{expand: %%define with_wx 0}}
87
88 %{?_with_aa:            %{expand: %%define with_aa 1}}
89 %{?_with_sdl:           %{expand: %%define with_sdl 1}}
90 %{?_with_ggi:           %{expand: %%define with_ggi 1}}
91 %{?_with_svgalib:       %{expand: %%define with_svgalib 1}}
92 %{?_with_xosd:          %{expand: %%define with_xosd 1}}
93
94 %{?_with_mad:           %{expand: %%define with_mad 1}}
95 %{?_with_ogg:           %{expand: %%define with_ogg 1}}
96 %{?_with_a52:           %{expand: %%define with_a52 1}}
97 %{?_with_dv:            %{expand: %%define with_dv 1}}
98 %{?_with_dvb:           %{expand: %%define with_dvb 1}}
99
100 %{?_with_esd:           %{expand: %%define with_esd 1}}
101 %{?_with_arts:          %{expand: %%define with_arts 1}}
102 %{?_with_alsa:          %{expand: %%define with_alsa 1}}
103
104
105 Summary:        VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
106 Name:           %{name}
107 Version:        %{version}
108 Release:        %{release}
109 Packager:       Yves Duret <yves@zarb.org>
110
111 %if %{cvs} 
112 Source0:        http://www.videolan.org/pub/videolan/vlc/snapshots/%{cvs_name}.tar.bz2
113 %else
114 Source0:        http://www.videolan.org/packages/%{version}/%{name}-%{version}.tar.bz2
115 %endif
116 License:        GPL
117 Group:          Video
118 URL:            http://www.videolan.org/
119 Requires:       vlc-gui
120 # vlc-mad needed by ffmpeg builtin (i want MPEG4 support out of box)
121 Requires:       vlc-plugin-mad
122 #DVD working out of box.
123 Requires:       vlc-plugin-a52
124
125 BuildRoot:      %_tmppath/%name-%version-%release-root
126
127 %if %with_mozilla
128 Buildrequires:  mozilla-devel
129 %endif
130 %if %with_gtk
131 Buildrequires:  libgtk+1.2-devel
132 %endif
133 %if %with_gnome
134 Buildrequires:  gnome-libs-devel
135 %endif
136 %if %with_qt
137 Buildrequires:  libqt2-devel
138 %endif
139 %if %with_kde
140 Buildrequires:  libkde2-devel
141 %endif
142 %if %with_ncurses
143 Buildrequires:  libncurses5-devel
144 %if %with_wx
145 Buildrequires:  wxwindows
146 %endif
147 %endif
148 %if %with_lirc
149 Buildrequires:  liblirc-devel
150 %endif
151 %if %with_aa
152 Buildrequires:  aalib-devel
153 %endif
154 %if %with_sdl
155 Buildrequires:  SDL-devel
156 %endif
157 %if %with_ggi
158 Buildrequires:  libggi-devel
159 %endif
160 %if %with_svgalib
161 Buildrequires:  svgalib-devel
162 %endif
163 %if %with_xosd
164 Buildrequires:  libxosd2-devel
165 %endif
166 %if %with_mad
167 Buildrequires:  libmad-devel
168 %endif
169 %if %with_ogg
170 Buildrequires:  libvorbis-devel
171 Buildrequires:  libogg-devel
172 %endif
173 %if %with_dv
174 Buildrequires:  libdv2-devel
175 %endif
176
177 %if %with_a52
178 #Buildrequires: liba52dec-devel
179 %endif
180
181 %if %with_ffmpeg
182 Buildrequires:  libffmpeg-devel
183 %endif
184
185 %if %with_alsa
186 Buildrequires:  libalsa2-devel
187 %endif
188 %if %with_esd
189 Buildrequires:  libesound0-devel
190 %endif
191 %if %with_arts
192 Buildrequires:  libarts-devel
193 %endif
194
195 %description
196 VideoLAN is an OpenSource streaming solution for every OS developed by
197 students from the Ecole Centrale Paris and developers from all over the
198 World.
199 The VideoLAN Client (vlc) plays MPEG1, MPEG2 and MPEG4 (aka DivX) files,
200 DVDs, VCDs, SVCDs, from a satellite card, from an MPEG2 Transport
201 Streams sent by the VideoLAN Server (vls) or from a Web server (with the
202 HTTP input).
203 You may install vlc-gnome or vlc-gtk to have a nice graphical interface.
204 This package contains no CSS unscrambling functionality for DVDs ;
205 you need the libdvdcss library available from 
206 http://www.videolan.org/libdvdcss/ or http://plf.zarb.org/
207
208 #general packages
209 %package -n %libname-devel
210 Summary: Development files for the VideoLAN Client
211 Group: Development/C
212 Requires: %name = %version-%release
213 Provides: %{name}-devel = %version-%release
214 %description -n %libname-devel
215 Development files for the VideoLAN Client
216 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
217
218 This package contains headers and a static library required to build plugins
219 for the VideoLAN Client, or standalone applications using VideoLAN Client.
220
221 %package -n mozilla-plugin-vlc
222 Summary: A multimedia plugin for Mozilla, based on vlc
223 group: Video
224 Requires: %name = %version-%release
225 %description -n mozilla-plugin-vlc
226 This plugin adds support for MPEG, MPEG2, DVD and DivX to your Mozilla
227 browser. The decoding process is done by vlc and the output window is
228 embedded in a webpage or directly in the browser window. There is also
229 support for fullscreen display.
230
231
232 # intf plugins
233 %package -n gvlc
234 Summary: Gtk plugin for the VideoLAN client
235 Group: Video
236 Requires: %{name} = %{version}
237 Provides: vlc-gui
238 %description -n gvlc
239 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
240
241 This plugin adds a Gtk+ interface to vlc, the VideoLAN Client. To
242 activate it, use the `--intf gtk' flag or run the `gvlc' program.
243
244 %package -n gnome-vlc
245 Summary: Gnome plugin for the VideoLAN client
246 Group: Video
247 Requires: %{name} = %{version}
248 Provides: vlc-gui, vlc-gnome
249 Obsoletes: vlc-gnome
250 %description -n gnome-vlc
251 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
252
253 This plugin adds a Gnome interface to vlc, the VideoLAN Client. To
254 activate it, use the `--intf gnome' flag or run the `gnome-vlc' program.
255
256 %package -n qvlc
257 Summary: Qt2 plugin for the VideoLAN client
258 Group: Video
259 Requires: %{name} = %{version}
260 Provides: vlc-gui, vlc-qt
261 Obsoletes: vlc-qt
262 %description -n qvlc
263 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
264
265 This plugin adds a Qt interface to vlc, the VideoLAN Client. To
266 activate it, use the `--intf qt' flag or run the `qvlc' program.
267
268 %package -n kvlc
269 Summary: KDE frontend for the VideoLAN client
270 Group: Video
271 Requires: %{name} = %{version}
272 Provides: vlc-gui
273 %description -n kvlc
274 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
275
276 This plugin adds a KDE interface to vlc, the VideoLAN Client. To
277 activate it, use the `--intf kde' flag or run the `kvlc' program.
278
279
280 %package plugin-ncurses
281 Summary: Ncurses console-based plugin for the VideoLAN client
282 Group: Video
283 Requires: %{name} = %{version}
284 %description plugin-ncurses
285 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
286
287 This plugin adds a ncurses interface to vlc, the VideoLAN Client. To
288 activate it, use the `--intf ncurses' flag.
289
290 %package plugin-lirc
291 Summary: Lirc plugin for the VideoLAN client
292 Group: Video
293 Requires: %{name} = %{version}
294 Obsoletes: vlc-lirc
295 Provides: vlc-lirc
296 %description plugin-lirc
297 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
298
299 This plugin is an infrared lirc interface for vlc, the
300 VideoLAN Client. To activate it, use the `--intf lirc' flag.
301
302 #
303 # video plugins
304 %package plugin-aa
305 Summary: ASCII art video plugin for the VideoLAN client
306 Group: Video
307 Requires: %{name} = %{version}
308 Obsoletes: vlc-aa
309 Provides: vlc-aa
310 %description plugin-aa
311 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
312
313 This is an ASCII art video output plugin for vlc, the VideoLAN
314 Client. To activate it, use the `--vout aa' flag or select the `aa'
315 vout plugin from the preferences menu.
316
317
318 %package plugin-sdl
319 Summary: Simple DirectMedia Layer video plugin for the VideoLAN client
320 Group: Video
321 Requires: %{name} = %{version}
322 Obsoletes: vlc-sdl
323 Provides: vlc-sdl
324 %description plugin-sdl
325 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
326
327 This plugin adds support for the Simple DirectMedia Layer library to
328 vlc, the VideoLAN Client. To activate it, use the `--vout sdl' or
329 `--aout sdl' flags or select the `sdl' vout or aout plugin from the
330 preferences menu.
331
332 %package plugin-ggi
333 Summary: GGI video plugin for the VideoLAN client
334 Group: Video
335 Requires: %{name} = %{version}
336 Obsoletes: vlc-ggi
337 Provides: vlc-ggi
338 %description plugin-ggi
339 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
340
341 This is a GGI plugin for vlc, the VideoLAN Client.  To activate it, use
342 the `--vout ggi' flag or select the `ggi' vout plugin from the preferences
343 menu.
344
345 %package plugin-svgalib
346 Summary: SVGAlib video plugin for the VideoLAN client
347 Group: Video
348 Requires: %{name} = %{version}
349 %description plugin-svgalib
350 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
351
352 This plugin adds support for SVGAlib to vlc, the VideoLAN Client. To
353 activate it, use the `--vout svgalib' flag or select the `svgalib' video
354 output plugin from the preferences menu. Note that you will need root
355 permissions to use SVGAlib.
356
357
358 #
359 # visualization plugins
360 %package plugin-xosd
361 Summary: X On-Screen Display plugin for the VideoLAN client
362 Group: Video
363 Requires: %{name} = %{version}
364 %description plugin-xosd
365 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
366
367 This is an On-Screen Display plugin for vlc, the VideoLAN Client. To
368 activate it, use the `--intf xosd' flag or select the `xosd' interface
369 plugin from the preferences menu.
370
371 # codec plugins
372 %package plugin-mad
373 Summary: MAD audio codec plugin for the VideoLAN client
374 Group: Video
375 Requires: %{name} = %{version}
376 Obsoletes: vlc-mad
377 Provides: vlc-mad
378 %description plugin-mad
379 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
380
381 This plugin adds support for libmad, the MPEG audio decoder library,
382 to the VideoLAN Client. MAD is 100% fixed-point based. To activate
383 this plugin, use the `--mpeg_adec mad' flag or select the `mad' MPEG
384 decoder from the preferences menu.
385
386 %package plugin-ogg
387 Summary: Ogg demuxer and Vorbis codec plugin for the VideoLAN client
388 Group: Video
389 Requires: %{name} = %{version}
390 %description plugin-ogg
391 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
392
393 These plugins add support for the Ogg bitstream format and the Ogg Vorbis
394 compressed audio format to vlc, the VideoLAN Client. They are autodetected.
395
396 %package plugin-a52
397 Summary: A-52 (AC-3) codec plugin for the VideoLAN client
398 Group: Video
399 Requires: %{name} = %{version}
400 %description plugin-a52
401 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
402
403 This plugin adds support for the ATSC A-52 (aka. AC-3) audio format to
404 vlc, the VideoLAN Client. The plugin is autodetected.
405
406 %package plugin-dv
407 Summary: DV codec plugin for the VideoLAN client
408 Group: Video
409 Requires: %{name} = %{version}
410 %description plugin-dv
411 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
412
413 This plugin adds support for the DV video format to vlc, the VideoLAN
414 Client. The plugin is autodetected.
415
416 #
417 # input plugins
418 %package plugin-dvb
419 Summary: DVB input plugin for the VideoLAN client
420 Group: Video
421 Requires: %{name} = %{version}
422 %description plugin-dvb
423 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
424
425 This plugin adds support for DVB cards to vlc, the VideoLAN Client. Note
426 that your card needs to be supported by your kernel before vlc can use it.
427
428 #
429 # audio plugins
430 %package plugin-esd
431 Summary: Enlightened Sound Daemon audio plugin for the VideoLAN client
432 Group: Video
433 Requires: %{name} = %{version}
434 Obsoletes: vlc-esd
435 Provides: vlc-esd
436 %description plugin-esd
437 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
438
439 This plugin adds support for the Enlightened Sound Daemon to vlc, the
440 VideoLAN Client. To activate it, use the `--aout esd' flag or select
441 the `esd' aout plugin from the preferences menu.
442
443 %package plugin-arts
444 Summary: aRts audio plugin for the VideoLAN client
445 Group: Video
446 Requires: %{name} = %{version}
447 Obsoletes: vlc-arts
448 Provides: vlc-arts
449 %description plugin-arts
450 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
451
452 This plugin adds support for the aRts Sound System to vlc, the
453 VideoLAN Client. To activate it, use the `--aout arts' flag or
454 select the `arts' aout plugin from the preferences menu.
455
456 %package plugin-alsa
457 Summary: Advanced Linux Sound Architecture audio plugin for the VideoLAN client
458 Group: Video
459 Requires: %{name} = %{version}
460 Obsoletes: vlc-alsa
461 Provides: vlc-alsa
462 %description plugin-alsa
463 VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution.
464
465 This plugin adds support for the Advanced Linux Sound Architecture to
466 vlc, the VideoLAN Client. To activate it, use the `--aout alsa' flag or
467 select the `alsa' aout plugin from the preferences menu.
468
469 %prep
470 %if %{cvs}
471 %setup -q -n %{cvs_name}
472 %else
473 %setup -q 
474 %endif
475
476 %build
477 # yves 0.4.0-1mdk
478 # ffmpeg: static linking cause no official ffmpeg release aith a stable ABI
479 # ffmpeg:no plugin posible on ia64 due to the static linking (can not put .a in a .so)
480
481 # NO empty line or comments for the configure --switch or it won't work.
482 %configure2_5x  --enable-release \
483         --enable-dvd --without-dvdcss \
484 %if %with_dvdplay
485         --enable-dvdplay \
486 %else
487         --disable-dvdplay \
488 %endif
489 %if %with_mozilla
490         --enable-mozilla \
491 %else
492         --disable-mozilla \
493 %endif
494 %if %with_gtk
495         --enable-gtk \
496 %else
497         --disable-gtk \
498 %endif
499 %if %with_gnome
500         --enable-gnome \
501 %else
502         --disable-gnome \
503 %endif
504 %if %with_qt
505         --enable-qt \
506 %endif
507 %if %with_kde
508         --enable-kde \
509 %endif
510 %if %with_ncurses
511         --enable-ncurses \
512 %endif
513 %if %with_lirc
514         --enable-lirc \
515 %endif
516 %if %with_wx
517         --enable-wxwindows \
518 %else 
519         --disable-wxwindows \
520 %endif
521         --enable-x11 --enable-xvideo \
522         --enable-fb --disable-mga \
523 %if %with_aa
524         --enable-aa \
525 %endif
526 %if %with_sdl
527         --enable-sdl \
528 %endif
529 %if %with_ggi
530         --enable-ggi \
531 %endif
532 %if %with_svgalib
533         --enable-svgalib \
534 %endif
535 %if %with_xosd
536         --enable-xosd \
537 %else
538         --disable-xosd \
539 %endif
540 %if %with_mad
541         --enable-mad \
542 %endif  
543 %if %with_ffmpeg
544         --enable-ffmpeg --with-ffmpeg=/usr --with-ffmpeg-tree=/usr/lib \
545 %else
546         --disable-ffmpeg \
547 %endif
548 %if %with_ogg
549         --enable-vorbis \
550         --enable-ogg \
551 %else
552         --disable-vorbis \
553         --disable-ogg \
554 %endif
555 %if %with_dvb
556         --enable-dvb  --enable-dvbpsi --enable-satellite \
557 %else
558         --disable-dvb  --disable-dvbpsi --disable-satellite \
559 %endif
560 %if %with_esd
561         --enable-esd \
562 %endif
563 %if %with_alsa
564         --enable-alsa \
565 %endif
566 %if %with_arts
567         --enable-arts \
568 %endif
569
570 # debian configure
571 # --enable-a52 --enable-aa --enable-dvbpsi --enable-xosd --enable-mozilla --enable-kde --enable-mp4 --enable-dvb --enable-dv --enable-svgalib --enable-satellite --enable-ogg --enable-vorbis
572
573 export QTDIR=%{_libdir}/qt3 
574 %make
575
576 %install
577 %makeinstall_std
578 %find_lang %name
579 install -d %buildroot/%_mandir/man1
580 install doc/vlc.1 %buildroot/%_mandir/man1
581 install doc/vlc-config.1 %buildroot/%_mandir/man1
582
583 # menu
584 mkdir -p %buildroot/%_menudir
585 cat > %buildroot/%_menudir/vlc << EOF
586 ?package(vlc): command="%_bindir/vlc" hotkey="V" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="VideoLAN Client" icon="vlc.png" hints="Video"
587 EOF
588 %if %with_gtk
589 cat > %buildroot/%_menudir/gvlc << EOF
590 ?package(gvlc): command="%_bindir/gvlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="Gtk VideoLAN Client" icon="gvlc.png" hints="Video"
591 EOF
592 %endif
593 %if %with_gnome
594 cat > %buildroot/%_menudir/gnome-vlc << EOF
595 ?package(gnome-vlc): command="%_bindir/gnome-vlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="Gnome VideoLAN Client" icon="gnome-vlc.png" hints="Video"
596 EOF
597 %endif
598 %if %with_qt
599 cat > %buildroot/%_menudir/qvlc << EOF
600 ?package(qvlc): command="%_bindir/qvlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="Qt VideoLAN Client" icon="qvlc.png" hints="Video"
601 EOF
602 %endif
603 %if %with_kde
604 cat > %buildroot/%_menudir/kvlc << EOF
605 ?package(kvlc): command="%_bindir/kvlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2, DVD and DivX software solution" section="Multimedia/Video" title="Gnome VideoLAN Client" icon="kvlc.png" hints="Video"
606 EOF
607 %endif
608
609
610 # icons
611 %define pngdir %buildroot/%_datadir/vlc
612 mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
613 install -m 644 %pngdir/vlc16x16.png %buildroot/%_miconsdir/vlc.png
614 install -m 644 %pngdir/vlc32x32.png %buildroot/%_iconsdir/vlc.png
615 install -m 644 %pngdir/vlc48x48.png %buildroot/%_liconsdir/vlc.png
616 %if %with_gnome
617 install -m 644 %pngdir/gnome-vlc16x16.png %buildroot/%_miconsdir/gnome-vlc.png
618 install -m 644 %pngdir/gnome-vlc32x32.png %buildroot/%_iconsdir/gnome-vlc.png
619 install -m 644 %pngdir/gnome-vlc48x48.png %buildroot/%_liconsdir/gnome-vlc.png
620 %endif
621 %if %with_gtk
622 install -m 644 %pngdir/gvlc16x16.png %buildroot/%_miconsdir/gvlc.png
623 install -m 644 %pngdir/gvlc32x32.png %buildroot/%_iconsdir/gvlc.png
624 install -m 644 %pngdir/gvlc48x48.png %buildroot/%_liconsdir/gvlc.png
625 %endif
626 %if %with_kde
627 install -m 644 %pngdir/kvlc16x16.png %buildroot/%_miconsdir/kvlc.png
628 install -m 644 %pngdir/kvlc32x32.png %buildroot/%_iconsdir/kvlc.png
629 install -m 644 %pngdir/kvlc48x48.png %buildroot/%_liconsdir/kvlc.png
630 %endif
631 %if %with_qt
632 install -m 644 %pngdir/qvlc16x16.png %buildroot/%_miconsdir/qvlc.png
633 install -m 644 %pngdir/qvlc32x32.png %buildroot/%_iconsdir/qvlc.png
634 install -m 644 %pngdir/qvlc48x48.png %buildroot/%_liconsdir/qvlc.png
635 %endif
636
637 #rpm (>= 4.0.4-20mdk) now checks for installed (but unpackaged) files
638 rm -f %pngdir/*
639 #rm -f %buildroot/%_libdir/vlc/demux/libts_dvbpsi_plugin.so
640 #FIXME: mandrake configure2_5x macro is broken (force cross compile mode)
641 mv %buildroot/%_bindir/%_target_cpu-mandrake-linux-gnu-vlc %buildroot/%_bindir/vlc
642 mv %buildroot/%_bindir/%_target_cpu-mandrake-linux-gnu-vlc-config %buildroot/%_bindir/vlc-config
643
644 %post
645 %update_menus
646 %postun
647 %update_menus
648
649 %clean
650 rm -fr %buildroot
651
652 %files -f %name.lang
653 %defattr(-,root,root)
654 %doc README COPYING
655 %_bindir/vlc
656
657 %dir %_libdir/vlc
658
659 %dir %_libdir/vlc/access
660 %_libdir/vlc/access/libaccess_file_plugin.so
661 %_libdir/vlc/access/libaccess_ftp_plugin.so
662 %_libdir/vlc/access/libaccess_http_plugin.so
663 %_libdir/vlc/access/libaccess_mms_plugin.so
664 %_libdir/vlc/access/libaccess_rtp_plugin.so
665 %_libdir/vlc/access/libaccess_udp_plugin.so
666 %if %with_dvdplay
667 %_libdir/vlc/access/libdvdplay_plugin.so
668 %endif
669 %_libdir/vlc/access/libdvd_plugin.so
670 %_libdir/vlc/access/libdvdread_plugin.so
671 %_libdir/vlc/access/libvcd_plugin.so
672
673 %dir %_libdir/vlc/access_output/
674 %_libdir/vlc/access_output/libaccess_output_dummy_plugin.so
675 %_libdir/vlc/access_output/libaccess_output_file_plugin.so
676 %_libdir/vlc/access_output/libaccess_output_udp_plugin.so
677
678 %dir %_libdir/vlc/audio_filter
679 %_libdir/vlc/audio_filter/libfixed32tofloat32_plugin.so
680 %_libdir/vlc/audio_filter/libfixed32tos16_plugin.so
681 %_libdir/vlc/audio_filter/libfloat32tos16_plugin.so
682 %_libdir/vlc/audio_filter/libfloat32tos8_plugin.so
683 %_libdir/vlc/audio_filter/libfloat32tou16_plugin.so
684 %_libdir/vlc/audio_filter/libfloat32tou8_plugin.so
685 %_libdir/vlc/audio_filter/libheadphone_channel_mixer_plugin.so
686 %_libdir/vlc/audio_filter/liblinear_resampler_plugin.so
687 %_libdir/vlc/audio_filter/libs16tofloat32_plugin.so
688 %_libdir/vlc/audio_filter/libs16tofloat32swab_plugin.so
689 %_libdir/vlc/audio_filter/libs8tofloat32_plugin.so
690 %_libdir/vlc/audio_filter/libtrivial_channel_mixer_plugin.so
691 %_libdir/vlc/audio_filter/libtrivial_resampler_plugin.so
692 %_libdir/vlc/audio_filter/libu8tofixed32_plugin.so
693 %_libdir/vlc/audio_filter/libu8tofloat32_plugin.so
694 %_libdir/vlc/audio_filter/libugly_resampler_plugin.so
695
696 %dir %_libdir/vlc/audio_mixer
697 %_libdir/vlc/audio_mixer/libfloat32_mixer_plugin.so
698 %_libdir/vlc/audio_mixer/libspdif_mixer_plugin.so
699 %_libdir/vlc/audio_mixer/libtrivial_mixer_plugin.so
700
701 %dir %_libdir/vlc/audio_output
702 %_libdir/vlc/audio_output/libaout_file_plugin.so
703 %_libdir/vlc/audio_output/liboss_plugin.so
704
705 %dir %_libdir/vlc/codec
706 %_libdir/vlc/codec/liba52_plugin.so
707 %_libdir/vlc/codec/libadpcm_plugin.so
708 %_libdir/vlc/codec/libaraw_plugin.so
709 %_libdir/vlc/codec/libcinepak_plugin.so
710 %_libdir/vlc/codec/libdownmix3dn_plugin.so
711 %_libdir/vlc/codec/libdownmixsse_plugin.so
712 %_libdir/vlc/codec/libidctclassic_plugin.so
713 %_libdir/vlc/codec/libidctmmxext_plugin.so
714 %_libdir/vlc/codec/libidctmmx_plugin.so
715 %_libdir/vlc/codec/libidct_plugin.so
716 %_libdir/vlc/codec/libimdct3dn_plugin.so
717 %_libdir/vlc/codec/libimdctsse_plugin.so
718 %_libdir/vlc/codec/liblpcm_plugin.so
719 %_libdir/vlc/codec/libmotionmmxext_plugin.so
720 %_libdir/vlc/codec/libmotionmmx_plugin.so
721 %_libdir/vlc/codec/libmotion_plugin.so
722 %_libdir/vlc/codec/libmpeg_audio_plugin.so
723 %_libdir/vlc/codec/libmpeg_video_plugin.so
724 %if %with_ffmpeg
725 %_libdir/vlc/codec/libpostprocessing_c_plugin.so
726 %_libdir/vlc/codec/libpostprocessing_mmx_plugin.so
727 %_libdir/vlc/codec/libpostprocessing_mmxext_plugin.so
728 %endif
729 %_libdir/vlc/codec/libspudec_plugin.so
730
731 %dir %_libdir/vlc/control
732 %_libdir/vlc/control/librc_plugin.so
733
734 %dir %_libdir/vlc/demux
735 %_libdir/vlc/demux/libaac_plugin.so
736 %_libdir/vlc/demux/libasf_plugin.so
737 %_libdir/vlc/demux/libaudio_plugin.so
738 %_libdir/vlc/demux/libavi_plugin.so
739 %_libdir/vlc/demux/libdemuxdump_plugin.so
740 %_libdir/vlc/demux/libdemuxsub_plugin.so
741 %_libdir/vlc/demux/libes_plugin.so
742 %_libdir/vlc/demux/libid3_plugin.so
743 %_libdir/vlc/demux/libm3u_plugin.so
744 %_libdir/vlc/demux/libmp4_plugin.so
745 %_libdir/vlc/demux/libmpeg_system_plugin.so
746 %_libdir/vlc/demux/libps_plugin.so
747 %_libdir/vlc/demux/librawdv_plugin.so
748 %_libdir/vlc/demux/libts_plugin.so
749 %_libdir/vlc/demux/libwav_plugin.so
750
751 %dir %_libdir/vlc/misc
752 %_libdir/vlc/misc/libdummy_plugin.so
753 %_libdir/vlc/misc/libipv4_plugin.so
754 %_libdir/vlc/misc/libipv6_plugin.so
755 %_libdir/vlc/misc/liblogger_plugin.so
756 %_libdir/vlc/misc/libmemcpy3dn_plugin.so
757 %_libdir/vlc/misc/libmemcpymmxext_plugin.so
758 %_libdir/vlc/misc/libmemcpymmx_plugin.so
759 %_libdir/vlc/misc/libmemcpy_plugin.so
760 %_libdir/vlc/misc/libsap_plugin.so
761
762 %dir %_libdir/vlc/mux
763 %_libdir/vlc/mux/libmux_dummy_plugin.so
764 %_libdir/vlc/mux/libmux_ps_plugin.so
765 %_libdir/vlc/mux/libmux_ts_plugin.so
766
767 %dir %_libdir/vlc/packetizer
768 %_libdir/vlc/packetizer/libpacketizer_a52_plugin.so
769 %_libdir/vlc/packetizer/libpacketizer_copy_plugin.so
770 %_libdir/vlc/packetizer/libpacketizer_mpeg4video_plugin.so
771 %_libdir/vlc/packetizer/libpacketizer_mpegaudio_plugin.so
772 %_libdir/vlc/packetizer/libpacketizer_mpegvideo_plugin.so
773
774 %dir %_libdir/vlc/video_chroma
775 %_libdir/vlc/video_chroma/libi420_rgb_mmx_plugin.so
776 %_libdir/vlc/video_chroma/libi420_rgb_plugin.so
777 %_libdir/vlc/video_chroma/libi420_ymga_mmx_plugin.so
778 %_libdir/vlc/video_chroma/libi420_ymga_plugin.so
779 %_libdir/vlc/video_chroma/libi420_yuy2_mmx_plugin.so
780 %_libdir/vlc/video_chroma/libi420_yuy2_plugin.so
781 %_libdir/vlc/video_chroma/libi422_yuy2_mmx_plugin.so
782 %_libdir/vlc/video_chroma/libi422_yuy2_plugin.so
783
784 %dir %_libdir/vlc/video_filter
785 %_libdir/vlc/video_filter/libadjust_plugin.so
786 %_libdir/vlc/video_filter/libclone_plugin.so
787 %_libdir/vlc/video_filter/libcrop_plugin.so
788 %_libdir/vlc/video_filter/libdeinterlace_plugin.so
789 %_libdir/vlc/video_filter/libdistort_plugin.so
790 %_libdir/vlc/video_filter/libinvert_plugin.so
791 %_libdir/vlc/video_filter/libmotionblur_plugin.so
792 %_libdir/vlc/video_filter/libtransform_plugin.so
793 %_libdir/vlc/video_filter/libwall_plugin.so
794
795 %dir %_libdir/vlc/video_output
796 %_libdir/vlc/video_output/libfb_plugin.so
797 %_libdir/vlc/video_output/libx11_plugin.so
798 %_libdir/vlc/video_output/libxvideo_plugin.so
799
800 %dir %_libdir/vlc/visualization
801
802 %_mandir/man1/vlc.*
803 %_menudir/vlc
804 %_miconsdir/vlc.png
805 %_iconsdir/vlc.png
806 %_liconsdir/vlc.png
807
808 %files -n %libname-devel
809 %defattr(-,root,root)
810 %doc README
811 %dir %_includedir/vlc
812 %_includedir/vlc/*
813 %_libdir/*a
814 %_libdir/vlc/*a
815 %_bindir/vlc-config
816 %_mandir/man1/vlc-config*
817
818 %if %with_mozilla
819 %files -n mozilla-plugin-vlc
820 %defattr(-,root,root)
821 %doc README
822 # FIXME: seems to be mozilla-version/plugin on Mandrake
823 #%dir %_libdir/mozilla
824 %_libdir/mozilla*/*
825 %endif
826
827 # intf plugins
828 %if %with_gtk
829 %files -n gvlc
830 %defattr(-,root,root)
831 %doc README
832 %_libdir/vlc/misc/libgtk_main_plugin.so
833 %_libdir/vlc/gui/libgtk_plugin.so
834 %_bindir/gvlc
835 %_menudir/gvlc
836 %_miconsdir/gvlc.png
837 %_iconsdir/gvlc.png
838 %_liconsdir/gvlc.png
839 %post -n gvlc
840 %update_menus
841 %postun -n gvlc
842 %update_menus
843 %endif
844
845 %if %with_gnome
846 %files -n gnome-vlc
847 %defattr(-,root,root)
848 %doc README
849 %_libdir/vlc/misc/libgnome_main_plugin.so
850 %_libdir/vlc/gui/libgnome_plugin.so
851 %_bindir/gnome-vlc
852 %_menudir/gnome-vlc
853 %_miconsdir/gnome-vlc.png
854 %_iconsdir/gnome-vlc.png
855 %_liconsdir/gnome-vlc.png
856 %post   -n gnome-vlc
857 %update_menus
858 %postun -n gnome-vlc
859 %update_menus
860 %endif
861
862 %if %with_qt
863 %files -n qvlc
864 %defattr(-,root,root)
865 %doc README
866 %_libdir/vlc/gui/libqt_plugin.so
867 %_bindir/qvlc
868 %_menudir/qvlc
869 %_miconsdir/qvlc.png
870 %_iconsdir/qvlc.png
871 %_liconsdir/qvlc.png
872 %post   -n qvlc
873 %update_menus
874 %postun -n qvlc
875 %update_menus
876 %endif
877
878 %if %with_kde
879 %files -n kvlc
880 %doc README
881 %_libdir/vlc/gui/libkde_plugin.so
882 %_bindir/kvlc
883 %_menudir/kvlc
884 %_miconsdir/kvlc.png
885 %_iconsdir/kvlc.png
886 %_liconsdir/kvlc.png
887 %post   -n kvlc
888 %update_menus
889 %postun -n kvlc
890 %update_menus
891 %endif
892
893 %if %with_ncurses
894 %files plugin-ncurses
895 %defattr(-,root,root)
896 %doc README
897 %_libdir/vlc/gui/libncurses_plugin.so
898 %endif
899
900 %if %with_lirc
901 %files plugin-lirc
902 %defattr(-,root,root)
903 %doc README
904 %_libdir/vlc/control/liblirc_plugin.so
905 %endif
906
907 # video plugins
908 %if %with_sdl
909 %files plugin-sdl
910 %defattr(-,root,root)
911 %doc README
912 %_libdir/vlc/audio_output/libaout_sdl_plugin.so
913 %_libdir/vlc/video_output/libvout_sdl_plugin.so
914 %endif
915
916 %if %with_ggi
917 %files plugin-ggi
918 %defattr(-,root,root)
919 %doc README
920 %{_libdir}/vlc/video_output/libggi_plugin.so
921 %endif
922
923 %if %with_aa
924 %files plugin-aa
925 %defattr(-,root,root)
926 %doc README
927 %{_libdir}/vlc/video_output/libaa_plugin.so
928 %endif
929
930 %if %with_svgalib
931 %files plugin-svgalib
932 %defattr(-,root,root)
933 %doc README
934 %_libdir/vlc/video_output/libsvgalib_plugin.so
935 %endif
936
937 # visualization plugin
938 %if %with_xosd
939 %files plugin-xosd
940 %defattr(-,root,root)
941 %doc README
942 %_libdir/vlc/visualization/libxosd_plugin.so
943 %endif
944
945 # codec plugin
946 %if %with_mad
947 %files plugin-mad
948 %defattr(-,root,root)
949 %doc README
950 %_libdir/vlc/codec/libmad_plugin.so
951 %_libdir/vlc/demux/libid3tag_plugin.so
952 %endif
953
954 %if %with_ogg
955 %files plugin-ogg
956 %defattr(-,root,root)
957 %doc README
958 %_libdir/vlc/demux/libogg_plugin.so
959 %_libdir/vlc/codec/libvorbis_plugin.so
960 %endif
961
962 %if %with_dv
963 %files plugin-dv
964 %defattr(-,root,root)
965 %doc README
966 %_libdir/vlc/codec/libdv_plugin.so
967 %endif
968
969 %if %with_a52
970 %files plugin-a52
971 %defattr(-,root,root)
972 %doc README
973 %_libdir/vlc/audio_filter/liba52tofloat32_plugin.so
974 %_libdir/vlc/audio_filter/liba52tospdif_plugin.so
975 %endif
976
977 # input plugin
978 %if %with_dvb
979 %files plugin-dvb
980 %defattr(-,root,root)
981 %doc README
982 %_libdir/vlc/access/libsatellite_plugin.so
983 %_libdir/vlc/demux/libts_dvbpsi_plugin.so
984 %endif
985
986 #audio plugins
987 %if %with_esd
988 %files plugin-esd
989 %defattr(-,root,root)
990 %doc README
991 %_libdir/vlc/audio_output/libesd_plugin.so
992 %endif
993
994 %if %with_arts
995 %files plugin-arts
996 %defattr(-,root,root)
997 %doc README
998 %_libdir/vlc/audio_output/libarts_plugin.so
999 %endif
1000
1001 %if %with_alsa
1002 %files plugin-alsa
1003 %defattr(-,root,root)
1004 %doc README
1005 %_libdir/vlc/audio_output/libalsa_plugin.so
1006 %endif
1007
1008 %changelog
1009 * Mon Jun 20 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.2-1mdk
1010 - new upstream release
1011
1012 * Mon Jun 3 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.1-1mdk
1013 - new upstream release
1014
1015 * Thu May 23 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.0-1mdk
1016 - version 0.4.0 with MPEG4 (DivX) support thx ffmpeg.
1017   thus s/MPEG, MPEG2 and DVD/multimedia/g
1018 - sync %%description with debian ones.
1019 - vlc now requires a vlc-gui (gtk, gnome or qt).
1020 - removed gcc3.1 patches since merged upstream.
1021
1022 * Mon May 13 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.1-4mdk
1023 - removed xmga plugin (currently broken).
1024 - manual rebuild in gcc3.1 environment aka added Patch0 & Patch1
1025 - various summary/description changes.
1026
1027 * Fri May 03 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.1-3mdk
1028 - added vlc-lirc intf plugin rpm.
1029
1030 * Tue Apr 30 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.1-2mdk
1031 - rebuild against libalsa2 (vlc-sdl)
1032
1033 * Fri Apr 19 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.1-1mdk
1034 - version 0.3.1.
1035 - removed patch0 merged upstream.
1036 - removed old %%ifarch ppc
1037 - added missing libmad-devel buldrequires
1038
1039 * Wed Apr 17 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.0-4mdk
1040 - added liba52 support (buildrequires).
1041 - added vlc-alsa audio plugin.
1042 - mad is a codec (audio) plugin. corrected description and summary.
1043
1044 * Wed Apr 10 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.0-3mdk
1045 - added patch0 from CVS: fix crashing GTK popup menus thx Michal Bukovjan <bukovjan@mbox.dkm.cz>
1046
1047 * Wed Apr 10 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.0-2mdk
1048 - added vlc-arts rpm plugin thx blindauer Emmanuel <manu@agat.net>
1049 - better summary for plugin
1050 - add packager tag to myself
1051
1052 * Sun Apr 07 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.0-1mdk
1053 - version 0.3.0
1054 - added aa (Asci Art) plugin in vlc-aa rpm
1055 - merged with sam's one:
1056   * using his plugins list into %%files
1057   * removed libdvdcss from the whole tarball.
1058   * removed the workaround for vlc's bad /dev/dsp detection.
1059 - few spell corrections in all %%description
1060 - added buildrequires on SDL-devel
1061
1062 * Tue Mar 05 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.93-0.1mdk
1063 - new cvs snapshot
1064 - fix requires
1065
1066 * Mon Mar 04 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.92-5mdk
1067 - cvs snapshot
1068
1069 * Sat Jan 26 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.92-4mdk
1070 - mad plugin in vlc-mad rpm
1071
1072 * Mon Jan 21 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.92-3mdk
1073 - synced with main cvs specfile wich "fixed a few minor inaccuracies"
1074
1075 * Thu Jan 17 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.92-2mdk
1076 - readded libdvdcss rpm in specfile. use %%define css 1 with correct sources
1077   to build libdvdcss rpm.
1078
1079 * Wed Jan 09 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.92-1mdk
1080 - version 0.2.92
1081 - %%makeinstall_std
1082 - splitted again, added vlc-sdl vlc-esd vlc-ggi
1083 - bring back some missing plugins
1084 - fixed buildrequires
1085 - added menu entries and icons (from cvs)
1086
1087 * Tue Oct 23 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.83-2mdk
1088 - rebuild against libpng3
1089 - added some doc for sir rpmlint
1090 - #5583: option -g
1091
1092 * Thu Aug 23 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.83-1mdk
1093 - version 0.2.83 : 
1094   * Activated subtitles in overlay mode (far from perfect, but this
1095     was an often requested feature).
1096
1097 * Fri Aug 10 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.82-1mdk
1098 - version 0.2.82
1099
1100 * Mon Jul 30 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.81-1mdk
1101 - version 0.2.81
1102 - added vlc-ncurses
1103
1104 * Wed Jun 20 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.81-0.20010619-1mdk
1105 - cvs snapshot
1106 - added libdvdcss
1107
1108 * Wed Jun 13 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.80-2mdk
1109 - fix build on ppc (c) dadou
1110
1111 * Mon Jun 11 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.80-1mdk
1112 - version 0.2.80 : bug fixes and bug fixes and bug fixes and small
1113   improvements of the gtk interface.
1114 - corrected Summary in vlc-qt
1115
1116 * Wed May 23 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.73-2mdk
1117 - added qt2 plugin (vlc-qt)
1118
1119 * Wed May 16 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.73-1mdk
1120 - version 0.2.73
1121 - you can now get decss threw a plugin
1122 - rewritte srcipt to build vlc (decss plugin)
1123 - rebuild with SDL 1.2
1124
1125 * Thu Apr 26 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.72-2mdk
1126 - true 0.2.72
1127
1128 * Mon Apr 16 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.72-1mdk
1129 - version 0.2.72
1130 - package split into vlc, vlc-gnome, vlc-gtk
1131
1132 * Fri Apr 13 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.71-1mdk
1133 - version 0.2.71 :
1134   * Fixed segfaults when compiled with gcc 3.0pre and versions of gcc
1135     shipped with the latest RedHat distributions.                    
1136   * Fixed the BeOS CSS decryption.
1137   * Fixed a few issues in IFO parsing.
1138   * Fixed XVideo video output.
1139   * Updated icons under Linux, BeOS, MacOS X.
1140
1141 * Wed Apr 11 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.70-1mdk
1142 - version 0.2.70
1143
1144 * Thu Mar 22 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.63-1mdk
1145 - version 0.2.63 : Bugfixes, bugfixes, and bugfixes again, a Gtk+ 
1146   interface for the Gnome-impaired, an even better DVD support
1147
1148 * Fri Feb 16 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.61-1mdk
1149 - new version for all the DVD fans (add MPEG1 support, direct DVD support, 
1150   DVD decryption, arbitrary, seeking in the stream, pause, fast forward 
1151   and slow motion, hardware YUV acceleration enhanced CSS support and a few 
1152   new interface features including drag'n'drop.
1153 - first *real* public release (now under the GPL)
1154
1155 * Sat Jan 06 2001 David BAUDENS <baudens@mandrakesoft.com> 0.1.99i-2mdk
1156 - Fix build and use right optimizations on PPC
1157 - Enable SDL support
1158 - Spec clean up
1159
1160 * Fri Jan  5 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 0.1.99i-1mdk
1161 - 0.1.99i, rebuild
1162
1163 * Fri Aug 25 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 0.1.99h-1mdk
1164 - 0.1.99h
1165
1166 * Mon Jul 10 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 0.1.99c-1mdk
1167 - first Mandrake package with help of Sam