SPECS: vlc.spec - added svg bcond - --enable-{snapshot,sout}

sls sls at pld-linux.org
Mon Apr 7 10:58:03 CEST 2008


Author: sls                          Date: Mon Apr  7 08:58:03 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added svg bcond
- --enable-{snapshot,sout}

---- Files affected:
SPECS:
   vlc.spec (1.145 -> 1.146) 

---- Diffs:

================================================================
Index: SPECS/vlc.spec
diff -u SPECS/vlc.spec:1.145 SPECS/vlc.spec:1.146
--- SPECS/vlc.spec:1.145	Mon Apr  7 10:21:30 2008
+++ SPECS/vlc.spec	Mon Apr  7 10:57:58 2008
@@ -34,6 +34,7 @@
 %bcond_without	portaudio	# portaudio library support
 %bcond_without	shout	# shout plugin
 %bcond_without	speex	# don't build speex plugin
+%bcond_without	svg	# svg plugin
 %bcond_without	svgalib	# build with svgalib video_output
 %bcond_without	x264	# build without x264 support
 #
@@ -118,6 +119,7 @@
 BuildRequires:	pkgconfig
 %{?with_portaudio:BuildRequires:	portaudio-devel}
 %{?with_speex:BuildRequires:	speex-devel > 1:1.1.0}
+%{?with_svg:BuildRequires:	librsvg-devel >= 2.9.0}
 %{?with_svgalib:BuildRequires:	svgalib-devel}
 BuildRequires:	vcdimager-devel
 BuildRequires:	wxGTK2-unicode-devel >= 2.6.2-2
@@ -312,7 +314,10 @@
 	%{?with_shout:--enable-shout} \
 	--enable-skins2 \
 	--enable-smb \
+	--enable-snapshot \
+	--enable-sout \
 	%{!?with_speex:--disable-speex} \
+	%{?with_svg:--enable-svg} \
 	%{?with_svgalib:--enable-svgalib} \
 	--enable-tarkin \
 	--enable-theora \
@@ -524,6 +529,7 @@
 %attr(755,root,root) %{_libdir}/vlc/misc/libmemcpy_plugin.so
 %{?with_notify:%attr(755,root,root) %{_libdir}/vlc/misc/libnotify_plugin.so}
 %attr(755,root,root) %{_libdir}/vlc/misc/libscreensaver_plugin.so
+%{?with_svg:%attr(755,root,root) %{_libdir}/vlc/misc/libsvg_plugin.so}
 %attr(755,root,root) %{_libdir}/vlc/misc/libvod_rtsp_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libxml_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/misc/libxtag_plugin.so
@@ -591,6 +597,7 @@
 %dir %{_libdir}/vlc/video_output
 %{?with_svgalib:%attr(755,root,root) %{_libdir}/vlc/video_output/libsvgalib_plugin.so}
 %{?with_directfb:%attr(755,root,root) %{_libdir}/vlc/video_output/libdirectfb_plugin.so}
+%attr(755,root,root) %{_libdir}/vlc//video_output/libsnapshot_plugin.so
 %dir %{_libdir}/vlc/visualization
 %attr(755,root,root) %{_libdir}/vlc/visualization/libvisual_plugin.so
 %dir %{_datadir}/%{name}
@@ -667,6 +674,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.146  2008-04-07 08:57:58  sls
+- added svg bcond
+- --enable-{snapshot,sout}
+
 Revision 1.145  2008-04-07 08:21:30  sls
 - added bcond shout
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vlc.spec?r1=1.145&r2=1.146&f=u



More information about the pld-cvs-commit mailing list