packages: vlc/vlc.spec - udev plugin

adamg adamg at pld-linux.org
Mon Nov 9 09:46:59 CET 2009


Author: adamg                        Date: Mon Nov  9 08:46:59 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- udev plugin

---- Files affected:
packages/vlc:
   vlc.spec (1.199 -> 1.200) 

---- Diffs:

================================================================
Index: packages/vlc/vlc.spec
diff -u packages/vlc/vlc.spec:1.199 packages/vlc/vlc.spec:1.200
--- packages/vlc/vlc.spec:1.199	Mon Nov  9 09:28:09 2009
+++ packages/vlc/vlc.spec	Mon Nov  9 09:46:54 2009
@@ -26,6 +26,7 @@
 %bcond_without	svg			# svg plugin
 %bcond_without	twolame		# twolame plugin
 %bcond_without	svgalib		# build with svgalib video_output
+%bcond_without	udev		# udev services discovery
 %bcond_without	upnp		# upnp plugin
 %bcond_without	x264		# build without x264 support
 #
@@ -33,7 +34,7 @@
 Summary(pl.UTF-8):	VLC - odtwarzacz multimedialny oraz serwer strumieni
 Name:		vlc
 Version:	1.0.3
-Release:	0.1
+Release:	0.2
 License:	GPL
 Group:		X11/Applications/Multimedia
 # use the bz2 src, its a 4mb difference
@@ -123,6 +124,7 @@
 BuildRequires:	sysfsutils-devel
 BuildRequires:	taglib-devel
 %{?with_twolame:BuildRequires:	twolame-devel}
+%{?with_udev:BuildRequires:	udev-devel >= 1:142}
 BuildRequires:	vcdimager-devel
 BuildRequires:	xorg-lib-libXpm-devel
 %{?with_mozilla:BuildRequires:	xorg-lib-libXt-devel}
@@ -328,6 +330,7 @@
 	--enable-theora \
 	--enable-tremor \
 	%{?with_twolame:--enable-twolame} \
+	%{!?with_udev:--disable-udev} \
 	%{?with_upnp:--enable-upnp} \
 	--enable-v4l\
 	--enable-vcdx \
@@ -626,6 +629,7 @@
 %attr(755,root,root) %{_libdir}/vlc/services_discovery/libpodcast_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/services_discovery/libsap_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/services_discovery/libshout_plugin.so
+%{?with_udev:%attr(755,root,root) %{_libdir}/vlc/services_discovery/libudev_plugin.so}
 %{?with_upnp:%attr(755,root,root) %{_libdir}/vlc/services_discovery/libupnp_intel_plugin.so}
 %dir %{_libdir}/vlc/stream_filter
 %attr(755,root,root) %{_libdir}/vlc/stream_filter/libdecomp_plugin.so
@@ -802,6 +806,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.200  2009/11/09 08:46:54  adamg
+- udev plugin
+
 Revision 1.199  2009/11/09 08:28:09  adamg
 - updated to 1.0.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vlc/vlc.spec?r1=1.199&r2=1.200&f=u



More information about the pld-cvs-commit mailing list