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