Author: sls Date: Mon Apr 7 05:45:16 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added bconds galaktos and gnomevfs - some cleanup in ./configure options
---- Files affected: SPECS: vlc.spec (1.139 -> 1.140) ---- Diffs: ================================================================ Index: SPECS/vlc.spec diff -u SPECS/vlc.spec:1.139 SPECS/vlc.spec:1.140 --- SPECS/vlc.spec:1.139 Mon Apr 7 06:21:12 2008 +++ SPECS/vlc.spec Mon Apr 7 07:45:10 2008 @@ -21,6 +21,8 @@ %bcond_without directfb # directfb plugin %bcond_without dv # build without dv support %bcond_without esound # don't build esound plugin +%bcond_without galaktos # OpenGL visualisation plugin +%bcond_without gnomevfs # gnomevfs plugin %bcond_without ggi # don't build ggi plugin %bcond_without hal # build with hal support %bcond_without lirc # build without lirc support @@ -54,6 +56,7 @@ URL: http://www.videolan.org/vlc/ %{?with_directfb:BuildRequires: DirectFB-devel} BuildRequires: OpenGL-devel +%{?with_galaktos:BuildRequires: OpenGL-GLU-devel} BuildRequires: SDL_image-devel >= 1.2 BuildRequires: a52dec-libs-devel %{?with_aalib:BuildRequires: aalib-devel} @@ -70,6 +73,7 @@ BuildRequires: freetype-devel BuildRequires: fribidi-devel BuildRequires: gettext-devel +%{?with_gnomevfs:BuildRequires: gnome-vfs2-devel} %{?with_hal:BuildRequires: hal-devel >= 0.2.97} %{?with_dv:BuildRequires: libavc1394-devel} %{?with_caca:BuildRequires: libcaca-devel} @@ -274,8 +278,9 @@ --enable-fribidi \ --enable-ffmpeg \ --enable-flac \ + %{?with_galaktos:--enable-galaktos} \ --%{?with_ggi:en}%{!?with_ggi:dis}able-ggi \ - %{!?with_speex:--disable-speex} \ + %{!?with_gnomevfs:--disable-gnomevfs} \ --disable-glide \ --%{?with_lirc:en}%{!?with_lirc:dis}able-lirc \ --enable-mad \ @@ -291,9 +296,8 @@ --enable-sdl \ --with-sdl=/usr \ --enable-skins2 \ - %{?with_slp:--enable-slp} \ - %{!?with_slp:--disable-slp} \ --enable-smb \ + %{!?with_speex:--disable-speex} \ %{?with_svgalib:--enable-svgalib} \ --enable-tarkin \ --enable-theora \ @@ -591,6 +595,7 @@ %attr(755,root,root) %{_bindir}/wxvlc %attr(755,root,root) %{_libdir}/vlc/gui/libskins2_plugin.so %attr(755,root,root) %{_libdir}/vlc/gui/libwxwidgets_plugin.so +%{?with_gnomevfs:%attr(755,root,root) %{_libdir}/vlc/access/libaccess_gnomevfs_plugin.so} %attr(755,root,root) %{_libdir}/vlc/access/libscreen_plugin.so %{?with_aalib:%attr(755,root,root) %{_libdir}/vlc/video_output/libaa_plugin.so} %{?with_caca:%attr(755,root,root) %{_libdir}/vlc/video_output/libcaca_plugin.so} @@ -600,6 +605,7 @@ %attr(755,root,root) %{_libdir}/vlc/video_output/libopengl_plugin.so %attr(755,root,root) %{_libdir}/vlc/video_output/libx11_plugin.so %attr(755,root,root) %{_libdir}/vlc/video_output/libxvideo_plugin.so +%{?with_galaktos:%attr(755,root,root) %{_libdir}/vlc/visualization/libgalaktos_plugin.so} %attr(755,root,root) %{_libdir}/vlc/visualization/libxosd_plugin.so %{_datadir}/%{name}/skins2 %{_datadir}/%{name}/vlc*.xpm @@ -641,6 +647,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.140 2008-04-07 05:45:10 sls +- added bconds galaktos and gnomevfs +- some cleanup in ./configure options + Revision 1.139 2008-04-07 04:21:12 sls - added directfb bcond and patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vlc.spec?r1=1.139&r2=1.140&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
