?package(vlc): command="%{_bindir}/vlc" hotkey="V" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2 and DVD software solution" section="Multimedia/Video" title="VideoLAN Client" icon="vlc.png" hints="Video"
?package(vlc): command="%{_bindir}/vlc" hotkey="V" needs="X11" longtitle="VideoLAN is a free multimedia software solution" section="Multimedia/Video" title="VideoLAN Client" icon="vlc.png" hints="Video"
EOF
EOF
cat > %buildroot/%{_menudir}/vlc-gtk << EOF
cat > %buildroot/%{_menudir}/vlc-gtk << EOF
?package(vlc-gtk): command="%{_bindir}/gvlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2 and DVD software solution" section="Multimedia/Video" title="Gtk VideoLAN Client" icon="gvlc.png" hints="Video"
?package(vlc-gtk): command="%{_bindir}/gvlc" needs="X11" longtitle="VideoLAN is a free multimedia software solution" section="Multimedia/Video" title="Gtk VideoLAN Client" icon="gvlc.png" hints="Video"
EOF
EOF
cat > %buildroot/%{_menudir}/vlc-gnome << EOF
cat > %buildroot/%{_menudir}/vlc-gnome << EOF
?package(vlc-gnome): command="%{_bindir}/gnome-vlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2 and DVD software solution" section="Multimedia/Video" title="Gnome VideoLAN Client" icon="gnome-vlc.png" hints="Video"
?package(vlc-gnome): command="%{_bindir}/gnome-vlc" needs="X11" longtitle="VideoLAN is a free multimedia software solution" section="Multimedia/Video" title="Gnome VideoLAN Client" icon="gnome-vlc.png" hints="Video"
EOF
EOF
cat > %buildroot/%{_menudir}/vlc-qt << EOF
cat > %buildroot/%{_menudir}/vlc-qt << EOF
?package(vlc-gnome): command="%{_bindir}/qvlc" needs="X11" longtitle="VideoLAN is a free MPEG, MPEG2 and DVD software solution" section="Multimedia/Video" title="Qt VideoLAN Client" icon="qvlc.png" hints="Video"
?package(vlc-gnome): command="%{_bindir}/qvlc" needs="X11" longtitle="VideoLAN is a free multimedia software solution" section="Multimedia/Video" title="Qt VideoLAN Client" icon="qvlc.png" hints="Video"
EOF
EOF
# icons
# icons
...
@@ -233,6 +276,7 @@ rm -fr %buildroot
...
@@ -233,6 +276,7 @@ rm -fr %buildroot
%dir %{_libdir}/videolan/vlc
%dir %{_libdir}/videolan/vlc
%{_libdir}/videolan/vlc/ac3_spdif.so
%{_libdir}/videolan/vlc/ac3_spdif.so
%{_libdir}/videolan/vlc/avi.so
%{_libdir}/videolan/vlc/dsp.so
%{_libdir}/videolan/vlc/dsp.so
%{_libdir}/videolan/vlc/dummy.so
%{_libdir}/videolan/vlc/dummy.so
%{_libdir}/videolan/vlc/dvd.so
%{_libdir}/videolan/vlc/dvd.so
...
@@ -260,7 +304,7 @@ rm -fr %buildroot
...
@@ -260,7 +304,7 @@ rm -fr %buildroot
%{_libdir}/videolan/vlc/udp.so
%{_libdir}/videolan/vlc/udp.so
%{_libdir}/videolan/vlc/vcd.so
%{_libdir}/videolan/vlc/vcd.so
%{_libdir}/videolan/vlc/x11.so
%{_libdir}/videolan/vlc/x11.so
%{_libdir}/videolan/vlc/xmga.so
#%{_libdir}/videolan/vlc/xmga.so
%{_mandir}/man1/*
%{_mandir}/man1/*
%{_menudir}/vlc
%{_menudir}/vlc
...
@@ -319,6 +363,13 @@ rm -fr %buildroot
...
@@ -319,6 +363,13 @@ rm -fr %buildroot
%doc README
%doc README
%{_libdir}/videolan/vlc/ncurses.so
%{_libdir}/videolan/vlc/ncurses.so
%if %plugin_lirc
%files lirc
%defattr(-,root,root)
%doc README
%{_libdir}/videolan/vlc/lirc.so
%endif
# video plugins
# video plugins
%files sdl
%files sdl
%defattr(-,root,root)
%defattr(-,root,root)
...
@@ -358,13 +409,29 @@ rm -fr %buildroot
...
@@ -358,13 +409,29 @@ rm -fr %buildroot
%{_libdir}/videolan/vlc/alsa.so
%{_libdir}/videolan/vlc/alsa.so
%changelog
%changelog
* Thu Apr 18 2002 Samuel Hocevar <sam@zoy.org> 0.3.1
* Sat May 18 2002 Yves Duret <yduret@mandrakesoft.com> 0.4.0-1mdk
- version 0.3.1.
- version 0.4.0 with MPEG4 (DivX) support thx ffmpeg.
- patch0 is no longer needed.
thus s/MPEG, MPEG2 and DVD/multimedia/g
- sync %%description with debian ones.
- vlc now requires a vlc-gui (gtk, gnome or qt).
- removed gcc3.1 patches since merged upstream.
* Mon May 13 2002 Yves Duret <yduret@mandrakesoft.com> 0.3.1-4mdk