5 %define mpegcvs 20030612
12 %define cvsdate 20030203
13 %define release 0.%{cvsdate}.%{cvsrel}mdk
14 %define cvs_name %{name}-snapshot-%cvsdate
16 %define release %{rel}mdk
19 %define with_dvdplay 1
21 %define with_mozilla 1
26 %define with_ncurses 1
33 %define with_svgalib 0
44 %define with_mpeg2dec 1
53 %define buildfor_rh80 0
54 %define buildfor_mdk82 0
55 %define buildfor_mdk90 0
56 %define buildfor_mdk91 %(awk '{print ($4 == "9.1")}' %{_sysconfdir}/mandrake-release)
57 %define buildfor_mdk92 %(awk '{print ($4 == "9.2")}' %{_sysconfdir}/mandrake-release)
60 %if %buildfor_mdk82 || %buildfor_mdk90 || %buildfor_rh80
61 %define libname lib%name%libmajor
63 %define libname %mklibname %name %libmajor
68 # some mdk macros that do not exist in rh
69 %define configure2_5x CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --libdir=%_libdir
70 %define make %__make %_smp_mflags
71 %define makeinstall_std %__make DESTDIR="$RPM_BUILD_ROOT" install
72 # adjust define for Redhat.
76 %{?_without_mozilla: %{expand: %%global with_mozilla 0}}
77 %{?_without_gtk: %{expand: %%global with_gtk 0}}
78 %{?_without_gnome: %{expand: %%global with_gnome 0}}
79 %{?_without_qt: %{expand: %%global with_qt 0}}
80 %{?_without_kde: %{expand: %%global with_kde 0}}
81 %{?_without_ncurses: %{expand: %%global with_ncurses 0}}
82 %{?_without_lirc: %{expand: %%global with_lirc 0}}
83 %{?_without_wx: %{expand: %%global with_wx 0}}
85 %{?_without_aa: %{expand: %%global with_aa 0}}
86 %{?_without_sdl: %{expand: %%global with_sdl 0}}
87 %{?_without_ggi: %{expand: %%global with_ggi 0}}
88 %{?_without_svgalib: %{expand: %%global with_svgalib 0}}
89 %{?_without_xosd: %{expand: %%global with_xosd 0}}
91 %{?_without_mad: %{expand: %%global with_mad 0}}
92 %{?_without_ogg: %{expand: %%global with_ogg 0}}
93 %{?_without_flac: %{expand: %%global with_flac 0}}
94 %{?_without_mkv: %{expand: %%global with_mkv 0}}
95 %{?_without_a52: %{expand: %%global with_a52 0}}
96 %{?_without_dv: %{expand: %%global with_dv 0}}
97 %{?_without_dvb: %{expand: %%global with_dvb 0}}
99 %{?_without_esd: %{expand: %%global with_esd 0}}
100 %{?_without_arts: %{expand: %%global with_arts 0}}
101 %{?_without_alsa: %{expand: %%global with_alsa 0}}
103 %{?_without_slp: %{expand: %%global with_slp 0}}
104 %{?_without_tar: %{expand: %%global with_tar 0}}
107 %{?_with_mozilla: %{expand: %%global with_mozilla 1}}
108 %{?_with_gtk: %{expand: %%global with_gtk 1}}
109 %{?_with_gnome: %{expand: %%global with_gnome 1}}
110 %{?_with_qt: %{expand: %%global with_qt 1}}
111 %{?_with_kde: %{expand: %%global with_kde 1}}
112 %{?_with_ncurses: %{expand: %%global with_ncurses 1}}
113 %{?_with_lirc: %{expand: %%global with_lirc 1}}
114 %{?_with_wx: %{expand: %%global with_wx 1}}
116 %{?_with_aa: %{expand: %%global with_aa 1}}
117 %{?_with_sdl: %{expand: %%global with_sdl 1}}
118 %{?_with_ggi: %{expand: %%global with_ggi 1}}
119 %{?_with_svgalib: %{expand: %%global with_svgalib 1}}
120 %{?_with_xosd: %{expand: %%global with_xosd 1}}
122 %{?_with_mad: %{expand: %%global with_mad 1}}
123 %{?_with_ogg: %{expand: %%global with_ogg 1}}
124 %{?_with_flac: %{expand: %%global with_flac 1}}
125 %{?_with_mkv: %{expand: %%global with_mkv 1}}
126 %{?_with_a52: %{expand: %%global with_a52 1}}
127 %{?_with_dv: %{expand: %%global with_dv 1}}
128 %{?_with_dvb: %{expand: %%global with_dvb 1}}
130 %{?_with_esd: %{expand: %%global with_esd 1}}
131 %{?_with_arts: %{expand: %%global with_arts 1}}
132 %{?_with_alsa: %{expand: %%global with_alsa 1}}
134 %{?_with_slp: %{expand: %%global with_slp 1}}
135 %{?_with_tar: %{expand: %%global with_tar 1}}
137 Summary: VLC media player, a multimedia player and streaming application.
143 Source0: http://download.videolan.org/pub/videolan/vlc/snapshots/%{cvs_name}.tar.bz2
145 Source0: http://download.videolan.org/packages/%{version}/%{name}-%{version}.tar.bz2
147 Source1: http://download.videolan.org/pub/videolan/vlc/0.6.0/contrib/ffmpeg-%ffcvs.tar.bz2
148 Source2: http://download.videolan.org/pub/videolan/vlc/0.6.0/contrib/mpeg2dec-%mpegcvs.tar.bz2
149 #gw remove NP_GetValue, as it was already defined in the mozilla headers
150 Patch: vlc-0.6.0-mozilla-conflict.patch.bz2
153 URL: http://www.videolan.org/
155 # vlc-mad needed by ffmpeg builtin (i want MPEG4 support out of box)
156 Requires: vlc-plugin-mad
157 # DVD working out of box.
158 Requires: vlc-plugin-a52
160 BuildRoot: %_tmppath/%name-%version-%release-root
162 BuildRequires: libtar-devel
164 BuildRequires: freetype2-devel
166 Buildrequires: mozilla-devel >= 1.3
169 Buildrequires: libgtk+1.2-devel
172 Buildrequires: gnome-libs-devel
175 Buildrequires: libqt3-devel
178 Buildrequires: kdelibs-devel
181 Buildrequires: libncurses5-devel
183 Buildrequires: wxGTK-devel >= 2.4
187 Buildrequires: liblirc-devel
190 Buildrequires: aalib-devel
193 Buildrequires: SDL-devel
196 Buildrequires: libggi-devel
199 Buildrequires: svgalib-devel
202 Buildrequires: libxosd-devel
206 BuildRequires: libid3tag-devel
208 Buildrequires: libmad-devel
211 Buildrequires: libvorbis-devel
212 Buildrequires: libogg-devel
215 Buildrequires: libflac-devel
218 Buildrequires: libmatroska-devel >= 0.4.4-3mdk
221 Buildrequires: libdv2-devel
225 Buildrequires: liba52dec-devel
229 #gw we use included cvs version
230 #Buildrequires: libffmpeg-devel
234 #gw we use the included cvs version
235 #Buildrequires: libmpeg2dec-devel >= 0.3.2
239 Buildrequires: libalsa2-devel
242 Buildrequires: libesound0-devel
245 Buildrequires: libarts-devel
249 Buildrequires: libopenslp-devel
253 BuildRequires: libdvdplay-devel
258 BuildRequires: libdvbpsi-devel
260 # gw the cooker kernel has the new incompatible DVB api
261 BuildRequires: kernel-multimedia-source
263 BuildRequires: kernel-source
269 VideoLAN is an OpenSource streaming solution for every OS developed by
270 students from the Ecole Centrale Paris and developers from all over the
272 VLC media player is a highly portable multimedia player for various audio
273 and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) as well as
274 DVD's, VCD's, and various streaming protocols. It can also be used as a
275 server to stream in unicast or multicast in IPv4 or IPv6 on a
276 high-bandwidth network.
277 You may install vlc-gnome or vlc-gtk to have a nice graphical interface.
278 This package contains no CSS unscrambling functionality for DVDs ;
279 you need the libdvdcss library available from
280 http://www.videolan.org/libdvdcss/ or http://plf.zarb.org/
283 %package -n %libname-devel
284 Summary: Development files for the VLC media player
286 Requires: %name = %version-%release
287 Provides: %name-devel = %version-%release
288 Provides: lib%name-devel = %version-%release
289 %description -n %libname-devel
290 Development files for the VLC media player
291 This package contains headers and a static library required to build plugins
292 for the VLC media player, or standalone applications using features from VLC.
294 %package -n mozilla-plugin-vlc
295 Summary: A multimedia plugin for Mozilla, based on vlc
297 Requires: %name = %version-%release
299 %define moz_ver 1.3.1
303 ##%{e###xpand: %%define mozve %(rpm -q --queryformat "%{version}\n" mozilla)}
304 %{expand: %%define mozve %(rpm -q mozilla| sed 's/mozilla-\([0-9].*\)-.*$/\1/')}
305 Requires: mozilla = %mozve
306 %description -n mozilla-plugin-vlc
307 This plugin adds support for MPEG, MPEG2, DVD and DivX to your Mozilla
308 browser. The decoding process is done by vlc and the output window is
309 embedded in a webpage or directly in the browser window. There is also
310 support for fullscreen display.
315 Summary: Gtk plugin for the VLC media player
317 Requires: %{name} = %{version}
320 This plugin adds a Gtk+ interface to the VLC media player. To
321 activate it, use the `--intf gtk' flag or run the `gvlc' program.
323 %package -n gnome-vlc
324 Summary: Gnome plugin for the VLC media player
326 Requires: %{name} = %{version}
327 Provides: vlc-gui, vlc-gnome
329 %description -n gnome-vlc
330 This plugin adds a Gnome interface to the VLC media player. To
331 activate it, use the `--intf gnome' flag or run the `gnome-vlc' program.
334 Summary: QT plugin for the VLC media player
336 Requires: %{name} = %{version}
337 Provides: vlc-gui, vlc-qt
340 This plugin adds a Qt interface to the VLC media player. To activate it,
341 use the `--intf qt' flag or run the `qvlc' program.
344 Summary: KDE frontend for the VLC media player
346 Requires: %{name} = %{version}
349 This plugin adds a KDE interface to the VLC media player. To
350 activate it, use the `--intf kde' flag or run the `kvlc' program.
352 %package plugin-ncurses
353 Summary: Ncurses console-based plugin for the VLC media player
355 Requires: %{name} = %{version}
356 %description plugin-ncurses
357 This plugin adds a ncurses interface to the VLC media player. To
358 activate it, use the `--intf ncurses' flag.
361 Summary: Lirc plugin for the VLC media player
363 Requires: %{name} = %{version}
366 %description plugin-lirc
367 This plugin is an infrared lirc interface for the VLC media player. To
368 activate it, use the `--extraintf lirc' flag.
371 Summary: WxWindow plugin for the VLC media player
373 Requires: %{name} = %{version}
377 %description -n wxvlc
378 This plugin adds a wxWindow interface to the VLC media player. To
379 activate it, use the `--intf wxwin' flag or run the `wxvlc' program.
385 Summary: ASCII art video plugin for the VLC media player
387 Requires: %{name} = %{version}
390 %description plugin-aa
391 This is an ASCII art video output plugin for the VLC media playe. To
392 activate it, use the `--vout aa' flag or select the `aa' video output
393 plugin from the preferences menu.
397 Summary: Simple DirectMedia Layer video plugin for the VLC media player
399 Requires: %{name} = %{version}
402 %description plugin-sdl
403 This plugin adds support for the Simple DirectMedia Layer library to
404 the VLC media player. To activate it, use the `--vout sdl' or
405 `--aout sdl' flags or select the `sdl' video or audio output plugin
406 from the preferences menu.
409 Summary: GGI video plugin for the VLC media player
411 Requires: %{name} = %{version}
414 %description plugin-ggi
415 This is a GGI plugin for the VLC media player. To activate it, use
416 the `--vout ggi' flag or select the `ggi' video output plugin from
417 the preferences menu.
419 %package plugin-svgalib
420 Summary: SVGAlib video plugin for the VLC media player
422 Requires: %{name} = %{version}
423 %description plugin-svgalib
424 This plugin adds support for SVGAlib to the VLC media player. To
425 activate it, use the `--vout svgalib' flag or select the `svgalib' video
426 output plugin from the preferences menu. Note that you will need root
427 permissions to use SVGAlib.
431 # visualization plugins
433 Summary: X On-Screen Display plugin for the VLC media player
435 Requires: %{name} = %{version}
436 %description plugin-xosd
437 This is an On-Screen Display plugin for the VLC media player. To activate
438 it, use the `--extraintf xosd' flag or select the `xosd' interface plugin
439 from the preferences menu.
443 Summary: MAD audio codec plugin for the VLC media player
445 Requires: %{name} = %{version}
448 %description plugin-mad
449 This plugin adds support for libmad, the MPEG audio decoder library,
450 to the VLC media player. MAD is 100% fixed-point based. To activate
451 this plugin, use the `--mpeg_adec mad' flag or select the `mad' MPEG
452 decoder from the preferences menu.
455 Summary: Ogg demuxer and Vorbis codec plugin for the VLC media player
457 Requires: %{name} = %{version}
458 %description plugin-ogg
459 These plugins add support for the Ogg bitstream format and the Ogg Vorbis
460 compressed audio format to the VLC media player. They are autodetected.
463 Summary: Flac codec plugin for the VLC media player
465 Requires: %{name} = %{version}
466 %description plugin-flac
467 These plugins add support for the FLAC compressed audio format to the
471 Summary: A-52 (AC-3) codec plugin for the VLC media player
473 Requires: %{name} = %{version}
474 %description plugin-a52
475 This plugin adds support for the ATSC A-52 (aka. AC-3) audio format to
476 the VLC media player. The plugin is autodetected.
479 Summary: DV codec plugin for the VLC media player
481 Requires: %{name} = %{version}
482 %description plugin-dv
483 This plugin adds support for the DV video format to the VLC media player.
484 The plugin is autodetected.
489 Summary: DVB input plugin for the VLC media player
491 Requires: %{name} = %{version}
492 %description plugin-dvb
493 This plugin adds support for DVB cards to the VLC media player. Note
494 that your card needs to be supported by your kernel before vlc can use it.
499 Summary: Enlightened Sound Daemon audio plugin for the VLC media player
501 Requires: %{name} = %{version}
504 %description plugin-esd
505 This plugin adds support for the Enlightened Sound Daemon to the VLC
506 media player. To activate it, use the `--aout esd' flag or select the
507 `esd' audio output plugin from the preferences menu.
510 Summary: Arts audio plugin for the VLC media player
512 Requires: %{name} = %{version}
515 %description plugin-arts
516 This plugin adds support for the aRts Sound System to the VLC media
517 player. To activate it, use the `--aout arts' flag or select the `arts'
518 audio output plugin from the preferences menu.
521 Summary: Advanced Linux Sound Architecture audio plugin for the VLC media player
523 Requires: %{name} = %{version}
526 %description plugin-alsa
527 This plugin adds support for the Advanced Linux Sound Architecture to
528 the VLC media player. To activate it, use the `--aout alsa' flag or
529 select the `alsa' audio output plugin from the preferences menu.
533 Summary: Service Location Protocol acces plugin for the VLC media player
535 Requires: %{name} = %{version}
536 %description plugin-slp
537 This plugin adds support for the Service Location Protocol to
538 the VLC media player.
543 %setup -q -n %{cvs_name} -a 1 -a 2
548 rm -rf doc/skins/curve_maker/CVS
552 %configure2_5x --disable-sdl --without-x
556 # ffmpeg: static linking cause no official ffmpeg release with a stable ABI
557 # ffmpeg:no plugin posible on ia64 due to the static linking (can not put .a in a .so)
559 ./configure --libdir=%_libdir
562 export XPIDL=/usr/lib/mozilla-%moz_ver/xpidl
563 perl -pi -e 's#-I/usr/share/idl/mozilla#-I/usr/share/idl/mozilla-%{moz_ver}#' Makefile.in
564 export QTDIR=%{_libdir}/qt3
565 # mandrake kernel specific
566 export CPPFLAGS="${CPPFLAGS:--I/usr/src/linux/3rdparty/mod_dvb/include}"
567 # gw flags for the mozilla build
568 export CPPFLAGS="$CPPFLAGS -DOJI -DMOZ_X11"
569 # add missing ebml include dir
570 export CPPFLAGS="$CPPFLAGS -I/usr/include/ebml"
571 # NO empty line or comments for the configure --switch or it won't work.
572 %configure2_5x --enable-release \
573 --enable-dvd --without-dvdcss \
609 --disable-wxwindows \
611 --enable-x11 --enable-xvideo \
612 --enable-fb --disable-mga \
634 --enable-ffmpeg --with-ffmpeg-tree=ffmpeg-%ffcvs \
661 --enable-dvb --enable-dvbpsi --enable-satellite \
663 --disable-dvb --disable-dvbpsi --disable-satellite \
675 --enable-libmpeg2 --with-libmpeg2-tree=mpeg2dec-%mpegcvs \
677 ~ --disable-libmpeg2 \
686 install -d %buildroot/%_mandir/man1
687 install doc/vlc.1 %buildroot/%_mandir/man1
688 install doc/vlc-config.1 %buildroot/%_mandir/man1
691 mkdir -p %buildroot/%_menudir
692 cat > %buildroot/%_menudir/vlc << EOF
693 ?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" \
694 mimetypes="video/mpeg,video/msvideo,video/quicktime,video/x-avi,video/x-ms-asf,video/x-ms-wmv,video/x-msvideo,application/x-ogg,application/ogg,audio/x-mp3,audio/x-mpeg,video/x-fli,audio/x-wav"\
696 multiple_files="true"
699 cat > %buildroot/%_menudir/gvlc << EOF
700 ?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" \
701 mimetypes="video/mpeg,video/msvideo,video/quicktime,video/x-avi,video/x-ms-asf,video/x-ms-wmv,video/x-msvideo,application/x-ogg,application/ogg,audio/x-mp3,audio/x-mpeg,video/x-fli,audio/x-wav"\
703 multiple_files="true"
707 cat > %buildroot/%_menudir/gnome-vlc << EOF
708 ?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" \
709 mimetypes="video/mpeg,video/msvideo,video/quicktime,video/x-avi,video/x-ms-asf,video/x-ms-wmv,video/x-msvideo,application/x-ogg,application/ogg,audio/x-mp3,audio/x-mpeg,video/x-fli,audio/x-wav"\
711 multiple_files="true"
715 cat > %buildroot/%_menudir/qvlc << EOF
716 ?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" \
717 mimetypes="video/mpeg,video/msvideo,video/quicktime,video/x-avi,video/x-ms-asf,video/x-ms-wmv,video/x-msvideo,application/x-ogg,application/ogg,audio/x-mp3,audio/x-mpeg,video/x-fli,audio/x-wav"\
719 multiple_files="true"
723 cat > %buildroot/%_menudir/kvlc << EOF
724 ?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" \
725 mimetypes="video/mpeg,video/msvideo,video/quicktime,video/x-avi,video/x-ms-asf,video/x-ms-wmv,video/x-msvideo,application/x-ogg,application/ogg,audio/x-mp3,audio/x-mpeg,video/x-fli,audio/x-wav"\
727 multiple_files="true"
731 cat > %buildroot/%_menudir/wxvlc << EOF
732 ?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" \
733 mimetypes="video/mpeg,video/msvideo,video/quicktime,video/x-avi,video/x-ms-asf,video/x-ms-wmv,video/x-msvideo,application/x-ogg,application/ogg,audio/x-mp3,audio/x-mpeg,video/x-fli,audio/x-wav"\
735 multiple_files="true"
740 %define pngdir %buildroot/%_datadir/vlc
741 mkdir -p %{buildroot}/{%{_miconsdir},%{_liconsdir}}
742 install -m 644 %pngdir/vlc16x16.png %buildroot/%_miconsdir/vlc.png
743 install -m 644 %pngdir/vlc32x32.png %buildroot/%_iconsdir/vlc.png
744 install -m 644 %pngdir/vlc48x48.png %buildroot/%_liconsdir/vlc.png
746 install -m 644 %pngdir/gnome-vlc16x16.png %buildroot/%_miconsdir/gnome-vlc.png
747 install -m 644 %pngdir/gnome-vlc32x32.png %buildroot/%_iconsdir/gnome-vlc.png
748 install -m 644 %pngdir/gnome-vlc48x48.png %buildroot/%_liconsdir/gnome-vlc.png
751 install -m 644 %pngdir/gvlc16x16.png %buildroot/%_miconsdir/gvlc.png
752 install -m 644 %pngdir/gvlc32x32.png %buildroot/%_iconsdir/gvlc.png
753 install -m 644 %pngdir/gvlc48x48.png %buildroot/%_liconsdir/gvlc.png
756 install -m 644 %pngdir/kvlc16x16.png %buildroot/%_miconsdir/kvlc.png
757 install -m 644 %pngdir/kvlc32x32.png %buildroot/%_iconsdir/kvlc.png
758 install -m 644 %pngdir/kvlc48x48.png %buildroot/%_liconsdir/kvlc.png
761 install -m 644 %pngdir/qvlc16x16.png %buildroot/%_miconsdir/qvlc.png
762 install -m 644 %pngdir/qvlc32x32.png %buildroot/%_iconsdir/qvlc.png
763 install -m 644 %pngdir/qvlc48x48.png %buildroot/%_liconsdir/qvlc.png
767 rm -rf %buildroot%_datadir/vlc/skins
779 %defattr(-,root,root)
780 %doc NEWS README COPYING AUTHORS MAINTAINERS THANKS
781 %doc doc/web-streaming.html doc/vlc-howto.sgml doc/lirc/
782 %doc doc/fortunes.txt doc/bugreport-howto.txt
788 %dir %_libdir/vlc/access
789 %_libdir/vlc/access/libcdda_plugin.so
790 %_libdir/vlc/access/libaccess_directory_plugin.so
791 %_libdir/vlc/access/libaccess_file_plugin.so
792 %_libdir/vlc/access/libaccess_ftp_plugin.so
793 %_libdir/vlc/access/libaccess_http_plugin.so
794 %_libdir/vlc/access/libaccess_mms_plugin.so
795 %_libdir/vlc/access/libaccess_udp_plugin.so
797 %_libdir/vlc/access/libdvdplay_plugin.so
799 %_libdir/vlc/access/libdvd_plugin.so
800 %_libdir/vlc/access/libdvdread_plugin.so
801 %_libdir/vlc/access/libvcd_plugin.so
803 %dir %_libdir/vlc/access_output/
804 %_libdir/vlc/access_output/libaccess_output_dummy_plugin.so
805 %_libdir/vlc/access_output/libaccess_output_file_plugin.so
806 %_libdir/vlc/access_output/libaccess_output_http_plugin.so
807 %_libdir/vlc/access_output/libaccess_output_udp_plugin.so
809 %dir %_libdir/vlc/audio_filter
810 %_libdir/vlc/audio_filter/libbandlimited_resampler_plugin.so
811 %_libdir/vlc/audio_filter/libdtstospdif_plugin.so
812 %_libdir/vlc/audio_filter/libfixed32tofloat32_plugin.so
813 %_libdir/vlc/audio_filter/libfixed32tos16_plugin.so
814 %_libdir/vlc/audio_filter/libfloat32tos16_plugin.so
815 %_libdir/vlc/audio_filter/libfloat32tos8_plugin.so
816 %_libdir/vlc/audio_filter/libfloat32tou16_plugin.so
817 %_libdir/vlc/audio_filter/libfloat32tou8_plugin.so
818 %_libdir/vlc/audio_filter/libheadphone_channel_mixer_plugin.so
819 %_libdir/vlc/audio_filter/liblinear_resampler_plugin.so
820 %_libdir/vlc/audio_filter/libs16tofixed32_plugin.so
821 %_libdir/vlc/audio_filter/libs16tofloat32_plugin.so
822 %_libdir/vlc/audio_filter/libs16tofloat32swab_plugin.so
823 %_libdir/vlc/audio_filter/libs8tofloat32_plugin.so
824 %_libdir/vlc/audio_filter/libtrivial_channel_mixer_plugin.so
825 %_libdir/vlc/audio_filter/libtrivial_resampler_plugin.so
826 %_libdir/vlc/audio_filter/libu8tofixed32_plugin.so
827 %_libdir/vlc/audio_filter/libu8tofloat32_plugin.so
828 %_libdir/vlc/audio_filter/libugly_resampler_plugin.so
830 %dir %_libdir/vlc/audio_mixer
831 %_libdir/vlc/audio_mixer/libfloat32_mixer_plugin.so
832 %_libdir/vlc/audio_mixer/libspdif_mixer_plugin.so
833 %_libdir/vlc/audio_mixer/libtrivial_mixer_plugin.so
835 %dir %_libdir/vlc/audio_output
836 %_libdir/vlc/audio_output/libaout_file_plugin.so
837 %_libdir/vlc/audio_output/liboss_plugin.so
839 %dir %_libdir/vlc/codec
840 %_libdir/vlc/codec/liba52_plugin.so
841 %_libdir/vlc/codec/libadpcm_plugin.so
842 %_libdir/vlc/codec/libaraw_plugin.so
843 %_libdir/vlc/codec/librawvideo_plugin.so
844 %_libdir/vlc/codec/libcinepak_plugin.so
845 %_libdir/vlc/codec/libdts_plugin.so
846 #%_libdir/vlc/codec/libidctclassic_plugin.so
848 #%_libdir/vlc/codec/libidctmmxext_plugin.so
849 #%_libdir/vlc/codec/libidctmmx_plugin.so
851 #%_libdir/vlc/codec/libidct_plugin.so
852 %_libdir/vlc/codec/liblpcm_plugin.so
854 #%_libdir/vlc/codec/libmotionmmxext_plugin.so
855 #%_libdir/vlc/codec/libmotionmmx_plugin.so
857 #%_libdir/vlc/codec/libmotion_plugin.so
858 %_libdir/vlc/codec/liblibmpeg2_plugin.so
859 %_libdir/vlc/codec/libmpeg_audio_plugin.so
860 #%_libdir/vlc/codec/libmpeg_video_plugin.so
862 #%_libdir/vlc/codec/libpostprocessing_c_plugin.so
864 # %_libdir/vlc/codec/libpostprocessing_mmx_plugin.so
865 # %_libdir/vlc/codec/libpostprocessing_mmxext_plugin.so
868 %_libdir/vlc/codec/libspudec_plugin.so
870 %dir %_libdir/vlc/control
871 %_libdir/vlc/control/libhttp_plugin.so
872 %_libdir/vlc/control/librc_plugin.so
873 %_libdir/vlc/control/libgestures_plugin.so
875 %dir %_libdir/vlc/demux
876 %_libdir/vlc/demux/libaac_plugin.so
877 %_libdir/vlc/demux/libasf_plugin.so
878 %_libdir/vlc/demux/libau_plugin.so
879 %_libdir/vlc/demux/libaudio_plugin.so
880 %_libdir/vlc/demux/libavi_plugin.so
881 %_libdir/vlc/demux/liba52sys_plugin.so
882 %_libdir/vlc/demux/libdemuxdump_plugin.so
883 %_libdir/vlc/demux/libdemuxsub_plugin.so
884 %_libdir/vlc/demux/libes_plugin.so
885 %_libdir/vlc/demux/libid3_plugin.so
886 %_libdir/vlc/demux/libm3u_plugin.so
887 %_libdir/vlc/demux/libm4v_plugin.so
889 %_libdir/vlc/demux/libmkv_plugin.so
891 %_libdir/vlc/demux/libmp4_plugin.so
892 %_libdir/vlc/demux/libmpeg_system_plugin.so
893 %_libdir/vlc/demux/libps_plugin.so
894 %_libdir/vlc/demux/librawdv_plugin.so
895 %_libdir/vlc/demux/libts_plugin.so
896 %_libdir/vlc/demux/libwav_plugin.so
898 %dir %_libdir/vlc/misc
899 %_libdir/vlc/misc/libdummy_plugin.so
900 %_libdir/vlc/misc/libhttpd_plugin.so
901 %_libdir/vlc/misc/libipv4_plugin.so
902 %_libdir/vlc/misc/libipv6_plugin.so
903 %_libdir/vlc/misc/liblogger_plugin.so
905 #%_libdir/vlc/misc/libmemcpy3dn_plugin.so
906 #%_libdir/vlc/misc/libmemcpymmxext_plugin.so
907 #%_libdir/vlc/misc/libmemcpymmx_plugin.so
909 %_libdir/vlc/misc/libmemcpy_plugin.so
910 %_libdir/vlc/misc/libsap_plugin.so
911 %_libdir/vlc/misc/libscreensaver_plugin.so
913 %dir %_libdir/vlc/mux
914 %_libdir/vlc/mux/libmux_avi_plugin.so
915 %_libdir/vlc/mux/libmux_dummy_plugin.so
916 %_libdir/vlc/mux/libmux_ogg_plugin.so
917 %_libdir/vlc/mux/libmux_ps_plugin.so
918 %_libdir/vlc/mux/libmux_ts_plugin.so
920 %dir %_libdir/vlc/packetizer
921 %_libdir/vlc/packetizer/libpacketizer_a52_plugin.so
922 %_libdir/vlc/packetizer/libpacketizer_copy_plugin.so
923 %_libdir/vlc/packetizer/libpacketizer_mpeg4audio_plugin.so
924 %_libdir/vlc/packetizer/libpacketizer_mpeg4video_plugin.so
925 %_libdir/vlc/packetizer/libpacketizer_mpegaudio_plugin.so
926 %_libdir/vlc/packetizer/libpacketizer_mpegvideo_plugin.so
928 %dir %_libdir/vlc/stream_out
929 %_libdir/vlc/stream_out/libstream_out_display_plugin.so
930 %_libdir/vlc/stream_out/libstream_out_dummy_plugin.so
931 %_libdir/vlc/stream_out/libstream_out_duplicate_plugin.so
932 %_libdir/vlc/stream_out/libstream_out_es_plugin.so
933 %_libdir/vlc/stream_out/libstream_out_standard_plugin.so
935 %dir %_libdir/vlc/video_chroma
936 %_libdir/vlc/video_chroma/libi420_rgb_plugin.so
937 %_libdir/vlc/video_chroma/libi420_ymga_plugin.so
938 %_libdir/vlc/video_chroma/libi420_yuy2_plugin.so
939 %_libdir/vlc/video_chroma/libi422_yuy2_plugin.so
941 #%_libdir/vlc/video_chroma/libi420_rgb_mmx_plugin.so
942 #%_libdir/vlc/video_chroma/libi420_ymga_mmx_plugin.so
943 #%_libdir/vlc/video_chroma/libi420_yuy2_mmx_plugin.so
944 #%_libdir/vlc/video_chroma/libi422_yuy2_mmx_plugin.so
947 %dir %_libdir/vlc/video_filter
948 %_libdir/vlc/video_filter/libadjust_plugin.so
949 %_libdir/vlc/video_filter/libclone_plugin.so
950 %_libdir/vlc/video_filter/libcrop_plugin.so
951 %_libdir/vlc/video_filter/libdeinterlace_plugin.so
952 %_libdir/vlc/video_filter/libdistort_plugin.so
953 %_libdir/vlc/video_filter/libinvert_plugin.so
954 %_libdir/vlc/video_filter/libmotionblur_plugin.so
955 %_libdir/vlc/video_filter/libosdtext_plugin.so
956 %_libdir/vlc/video_filter/libtransform_plugin.so
957 %_libdir/vlc/video_filter/libwall_plugin.so
959 %dir %_libdir/vlc/video_output
960 %_libdir/vlc/video_output/libfb_plugin.so
961 #%_libdir/vlc/video_output/libvout_encoder_plugin.so
962 %_libdir/vlc/video_output/libx11_plugin.so
963 %_libdir/vlc/video_output/libxvideo_plugin.so
965 %dir %_libdir/vlc/visualization
973 %files -n %libname-devel
974 %defattr(-,root,root)
975 %doc README doc/release-howto.txt doc/skins doc/subtitles doc/Configure.help
976 %doc doc/arm-crosscompile-howto.sgml
977 %dir %_includedir/vlc
982 %_mandir/man1/vlc-config*
985 %files -n mozilla-plugin-vlc
986 %defattr(-,root,root)
994 %defattr(-,root,root)
996 %_libdir/vlc/misc/libgtk_main_plugin.so
997 %_libdir/vlc/gui/libgtk_plugin.so
1000 %_miconsdir/gvlc.png
1002 %_liconsdir/gvlc.png
1011 %defattr(-,root,root)
1013 %_libdir/vlc/misc/libgnome_main_plugin.so
1014 %_libdir/vlc/gui/libgnome_plugin.so
1017 %_miconsdir/gnome-vlc.png
1018 %_iconsdir/gnome-vlc.png
1019 %_liconsdir/gnome-vlc.png
1022 %postun -n gnome-vlc
1028 %defattr(-,root,root)
1031 %_libdir/vlc/gui/libwxwindows_plugin.so
1043 %defattr(-,root,root)
1045 %_libdir/vlc/gui/libqt_plugin.so
1048 %_miconsdir/qvlc.png
1050 %_liconsdir/qvlc.png
1059 %defattr(-,root,root)
1061 %_libdir/vlc/gui/libkde_plugin.so
1064 %_miconsdir/kvlc.png
1066 %_liconsdir/kvlc.png
1074 %files plugin-ncurses
1075 %defattr(-,root,root)
1077 %_libdir/vlc/gui/libncurses_plugin.so
1082 %defattr(-,root,root)
1084 %_libdir/vlc/control/liblirc_plugin.so
1090 %defattr(-,root,root)
1092 %_libdir/vlc/audio_output/libaout_sdl_plugin.so
1093 %_libdir/vlc/video_output/libvout_sdl_plugin.so
1098 %defattr(-,root,root)
1100 %{_libdir}/vlc/video_output/libggi_plugin.so
1105 %defattr(-,root,root)
1107 %{_libdir}/vlc/video_output/libaa_plugin.so
1111 %files plugin-svgalib
1112 %defattr(-,root,root)
1114 %_libdir/vlc/video_output/libsvgalib_plugin.so
1117 # visualization plugin
1120 %defattr(-,root,root)
1122 %_libdir/vlc/visualization/libxosd_plugin.so
1128 %defattr(-,root,root)
1130 %_libdir/vlc/audio_filter/libmpgatofixed32_plugin.so
1131 %_libdir/vlc/demux/libid3tag_plugin.so
1136 %defattr(-,root,root)
1138 %_libdir/vlc/demux/libogg_plugin.so
1139 %_libdir/vlc/codec/libvorbis_plugin.so
1144 %defattr(-,root,root)
1146 %_libdir/vlc/demux/libflac_plugin.so
1147 %_libdir/vlc/codec/libflacdec_plugin.so
1153 %defattr(-,root,root)
1155 %_libdir/vlc/codec/libdv_plugin.so
1160 %defattr(-,root,root)
1162 %_libdir/vlc/audio_filter/liba52tofloat32_plugin.so
1163 %_libdir/vlc/audio_filter/liba52tospdif_plugin.so
1169 %defattr(-,root,root)
1171 %_libdir/vlc/access/libsatellite_plugin.so
1172 %_libdir/vlc/demux/libts_dvbpsi_plugin.so
1173 %_libdir/vlc/mux/libmux_ts_dvbpsi_plugin.so
1179 %defattr(-,root,root)
1181 %_libdir/vlc/audio_output/libesd_plugin.so
1186 %defattr(-,root,root)
1188 %_libdir/vlc/audio_output/libarts_plugin.so
1193 %defattr(-,root,root)
1195 %_libdir/vlc/audio_output/libalsa_plugin.so
1200 %defattr(-,root,root)
1202 %_libdir/vlc/access/libslp_plugin.so
1206 * Mon Jun 30 2003 Götz Waschk <waschk@linux-mandrake.com> 0.6.0-5mdk
1207 - reenable wxvlc, but use 2.4 instead of 2.5
1208 - remove the packager tag
1209 - fix build on mdk 9.1
1211 * Mon Jun 30 2003 Götz Waschk <waschk@linux-mandrake.com> 0.6.0-4mdk
1212 - add some more docs
1214 - fix comment about the DVB headers
1217 * Mon Jun 30 2003 Götz Waschk <waschk@linux-mandrake.com> 0.6.0-3mdk
1219 - add mime types to the menu entries
1220 - enable the kde plugin
1221 - the wx package provides wx-gui
1222 - move the skins to the wx package
1223 - fix all --with options
1225 - disable wx, didn't work
1227 * Fri Jun 27 2003 Götz Waschk <waschk@linux-mandrake.com> 0.6.0-2mdk
1228 - add matroska to the spec file, but don't enable it yet
1229 - enable the flac plugin
1230 - enable DVB, use headers from kernel-multimedia-source
1232 * Fri Jun 27 2003 Götz Waschk <waschk@linux-mandrake.com> 0.6.0-1mdk
1233 - add lots of new plugins
1234 - disable libvout_encoder_plugin.so
1235 - disable postprocessing plugins
1236 - add the data dir to the main package
1237 - disable dvb (were have all the headers gone?)
1238 - include static ffmpeg
1239 - include static mpeg2dec
1245 * Tue Apr 8 2003 Götz Waschk <waschk@linux-mandrake.com> 0.5.2-2mdk
1248 * Sun Apr 06 2003 Yves Duret <yves@zarb.org> 0.5.2-1mdk
1251 * Tue Feb 18 2003 Götz Waschk <waschk@linux-mandrake.com> 0.5.0-4mdk
1254 * Thu Feb 06 2003 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.5.0-3mdk
1255 - BuildRequires libdvbpsi-devel libdvdplay-devel
1257 * Tue Feb 4 2003 Götz Waschk <waschk@linux-mandrake.com> 0.5.0-2mdk
1258 - rebuild for new xosd
1260 * Mon Feb 03 2003 Yves Duret <yves@zarb.org> 0.5.0-1mdk
1262 - enables DVD menus.
1264 * Mon Feb 03 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030203.1mdk
1265 - latest (!) cvs snapshot before release, oh yeah.
1266 - added dv and dvb sub rpm (satellite).
1267 - added mozilla-plugin.
1269 - fixes here and here.
1270 - sync with CVS one.
1272 * Fri Jan 31 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030131.1mdk
1275 * Tue Jan 28 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030128.1mdk
1277 - sync specfile with HEAD CVS one.
1279 * Mon Jan 27 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030127.1mdk
1282 * Fri Jan 24 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030124.1mdk
1283 - new cvs snapshot adding transcoding feature!
1284 - new video_output/vout_encoder plugin.
1285 - new demux/a52sys plugin.
1287 * Mon Jan 20 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030120.1mdk
1289 - new access/slp plugin.
1290 - more buildfor_{rh80,mdk{82,90}} stuff.
1291 - use %%mklibname macro.
1292 - use %%clean_menus in postun instead of %%update_menus everywhere.
1294 * Thu Jan 16 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030116.1mdk
1296 - codec/mad plugin is replaced by audio_filter/mpgatofixed32.
1298 * Tue Jan 14 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030114.1mdk
1300 - new demux/m4v and mux/avi plugins.
1302 * Fri Jan 10 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030110.1mdk
1304 - new packetizer/mpeg4audio plugin.
1306 * Tue Jan 07 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030107.1mdk
1308 - mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
1309 ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
1311 * Mon Jan 06 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20030106.1mdk
1313 - removed access/rtp plugin (merged in access/udp).
1314 - removed codec/imdct and codec/downmix plugins (deprecated).
1315 - libvlc0-devel provides libvlc-devel.
1317 * Sun Jan 05 2003 Yves Duret <yves@zarb.org> 0.5.0-0.20021220.2mdk
1318 - rebuild against new glibc.
1319 - rpm configure macro is now fixed.
1321 * Fri Dec 20 2002 Yves Duret <yves@zarb.org> 0.5.0-0.20021220.1mdk
1322 - cvs 20021220 (aka fix segfaulting with broken trancoded avi)
1323 - added rawdv plugin.
1324 - few spec enhacement and sync with upstream CVS.
1326 * Wed Dec 18 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.5.0-0.20021218.1mdk
1327 - don't harcore arch in name
1331 * Mon Jun 20 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.2-1mdk
1332 - new upstream release
1334 * Mon Jun 3 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.1-1mdk
1335 - new upstream release
1337 * Thu May 23 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.0-1mdk
1338 - version 0.4.0 with MPEG4 (DivX) support thx ffmpeg.
1339 thus s/MPEG, MPEG2 and DVD/multimedia/g
1340 - sync %%description with debian ones.
1341 - vlc now requires a vlc-gui (gtk, gnome or qt).
1342 - removed gcc3.1 patches since merged upstream.
1344 * Mon May 13 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.1-4mdk
1345 - removed xmga plugin (currently broken).
1346 - manual rebuild in gcc3.1 environment aka added Patch0 & Patch1
1347 - various summary/description changes.
1349 * Fri May 03 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.1-3mdk
1350 - added vlc-lirc intf plugin rpm.
1352 * Tue Apr 30 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.1-2mdk
1353 - rebuild against libalsa2 (vlc-sdl)
1355 * Fri Apr 19 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.1-1mdk
1357 - removed patch0 merged upstream.
1358 - removed old %%ifarch ppc
1359 - added missing libmad-devel buldrequires
1361 * Wed Apr 17 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.0-4mdk
1362 - added liba52 support (buildrequires).
1363 - added vlc-alsa audio plugin.
1364 - mad is a codec (audio) plugin. corrected description and summary.
1366 * Wed Apr 10 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.0-3mdk
1367 - added patch0 from CVS: fix crashing GTK popup menus thx Michal Bukovjan <bukovjan@mbox.dkm.cz>
1369 * Wed Apr 10 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.0-2mdk
1370 - added vlc-arts rpm plugin thx blindauer Emmanuel <manu@agat.net>
1371 - better summary for plugin
1372 - add packager tag to myself
1374 * Sun Apr 07 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.0-1mdk
1376 - added aa (Asci Art) plugin in vlc-aa rpm
1377 - merged with sam's one:
1378 * using his plugins list into %%files
1379 * removed libdvdcss from the whole tarball.
1380 * removed the workaround for vlc's bad /dev/dsp detection.
1381 - few spell corrections in all %%description
1382 - added buildrequires on SDL-devel
1384 * Tue Mar 05 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.93-0.1mdk
1388 * Mon Mar 04 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.92-5mdk
1391 * Sat Jan 26 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.92-4mdk
1392 - mad plugin in vlc-mad rpm
1394 * Mon Jan 21 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.92-3mdk
1395 - synced with main cvs specfile wich "fixed a few minor inaccuracies"
1397 * Thu Jan 17 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.92-2mdk
1398 - readded libdvdcss rpm in specfile. use %%define css 1 with correct sources
1399 to build libdvdcss rpm.
1401 * Wed Jan 09 2002 Yves Duret <yduret@mandrakesoft.com> 0.2.92-1mdk
1404 - splitted again, added vlc-sdl vlc-esd vlc-ggi
1405 - bring back some missing plugins
1406 - fixed buildrequires
1407 - added menu entries and icons (from cvs)
1409 * Tue Oct 23 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.83-2mdk
1410 - rebuild against libpng3
1411 - added some doc for sir rpmlint
1414 * Thu Aug 23 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.83-1mdk
1416 * Activated subtitles in overlay mode (far from perfect, but this
1417 was an often requested feature).
1419 * Fri Aug 10 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.82-1mdk
1422 * Mon Jul 30 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.81-1mdk
1426 * Wed Jun 20 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.81-0.20010619-1mdk
1430 * Wed Jun 13 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.80-2mdk
1431 - fix build on ppc (c) dadou
1433 * Mon Jun 11 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.80-1mdk
1434 - version 0.2.80 : bug fixes and bug fixes and bug fixes and small
1435 improvements of the gtk interface.
1436 - corrected Summary in vlc-qt
1438 * Wed May 23 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.73-2mdk
1439 - added qt2 plugin (vlc-qt)
1441 * Wed May 16 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.73-1mdk
1443 - you can now get decss threw a plugin
1444 - rewritte srcipt to build vlc (decss plugin)
1445 - rebuild with SDL 1.2
1447 * Thu Apr 26 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.72-2mdk
1450 * Mon Apr 16 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.72-1mdk
1452 - package split into vlc, vlc-gnome, vlc-gtk
1454 * Fri Apr 13 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.71-1mdk
1456 * Fixed segfaults when compiled with gcc 3.0pre and versions of gcc
1457 shipped with the latest RedHat distributions.
1458 * Fixed the BeOS CSS decryption.
1459 * Fixed a few issues in IFO parsing.
1460 * Fixed XVideo video output.
1461 * Updated icons under Linux, BeOS, MacOS X.
1463 * Wed Apr 11 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.70-1mdk
1466 * Thu Mar 22 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.63-1mdk
1467 - version 0.2.63 : Bugfixes, bugfixes, and bugfixes again, a Gtk+
1468 interface for the Gnome-impaired, an even better DVD support
1470 * Fri Feb 16 2001 Yves Duret <yduret@mandrakesoft.com> 0.2.61-1mdk
1471 - new version for all the DVD fans (add MPEG1 support, direct DVD support,
1472 DVD decryption, arbitrary, seeking in the stream, pause, fast forward
1473 and slow motion, hardware YUV acceleration enhanced CSS support and a few
1474 new interface features including drag'n'drop.
1475 - first *real* public release (now under the GPL)
1477 * Sat Jan 06 2001 David BAUDENS <baudens@mandrakesoft.com> 0.1.99i-2mdk
1478 - Fix build and use right optimizations on PPC
1479 - Enable SDL support
1482 * Fri Jan 5 2001 Guillaume Cottenceau <gc@mandrakesoft.com> 0.1.99i-1mdk
1485 * Fri Aug 25 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 0.1.99h-1mdk
1488 * Mon Jul 10 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 0.1.99c-1mdk
1489 - first Mandrake package with help of Sam