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